Home
last modified time | relevance | path

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

/external/skqp/tools/gpu/
DGrContextFactory.cpp220 if (!fSentinelGLContext) { in getContextInfoInternal()
221 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGL_GrGLStandard)); in getContextInfoInternal()
222 if (!fSentinelGLContext) { in getContextInfoInternal()
223 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGLES_GrGLStandard)); in getContextInfoInternal()
DGrContextFactory.h162 std::unique_ptr<GLTestContext> fSentinelGLContext; variable
/external/skia/tools/gpu/
DGrContextFactory.cpp249 if (!fSentinelGLContext) { in getContextInfoInternal()
250 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGL_GrGLStandard)); in getContextInfoInternal()
251 if (!fSentinelGLContext) { in getContextInfoInternal()
252 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGLES_GrGLStandard)); in getContextInfoInternal()
DGrContextFactory.h165 std::unique_ptr<GLTestContext> fSentinelGLContext; variable