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

  /external/skia/src/gpu/
GrGpuFactory.cpp 22 GrGpu* GrGpu::Create(GrEngine engine, GrPlatform3DContext context3D) {
GrGpu.h 78 static GrGpu* Create(GrEngine, GrPlatform3DContext context3D);
GrContext.cpp 47 GrPlatform3DContext context3D) {
    [all...]
  /external/skia/tests/
Test.cpp 88 GrPlatform3DContext ctx = reinterpret_cast<GrPlatform3DContext>(gGLContext.get()->gl());
  /external/skia/bench/
benchmain.cpp 185 GrPlatform3DContext ctx =
186 reinterpret_cast<GrPlatform3DContext>(glCtx->gl());
  /external/skia/include/gpu/
GrTypes.h 192 typedef intptr_t GrPlatform3DContext;
GrContext.h 40 GrPlatform3DContext context3D);
    [all...]
  /external/skia/gm/
gmmain.cpp 745 GrPlatform3DContext ctx =
746 reinterpret_cast<GrPlatform3DContext>(glContext.get()->gl());
  /external/skia/samplecode/
SampleApp.cpp 157 (GrPlatform3DContext) fGL);
168 (GrPlatform3DContext) nullGL);
    [all...]

Completed in 307 milliseconds