#include "flutter/shell/gpu/gpu_surface_gl_skia.h"
#include "flutter/common/graphics/persistent_cache.h"
#include "flutter/fml/base32.h"
#include "flutter/fml/logging.h"
#include "flutter/fml/trace_event.h"
#include "flutter/shell/common/context_options.h"
#include "flutter/shell/gpu/gpu_surface_gl_delegate.h"
#include "third_party/skia/include/core/SkAlphaType.h"
#include "third_party/skia/include/core/SkColorFilter.h"
#include "third_party/skia/include/core/SkColorSpace.h"
#include "third_party/skia/include/core/SkColorType.h"
#include "third_party/skia/include/core/SkSurface.h"
#include "third_party/skia/include/gpu/ganesh/GrBackendSurface.h"
#include "third_party/skia/include/gpu/ganesh/GrContextOptions.h"
#include "third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h"
#include "third_party/skia/include/gpu/ganesh/gl/GrGLBackendSurface.h"
#include "third_party/skia/include/gpu/ganesh/gl/GrGLDirectContext.h"
#include "third_party/skia/include/gpu/ganesh/gl/GrGLTypes.h"
Go to the source code of this file.
◆ GPU_GL_RGB565
| #define GPU_GL_RGB565 0x8D62 |
◆ GPU_GL_RGBA4
| #define GPU_GL_RGBA4 0x8056 |
◆ GPU_GL_RGBA8
| #define GPU_GL_RGBA8 0x8058 |
◆ RETURN_IF_RENDERABLE
| #define RETURN_IF_RENDERABLE |
( |
|
x, |
|
|
|
y |
|
) |
| |
Value: if (context->colorTypeSupportedAsSurface((
x))) { \
}
uint32_t uint32_t * format