Home
last modified time | relevance | path

Searched refs:GrBackendContext (Results 1 – 25 of 30) sorted by relevance

12

/external/skia/tools/viewer/sk_app/
DRasterWindowContext.h18 GrBackendContext getBackendContext() override { return (GrBackendContext) nullptr; } in getBackendContext()
DGLWindowContext.h34 GrBackendContext getBackendContext() override { in getBackendContext()
35 return (GrBackendContext) fBackendContext.get(); in getBackendContext()
DVulkanWindowContext.h39 GrBackendContext getBackendContext() override { in getBackendContext()
40 return (GrBackendContext) fBackendContext.get(); in getBackendContext()
DWindowContext.h46 virtual GrBackendContext getBackendContext() = 0;
DGLWindowContext.cpp40 fContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)fBackendContext.get(), in initializeContext()
/external/skia/tools/gpu/vk/
DVkTestContext.h21 virtual GrBackendContext backendContext() override { in backendContext()
22 return reinterpret_cast<GrBackendContext>(fVk.get()); in backendContext()
/external/skia/tools/gpu/gl/
DGLTestContext.h24 virtual GrBackendContext backendContext() override { in backendContext()
25 return reinterpret_cast<GrBackendContext>(fGL.get()); in backendContext()
/external/skia/include/gpu/
DGrContext.h52 static GrContext* Create(GrBackend, GrBackendContext, const GrContextOptions& options);
53 static GrContext* Create(GrBackend, GrBackendContext);
423 bool init(GrBackend, GrBackendContext, const GrContextOptions& options);
DGrTypes.h200 typedef intptr_t GrBackendContext; typedef
/external/skia/tests/
DGpuSampleLocationsTest.cpp189 operator GrBackendContext() { in operator GrBackendContext()
190 return reinterpret_cast<GrBackendContext>(static_cast<GrGLInterface*>(this)); in operator GrBackendContext()
DEGLImageTest.cpp64 GrContext* context1 = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)glCtx1->gl()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skia/src/gpu/
DGrGpuFactory.h17 typedef GrGpu* (*CreateGpuProc)(GrBackendContext, const GrContextOptions& options, GrContext*);
DGrGpuFactory.cpp29 GrBackendContext backendContext, in Create()
DGrContext.cpp40 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext) { in Create()
45 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext, in Create()
74 bool GrContext::init(GrBackend backend, GrBackendContext backendContext, in init()
DGrGpu.h51 static GrGpu* Create(GrBackend, GrBackendContext, const GrContextOptions&, GrContext* context);
/external/skia/tools/gpu/
DTestContext.h47 virtual GrBackendContext backendContext() = 0;
DGrContextFactory.cpp128 GrBackendContext backendContext = 0; in getContextInfoInternal()
188 backendContext = reinterpret_cast<GrBackendContext>(glInterface.get()); in getContextInfoInternal()
/external/skia/debugger/QT/
DSkGLWidget.cpp45 fCurContext.reset(GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf.get())); in initializeGL()
/external/skia/example/
DHelloWorld.cpp73 fContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)fInterface); in setUpBackend()
DSkiaSDLExample.cpp190 (GrBackendContext)interface.get()));
/external/skia/experimental/SkV8Example/
DSkV8Example.cpp83 kOpenGL_GrBackend, (GrBackendContext) fCurIntf); in windowSizeChanged()
/external/skia/site/user/special/
Dvulkan.md34 …sk_sp<GrContext> context = GrContext::Create(kVulkan_GrBackend, (GrBackendContext) vkBackendContex…
/external/skia/src/gpu/vk/
DGrVkGpu.h42 static GrGpu* Create(GrBackendContext backendContext, const GrContextOptions& options,
/external/skia/src/gpu/gl/
DGrGLGpu.h40 static GrGpu* Create(GrBackendContext backendContext, const GrContextOptions& options,
/external/skia/site/user/api/
Dcanvas.md98 GrContext* context = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) interface);

12