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

  /external/skia/src/gpu/
GrGpuFactory.h 17 typedef GrGpu* (*CreateGpuProc)(GrBackendContext, const GrContextOptions& options, GrContext*);
GrGpuFactory.cpp 19 extern GrGpu* vk_gpu_create(GrBackendContext backendContext, const GrContextOptions& options,
29 GrBackendContext backendContext,
GrContextFactory.cpp 133 GrBackendContext p3dctx = reinterpret_cast<GrBackendContext>(glInterface.get());
GrContext.cpp 34 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext) {
39 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext,
69 bool GrContext::init(GrBackend backend, GrBackendContext backendContext,
GrGpu.h 46 static GrGpu* Create(GrBackend, GrBackendContext, const GrContextOptions&, GrContext* context);
  /external/skia/include/gpu/
GrContext.h 54 static GrContext* Create(GrBackend, GrBackendContext, const GrContextOptions& options);
55 static GrContext* Create(GrBackend, GrBackendContext);
418 bool init(GrBackend, GrBackendContext, const GrContextOptions& options);
GrTypes.h 139 typedef intptr_t GrBackendContext;
  /external/skia/debugger/QT/
SkGLWidget.cpp 44 fCurContext.reset(GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf.get()));
  /external/skia/example/
HelloWorld.cpp 76 fContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)fInterface);
SkiaSDLExample.cpp 194 (GrBackendContext)interface.get()));
  /external/skia/experimental/SkV8Example/
SkV8Example.cpp 85 kOpenGL_GrBackend, (GrBackendContext) fCurIntf);
  /external/skia/tools/VisualBench/
VisualBench.cpp 128 fContext.reset(GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)fInterface.get()));
  /external/skia/tests/
EGLImageTest.cpp 98 GrContext* context1 = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)glCtx1->gl());
  /external/skia/src/gpu/gl/
GrGLGpu.h 37 static GrGpu* Create(GrBackendContext backendContext, const GrContextOptions& options,
GrGLGpu.cpp 164 GrGpu* GrGLGpu::Create(GrBackendContext backendContext, const GrContextOptions& options,
    [all...]
  /external/skia/experimental/iOSSampleApp/
SkSampleUIView.mm 91 (GrBackendContext) fCurIntf);
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 46 // hiding this code from offical skia. In the end the VkGpuCreate will not take a GrBackendContext
48 GrGpu* vk_gpu_create(GrBackendContext backendContext, const GrContextOptions& options,
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 254 fCurContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf);
    [all...]

Completed in 694 milliseconds