#include "impeller/renderer/backend/gles/texture_gles.h"#include <format>#include <optional>#include <utility>#include "flutter/fml/logging.h"#include "flutter/fml/mapping.h"#include "flutter/fml/trace_event.h"#include "impeller/base/allocation.h"#include "impeller/base/validation.h"#include "impeller/core/formats.h"#include "impeller/core/texture_descriptor.h"#include "impeller/renderer/backend/gles/formats_gles.h"Go to the source code of this file.
Namespaces | |
| impeller | |
Functions | |
| HandleType | impeller::ToHandleType (TextureGLES::Type type) |
| static std::optional< GLenum > | impeller::ToRenderBufferFormat (PixelFormat format) |
| static GLenum | impeller::ToAttachmentType (TextureGLES::AttachmentType point) |