Home
last modified time | relevance | path

Searched refs:CreateDebugGLTestContext (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.h14 GLTestContext* CreateDebugGLTestContext(GLTestContext* shareContext = nullptr);
DDebugGLTestContext.cpp1211 GLTestContext* CreateDebugGLTestContext(GLTestContext* shareContext) { in CreateDebugGLTestContext() function
/external/skia/tests/
DGpuSampleLocationsTest.cpp152 GLTestSampleLocationsInterface() : fTestContext(sk_gpu_test::CreateDebugGLTestContext()) { in GLTestSampleLocationsInterface()
/external/skia/tools/gpu/
DGrContextFactory.cpp188 glCtx = CreateDebugGLTestContext(glShareContext); in getContextInfoInternal()