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

  /external/skia/src/gpu/
GrGpuFactory.cpp 22 if (kOpenGL_GrBackend == backend) {
  /external/skia/include/gpu/
GrContextFactory.h 99 grCtx.reset(GrContext::Create(kOpenGL_GrBackend, p3dctx));
GrTypes.h 186 kOpenGL_GrBackend,
663 static const GrBackend kOpenGL_Shaders_GrEngine = kOpenGL_GrBackend;
  /external/skia/tests/
Test.cpp 106 gGrContext.reset(GrContext::Create(kOpenGL_GrBackend, ctx));
  /external/skia/bench/
benchmain.cpp 207 grCtx = GrContext::Create(kOpenGL_GrBackend, ctx);

Completed in 114 milliseconds