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

  /external/skia/src/gpu/
GrContextFactory.cpp 75 SkAutoTDelete<SkGLContext> glCtx;
79 glCtx.reset(SkCreatePlatformGLContext(kNone_GrGLStandard));
82 glCtx.reset(SkCreatePlatformGLContext(kGL_GrGLStandard));
85 glCtx.reset(SkCreatePlatformGLContext(kGLES_GrGLStandard));
90 glCtx.reset(SkANGLEGLContext::CreateDirectX());
94 glCtx.reset(SkANGLEGLContext::CreateOpenGL());
99 glCtx.reset(SkCommandBufferGLContext::CreateES2());
102 glCtx.reset(SkCommandBufferGLContext::CreateES3());
107 glCtx.reset(SkMesaGLContext::Create());
111 glCtx.reset(SkNullGLContext::Create())
    [all...]
  /external/skia/gm/
rectangletexture.cpp 65 const GrGLContext* glCtx = gpu->glContextForTesting();
66 if (!glCtx) {
70 if (!(kGL_GrGLStandard == glCtx->standard() && glCtx->version() >= GR_GL_VER(3, 1)) &&
71 !glCtx->hasExtension("GL_ARB_texture_rectangle")) {
85 const GrGLInterface* gl = glCtx->interface();
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 387 struct gl_context *glCtx;
502 #define RADEON_CONTEXT(glctx) ((radeonContextPtr)(ctx->DriverCtx))

Completed in 209 milliseconds