HomeSort by relevance Sort by last modified time
    Searched defs:glCtx (Results 1 - 3 of 3) sorted by null

  /external/skia/gm/
rectangletexture.cpp 68 const GrGLContext* glCtx = gpu->glContextForTesting();
69 if (!glCtx) {
73 if (!(kGL_GrGLStandard == glCtx->standard() && glCtx->version() >= GR_GL_VER(3, 1)) &&
74 !glCtx->hasExtension("GL_ARB_texture_rectangle")) {
88 const GrGLInterface* gl = glCtx->interface();
  /external/skia/tools/gpu/
GrContextFactory.cpp 143 GLTestContext* glCtx;
146 glCtx = CreatePlatformGLTestContext(kGL_GrGLStandard, glShareContext);
149 glCtx = CreatePlatformGLTestContext(kGLES_GrGLStandard, glShareContext);
153 glCtx = MakeANGLETestContext(ANGLEBackend::kD3D9, ANGLEContextVersion::kES2,
157 glCtx = MakeANGLETestContext(ANGLEBackend::kD3D11, ANGLEContextVersion::kES2,
161 glCtx = MakeANGLETestContext(ANGLEBackend::kD3D11, ANGLEContextVersion::kES3,
165 glCtx = MakeANGLETestContext(ANGLEBackend::kOpenGL, ANGLEContextVersion::kES2,
169 glCtx = MakeANGLETestContext(ANGLEBackend::kOpenGL, ANGLEContextVersion::kES3,
175 glCtx = CommandBufferGLTestContext::Create(glShareContext);
180 glCtx = CreateMesaGLTestContext(glShareContext)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 376 struct gl_context glCtx; /**< base class, must be first */

Completed in 182 milliseconds