#include "flutter/skwasm/render_context.h"#include <GLES2/gl2.h>#include <GLES2/gl2ext.h>#include "flutter/display_list/skia/dl_sk_dispatcher.h"#include "flutter/skwasm/export.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/GrDirectContext.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/GrGLInterface.h"#include "third_party/skia/include/gpu/ganesh/gl/GrGLMakeWebGLInterface.h"#include "third_party/skia/include/gpu/ganesh/gl/GrGLTypes.h"Go to the source code of this file.
Functions | |
| SKWASM_EXPORT bool | skwasm_isWimp () |
| SKWASM_EXPORT bool skwasm_isWimp | ( | ) |
Definition at line 22 of file render_context_skia.cc.