Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/
DGrContextFactory.cpp172 GLTestContext* glShareContext = primaryContext in getContextInfoInternal() local
177 glCtx = CreatePlatformGLTestContext(kGL_GrGLStandard, glShareContext); in getContextInfoInternal()
180 glCtx = CreatePlatformGLTestContext(kGLES_GrGLStandard, glShareContext); in getContextInfoInternal()
185 glShareContext).release(); in getContextInfoInternal()
199 glShareContext).release(); in getContextInfoInternal()
203 glShareContext).release(); in getContextInfoInternal()
207 glShareContext).release(); in getContextInfoInternal()
211 glShareContext).release(); in getContextInfoInternal()
216 glCtx = CommandBufferGLTestContext::Create(2, glShareContext); in getContextInfoInternal()
219 glCtx = CommandBufferGLTestContext::Create(3, glShareContext); in getContextInfoInternal()
/third_party/flutter/skia/tools/gpu/
DGrContextFactory.cpp156 GLTestContext* glShareContext = masterContext in getContextInfoInternal() local
161 glCtx = CreatePlatformGLTestContext(kGL_GrGLStandard, glShareContext); in getContextInfoInternal()
164 glCtx = CreatePlatformGLTestContext(kGLES_GrGLStandard, glShareContext); in getContextInfoInternal()
169 glShareContext).release(); in getContextInfoInternal()
173 glShareContext).release(); in getContextInfoInternal()
177 glShareContext).release(); in getContextInfoInternal()
181 glShareContext).release(); in getContextInfoInternal()
185 glShareContext).release(); in getContextInfoInternal()
190 glCtx = CommandBufferGLTestContext::Create(glShareContext); in getContextInfoInternal()