Home
last modified time | relevance | path

Searched refs:fInterface (Results 1 – 21 of 21) sorted by relevance

/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp264 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/
DVulkanWindowContext.cpp264 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/
DGrGLContext.h33 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()
DGrGLContext.cpp60 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/
DGrGLContext.h33 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()
DGrGLContext.cpp60 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/
DGrVkBackendContext.cpp318 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()
DGrVkGpu.h48 const GrVkInterface* vkInterface() const { return fBackendContext->fInterface.get(); } in vkInterface()
DGrVkGpu.cpp88 if (!backendContext->fInterface->validate(backendContext->fExtensions)) { in Make()
/external/skqp/src/gpu/vk/
DGrVkBackendContext.cpp318 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()
DGrVkGpu.h48 const GrVkInterface* vkInterface() const { return fBackendContext->fInterface.get(); } in vkInterface()
DGrVkGpu.cpp88 if (!backendContext->fInterface->validate(backendContext->fExtensions)) { in Make()
/external/skia/tools/gpu/vk/
DVkTestContext.h29 const GrVkInterface* vk() const { return fVk->fInterface.get(); } in vk()
DVkTestContext.cpp152 fFenceSync.reset(new VkFenceSync(fVk->fInterface, fVk->fDevice, fVk->fQueue, in VkTestContextImpl()
/external/skqp/tools/gpu/vk/
DVkTestContext.h29 const GrVkInterface* vk() const { return fVk->fInterface.get(); } in vk()
DVkTestContext.cpp152 fFenceSync.reset(new VkFenceSync(fVk->fInterface, fVk->fDevice, fVk->fQueue, in VkTestContextImpl()
/external/skqp/include/gpu/vk/
DGrVkBackendContext.h47 sk_sp<const GrVkInterface> fInterface; member
/external/skia/include/gpu/vk/
DGrVkBackendContext.h47 sk_sp<const GrVkInterface> fInterface; member
/external/skqp/site/user/special/
Dvulkan.md31 vkBackendContext.fInterface.reset(GrVkCreateInterface(instance, vkPhysDevice, extensionFlags);
/external/skia/site/user/special/
Dvulkan.md31 vkBackendContext.fInterface.reset(GrVkCreateInterface(instance, vkPhysDevice, extensionFlags);
/external/skqp/tests/
DVkHardwareBufferTest.cpp795 fBackendContext->fInterface.reset(interface.release()); in init()