#include "impeller/toolkit/glvk/trampoline.h"#include <array>#include "flutter/fml/closure.h"#include "flutter/fml/trace_event.h"#include "impeller/base/timing.h"#include "impeller/base/validation.h"#include "impeller/geometry/point.h"#include "impeller/renderer/backend/gles/formats_gles.h"#include "impeller/toolkit/android/proc_table.h"#include "impeller/toolkit/egl/image.h"Go to the source code of this file.
Namespaces | |
| impeller | |
| impeller::glvk | |
Functions | |
| static UniqueEGLImageKHR | impeller::glvk::CreateEGLImageFromAHBTexture (const EGLDisplay &display, const AHBTextureSourceVK &to_texture) |
Variables | |
| static GLuint | impeller::glvk::kAttributeIndexPosition = 0u |
| static GLuint | impeller::glvk::kAttributeIndexTexCoord = 1u |
| static constexpr const char * | impeller::glvk::kVertShader |
| static constexpr const char * | impeller::glvk::kFragShader |