Home
last modified time | relevance | path

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

/external/skia/tools/gpu/
DGrContextFactory.cpp250 if (!fSentinelGLContext) { in getContextInfoInternal()
251 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGL_GrGLStandard)); in getContextInfoInternal()
252 if (!fSentinelGLContext) { in getContextInfoInternal()
253 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGLES_GrGLStandard)); in getContextInfoInternal()
DGrContextFactory.h173 std::unique_ptr<GLTestContext> fSentinelGLContext; variable