Searched refs:fInterface (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLContext.h | 25 GrGLStandard standard() const { return fInterface->fStandard; } in standard() 37 return fInterface->hasExtension(ext); in hasExtension() 40 const GrGLExtensions& extensions() const { return fInterface->fExtensions; } in extensions() 44 const GrGLInterface* fInterface; member 56 SkAutoTUnref<const GrGLInterface> fInterface; variable 77 const GrGLInterface* interface() const { return fInterface; } in interface()
|
D | GrGLContext.cpp | 19 args.fInterface = interface; in Create() 67 fInterface.reset(SkRef(args.fInterface)); in GrGLContextInfo() 75 fGLCaps.reset(new GrGLCaps(*args.fContextOptions, *this, fInterface)); in GrGLContextInfo()
|
/external/skia/tools/VisualBench/ |
D | VisualBench.cpp | 119 fInterface.reset(GrGLCreateNativeInterface()); in setupContext() 123 fInterface.reset(GrGLInterfaceRemoveNVPR(fInterface)); in setupContext() 125 SkASSERT(fInterface); in setupContext() 128 fContext.reset(GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)fInterface.get())); in setupContext() 141 fInterface.reset(); in tearDownContext() 148 fRenderTarget.reset(this->renderTarget(fAttachmentInfo, fInterface, fContext)); in setupRenderTarget()
|
D | VisualBench.h | 60 SkAutoTUnref<const GrGLInterface> fInterface; variable
|
/external/skia/example/ |
D | HelloWorld.cpp | 46 SkSafeUnref(fInterface); in tearDownBackend() 47 fInterface = NULL; in tearDownBackend() 72 fInterface = GrGLCreateNativeInterface(); in setUpBackend() 74 SkASSERT(NULL != fInterface); in setUpBackend() 76 fContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)fInterface); in setUpBackend() 85 fRenderTarget = this->renderTarget(fAttachmentInfo, fInterface, fContext); in setUpRenderTarget()
|
D | HelloWorld.h | 67 const GrGLInterface* fInterface; variable
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 42 const GrVkInterface* vkInterface() const { return fInterface.get(); } in vkInterface() 205 SkAutoTUnref<const GrVkInterface> fInterface; variable
|
D | GrVkGpu.cpp | 177 fInterface.reset(GrVkCreateInterface(fVkInstance)); in GrVkGpu() 180 fVkCaps.reset(new GrVkCaps(options, fInterface, physDev)); in GrVkGpu()
|