Searched refs:fInterface (Results 1 – 12 of 12) sorted by relevance
/external/skia/tools/viewer/sk_app/ |
D | VulkanWindowContext.cpp | 246 GR_VK_CALL(fBackendContext->fInterface, DeviceWaitIdle(fBackendContext->fDevice)); in createSwapchain() 298 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 327 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 330 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 333 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 336 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 339 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 350 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in destroyBuffers() 355 GR_VK_CALL(fBackendContext->fInterface, in destroyBuffers() 359 GR_VK_CALL(fBackendContext->fInterface, in destroyBuffers() [all …]
|
/external/skia/src/gpu/gl/ |
D | GrGLContext.h | 28 GrGLStandard standard() const { return fInterface->fStandard; } in standard() 40 return fInterface->hasExtension(ext); in hasExtension() 43 const GrGLExtensions& extensions() const { return fInterface->fExtensions; } in extensions() 49 const GrGLInterface* fInterface; member 61 sk_sp<const GrGLInterface> fInterface; variable 82 const GrGLInterface* interface() const { return fInterface.get(); } in interface()
|
D | GrGLContext.cpp | 20 args.fInterface = interface; in Create() 79 fInterface.reset(SkRef(args.fInterface)); in GrGLContextInfo() 87 fGLCaps = sk_make_sp<GrGLCaps>(*args.fContextOptions, *this, fInterface.get()); in GrGLContextInfo()
|
/external/skia/example/ |
D | HelloWorld.cpp | 45 SkSafeUnref(fInterface); in tearDownBackend() 46 fInterface = NULL; in tearDownBackend() 70 fInterface = GrGLCreateNativeInterface(); in setUpBackend() 71 SkASSERT(NULL != fInterface); in setUpBackend() 73 fContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)fInterface); in setUpBackend() 81 fGpuSurface = this->makeGpuBackedSurface(fAttachmentInfo, fInterface, fContext); in setUpGpuBackedSurface()
|
D | HelloWorld.h | 68 const GrGLInterface* fInterface; variable
|
/external/skia/src/gpu/vk/ |
D | GrVkBackendContext.cpp | 318 ctx->fInterface.reset(interface.release()); in Create() 325 if (fInterface == nullptr || !fOwnsInstanceAndDevice) { in ~GrVkBackendContext() 329 fInterface->fFunctions.fDeviceWaitIdle(fDevice); in ~GrVkBackendContext() 330 fInterface->fFunctions.fDestroyDevice(fDevice, nullptr); in ~GrVkBackendContext() 332 fInterface->fFunctions.fDestroyInstance(fInstance, nullptr); in ~GrVkBackendContext()
|
D | GrVkGpu.h | 48 const GrVkInterface* vkInterface() const { return fBackendContext->fInterface.get(); } in vkInterface()
|
D | GrVkGpu.cpp | 87 if (!vkBackendContext->fInterface->validate(vkBackendContext->fExtensions)) { in Create()
|
/external/skia/tools/gpu/vk/ |
D | VkTestContext.h | 29 const GrVkInterface* vk() const { return fVk->fInterface.get(); } in vk()
|
D | VkTestContext.cpp | 143 fFenceSync.reset(new VkFenceSync(fVk->fInterface, fVk->fDevice, fVk->fQueue, in VkTestContextImpl()
|
/external/skia/include/gpu/vk/ |
D | GrVkBackendContext.h | 47 sk_sp<const GrVkInterface> fInterface; member
|
/external/skia/site/user/special/ |
D | vulkan.md | 31 vkBackendContext.fInterface.reset(GrVkCreateInterface(instance, vkPhysDevice, extensionFlags);
|