Searched refs:SkDebugGLContext (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/debug/
H A DSkDebugGLContext.cpp9 #include "gl/debug/SkDebugGLContext.h"
11 SkDebugGLContext::SkDebugGLContext() { function in class:SkDebugGLContext
15 SkDebugGLContext::~SkDebugGLContext() {
H A DSkDebugGLContext.h13 class SkDebugGLContext : public SkGLContext { class in inherits:SkGLContext
15 ~SkDebugGLContext() override;
19 static SkDebugGLContext* Create(GrGLStandard forcedGpuAPI) {
23 return SkNEW(SkDebugGLContext);
26 SkDebugGLContext();
/external/skia/src/gpu/
H A DGrContextFactory.cpp14 #include "gl/debug/SkDebugGLContext.h"
54 glCtx.reset(SkDebugGLContext::Create(forcedGpuAPI));
/external/skia/
H A DAndroid.mk583 src/gpu/gl/debug/SkDebugGLContext.cpp \

Completed in 372 milliseconds