HomeSort by relevance Sort by last modified time
    Searched refs:GrBackendContext (Results 1 - 8 of 8) sorted by null

  /external/skia/src/gpu/
GrGpuFactory.cpp 17 GrGpu* GrGpu::Create(GrBackend backend, GrBackendContext context) {
GrGpu.h 52 static GrGpu* Create(GrBackend, GrBackendContext);
GrContext.cpp 63 GrContext* GrContext::Create(GrBackend backend, GrBackendContext context) {
    [all...]
  /external/skia/include/gpu/
GrContextFactory.h 98 GrBackendContext p3dctx = reinterpret_cast<GrBackendContext>(glCtx.get()->gl());
GrTypes.h 193 typedef intptr_t GrBackendContext;
665 typedef GrBackendContext GrPlatform3DContext;
GrContext.h 51 static GrContext* Create(GrBackend, GrBackendContext);
    [all...]
  /external/skia/tests/
Test.cpp 105 GrBackendContext ctx = reinterpret_cast<GrBackendContext>(gGLContext.get()->gl());
  /external/skia/bench/
benchmain.cpp 206 GrBackendContext ctx = reinterpret_cast<GrBackendContext>(glCtx->gl());

Completed in 174 milliseconds