Home
last modified time | relevance | path

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

/external/skia/tools/gpu/
DGrContextFactory.cpp217 if (!fSentinelGLContext) { in getContextInfoInternal()
218 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGL_GrGLStandard)); in getContextInfoInternal()
219 if (!fSentinelGLContext) { in getContextInfoInternal()
220 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGLES_GrGLStandard)); in getContextInfoInternal()
DGrContextFactory.h171 std::unique_ptr<GLTestContext> fSentinelGLContext; variable