Home
last modified time | relevance | path

Searched refs:kGL_GrGLStandard (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/include/gpu/gl/
DGrGLTypes.h20 kGL_GrGLStandard, enumerator
47 #define GR_IS_GR_GL(standard) (kGL_GrGLStandard == standard)
/third_party/skia/tools/gpu/gl/
DGLTestContext.cpp64 } else if (kGL_GrGLStandard == gl->fStandard && in MakeIfSupported()
176 if (kGL_GrGLStandard == ctx->gl()->fStandard) { in fence_is_supported()
/third_party/skia/tests/
DGrGLExtensionsTest.cpp36 ext.init(kGL_GrGLStandard, in DEF_TEST()
DBackendAllocationTest.cpp814 if (kGL_GrGLStandard != standard && in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
/third_party/skia/tools/gpu/gl/interface/
Dtemplates.go132 if (!extensions.init(kGL_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString,
143 interface->fStandard = kGL_GrGLStandard;
/third_party/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp82 kGL_GrGLStandard, in EGLGLTestContext()
88 if (forcedGpuAPI == kGL_GrGLStandard) { in EGLGLTestContext()
/third_party/skia/tools/gpu/
DGrContextFactory.cpp177 glCtx = CreatePlatformGLTestContext(kGL_GrGLStandard, glShareContext); in getContextInfoInternal()
252 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGL_GrGLStandard)); in getContextInfoInternal()
/third_party/skia/src/gpu/gl/
DGrGLAssembleGLInterfaceAutogen.cpp49 if (!extensions.init(kGL_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledGLInterface()
498 interface->fStandard = kGL_GrGLStandard; in GrGLMakeAssembledGLInterface()
DGrGLUtil.cpp38 return kGL_GrGLStandard; in GrGLGetStandardInUseFromString()
/third_party/skia/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm127 if (kGL_GrGLStandard == forcedGpuAPI) {
/third_party/skia/tools/skqp/src/
Dskqp.cpp149 return U(sk_gpu_test::CreatePlatformGLTestContext(kGL_GrGLStandard, nullptr)); in make_test_context()