/external/skqp/tools/sk_app/ |
D | VulkanWindowContext.cpp | 264 GR_VK_CALL(fBackendContext->fInterface, DeviceWaitIdle(fBackendContext->fDevice)); in createSwapchain() 314 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 343 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 346 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 349 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 352 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 355 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 366 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in destroyBuffers() 371 GR_VK_CALL(fBackendContext->fInterface, in destroyBuffers() 375 GR_VK_CALL(fBackendContext->fInterface, in destroyBuffers() [all …]
|
/external/skia/tools/sk_app/ |
D | VulkanWindowContext.cpp | 264 GR_VK_CALL(fBackendContext->fInterface, DeviceWaitIdle(fBackendContext->fDevice)); in createSwapchain() 314 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 343 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 346 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 349 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 352 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 355 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers() 366 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in destroyBuffers() 371 GR_VK_CALL(fBackendContext->fInterface, in destroyBuffers() 375 GR_VK_CALL(fBackendContext->fInterface, in destroyBuffers() [all …]
|
/external/skqp/src/gpu/gl/ |
D | GrGLContext.h | 33 GrGLStandard standard() const { return fInterface->fStandard; } in standard() 48 return fInterface->hasExtension(ext); in hasExtension() 51 const GrGLExtensions& extensions() const { return fInterface->fExtensions; } in extensions() 55 sk_sp<const GrGLInterface> fInterface; member 70 sk_sp<const GrGLInterface> fInterface; variable 94 const GrGLInterface* interface() const { return fInterface.get(); } in interface()
|
D | GrGLContext.cpp | 60 args.fInterface = std::move(interface); in Make() 77 fInterface = std::move(args.fInterface); in GrGLContextInfo() 88 fGLCaps = sk_make_sp<GrGLCaps>(*args.fContextOptions, *this, fInterface.get()); in GrGLContextInfo()
|
/external/skia/src/gpu/gl/ |
D | GrGLContext.h | 33 GrGLStandard standard() const { return fInterface->fStandard; } in standard() 48 return fInterface->hasExtension(ext); in hasExtension() 51 const GrGLExtensions& extensions() const { return fInterface->fExtensions; } in extensions() 55 sk_sp<const GrGLInterface> fInterface; member 70 sk_sp<const GrGLInterface> fInterface; variable 94 const GrGLInterface* interface() const { return fInterface.get(); } in interface()
|
D | GrGLContext.cpp | 60 args.fInterface = std::move(interface); in Make() 77 fInterface = std::move(args.fInterface); in GrGLContextInfo() 88 fGLCaps = sk_make_sp<GrGLCaps>(*args.fContextOptions, *this, fInterface.get()); in GrGLContextInfo()
|
/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 | 88 if (!backendContext->fInterface->validate(backendContext->fExtensions)) { in Make()
|
/external/skqp/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 | 88 if (!backendContext->fInterface->validate(backendContext->fExtensions)) { in Make()
|
/external/skia/tools/gpu/vk/ |
D | VkTestContext.h | 29 const GrVkInterface* vk() const { return fVk->fInterface.get(); } in vk()
|
D | VkTestContext.cpp | 152 fFenceSync.reset(new VkFenceSync(fVk->fInterface, fVk->fDevice, fVk->fQueue, in VkTestContextImpl()
|
/external/skqp/tools/gpu/vk/ |
D | VkTestContext.h | 29 const GrVkInterface* vk() const { return fVk->fInterface.get(); } in vk()
|
D | VkTestContext.cpp | 152 fFenceSync.reset(new VkFenceSync(fVk->fInterface, fVk->fDevice, fVk->fQueue, in VkTestContextImpl()
|
/external/skqp/include/gpu/vk/ |
D | GrVkBackendContext.h | 47 sk_sp<const GrVkInterface> fInterface; member
|
/external/skia/include/gpu/vk/ |
D | GrVkBackendContext.h | 47 sk_sp<const GrVkInterface> fInterface; member
|
/external/skqp/site/user/special/ |
D | vulkan.md | 31 vkBackendContext.fInterface.reset(GrVkCreateInterface(instance, vkPhysDevice, extensionFlags);
|
/external/skia/site/user/special/ |
D | vulkan.md | 31 vkBackendContext.fInterface.reset(GrVkCreateInterface(instance, vkPhysDevice, extensionFlags);
|
/external/skqp/tests/ |
D | VkHardwareBufferTest.cpp | 795 fBackendContext->fInterface.reset(interface.release()); in init()
|