/external/skqp/tools/sk_app/ |
D | VulkanWindowContext.cpp | 97 fInterface.reset(new GrVkInterface(backendContext.fGetProc, fInstance, fDevice, in initializeContext() 358 GR_VK_CALL_ERRCHECK(fInterface, in createBuffers() 387 GR_VK_CALL_ERRCHECK(fInterface, in createBuffers() 390 GR_VK_CALL_ERRCHECK(fInterface, in createBuffers() 393 GR_VK_CALL_ERRCHECK(fInterface, in createBuffers() 396 GR_VK_CALL_ERRCHECK(fInterface, in createBuffers() 399 GR_VK_CALL_ERRCHECK(fInterface, in createBuffers() 410 GR_VK_CALL_ERRCHECK(fInterface, in destroyBuffers() 415 GR_VK_CALL(fInterface, in destroyBuffers() 419 GR_VK_CALL(fInterface, in destroyBuffers() [all …]
|
D | VulkanWindowContext.h | 103 sk_sp<const GrVkInterface> fInterface; variable
|
/external/skqp/src/compute/sk/ |
D | SkContext_Compute.cpp | 39 SkContext_Compute::SkContext_Compute(GrGLInterface const * fInterface) in SkContext_Compute() argument 40 : fInterface(fInterface) in SkContext_Compute() 45 SkSafeRef(fInterface); in SkContext_Compute() 89 SkSafeUnref(fInterface); in ~SkContext_Compute()
|
D | SkContext_Compute.h | 44 SkContext_Compute(GrGLInterface const * fInterface); 62 GrGLInterface const * fInterface;
|
/external/skia/src/gpu/gl/ |
D | GrGLContext.h | 31 GrGLStandard standard() const { return fInterface->fStandard; } in standard() 46 return fInterface->hasExtension(ext); in hasExtension() 49 const GrGLExtensions& extensions() const { return fInterface->fExtensions; } in extensions() 53 sk_sp<const GrGLInterface> fInterface; member 61 sk_sp<const GrGLInterface> fInterface; variable 78 const GrGLInterface* glInterface() const { return fInterface.get(); } in glInterface()
|
D | GrGLContext.cpp | 71 args.fInterface = std::move(interface); in Make() 79 fInterface = std::move(args.fInterface); in GrGLContextInfo() 83 fGLCaps = sk_make_sp<GrGLCaps>(*args.fContextOptions, *this, fInterface.get()); in GrGLContextInfo()
|
/external/skqp/src/gpu/gl/ |
D | GrGLContext.h | 34 GrGLStandard standard() const { return fInterface->fStandard; } in standard() 49 return fInterface->hasExtension(ext); in hasExtension() 52 const GrGLExtensions& extensions() const { return fInterface->fExtensions; } in extensions() 56 sk_sp<const GrGLInterface> fInterface; member 71 sk_sp<const GrGLInterface> fInterface; variable 95 const GrGLInterface* interface() const { return fInterface.get(); } in interface()
|
D | GrGLContext.cpp | 75 args.fInterface = std::move(interface); in Make() 92 fInterface = std::move(args.fInterface); in GrGLContextInfo() 103 fGLCaps = sk_make_sp<GrGLCaps>(*args.fContextOptions, *this, fInterface.get()); in GrGLContextInfo()
|
/external/skia/tests/ |
D | VkDrawableTest.cpp | 39 , fInterface(interface) in TestDrawable() 50 , fInterface(interface) in DrawHandlerBasic() 78 GR_VK_CALL(fInterface, CmdClearAttachments(vkInfo.fSecondaryCommandBuffer, in draw() 87 const GrVkInterface* fInterface; member in TestDrawable::DrawHandlerBasic 200 draw = std::make_unique<DrawHandlerBasic>(fInterface, fWidth, fHeight); in onSnapGpuDrawHandler() 214 const GrVkInterface* fInterface; member in TestDrawable
|
/external/skqp/tests/ |
D | VkDrawableTest.cpp | 36 , fInterface(interface) in TestDrawable() 47 , fInterface(interface) in DrawHandlerBasic() 75 GR_VK_CALL(fInterface, CmdClearAttachments(vkInfo.fSecondaryCommandBuffer, in draw() 84 const GrVkInterface* fInterface; member in TestDrawable::DrawHandlerBasic 195 draw.reset(new DrawHandlerBasic(fInterface, fWidth, fHeight)); in onSnapGpuDrawHandler() 209 const GrVkInterface* fInterface; member in TestDrawable
|
/external/skia/tools/sk_app/ |
D | VulkanWindowContext.cpp | 98 fInterface.reset(new GrVkInterface(backendContext.fGetProc, fInstance, fDevice, in initializeContext() 397 SkDEBUGCODE(VkResult result = )GR_VK_CALL(fInterface, in createBuffers() 411 GR_VK_CALL(fInterface, in destroyBuffers() 454 fInterface.reset(); in destroyContext() 498 SkDEBUGCODE(VkResult result = )GR_VK_CALL(fInterface, CreateSemaphore(fDevice, &semaphoreInfo, in getBackbufferSurface() 509 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface() 515 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface() 526 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface()
|
D | VulkanWindowContext.h | 100 sk_sp<const GrVkInterface> fInterface; variable
|
/external/skqp/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 18 , fInterface(std::move(interface)) in GrVkAMDMemoryAllocator() 20 #define GR_COPY_FUNCTION(NAME) functions.vk##NAME = fInterface->fFunctions.f##NAME in GrVkAMDMemoryAllocator() 229 GR_VK_CALL(fInterface, FlushMappedMemoryRanges(fDevice, 1, &mappedMemoryRange)); in flushMappedMemory() 247 GR_VK_CALL(fInterface, InvalidateMappedMemoryRanges(fDevice, 1, &mappedMemoryRange)); in invalidateMappedMemory()
|
D | GrVkAMDMemoryAllocator.h | 51 sk_sp<const GrVkInterface> fInterface; variable
|
D | GrVkGpu.h | 50 const GrVkInterface* vkInterface() const { return fInterface.get(); } in vkInterface() 263 sk_sp<const GrVkInterface> fInterface; variable
|
D | GrVkGpu.cpp | 142 , fInterface(std::move(interface)) in GrVkGpu() 156 fDevice, fInterface)); in GrVkGpu()
|
/external/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.h | 74 sk_sp<const GrVkInterface> fInterface; variable
|
D | GrVkGpu.h | 54 const GrVkInterface* vkInterface() const { return fInterface.get(); } in vkInterface() 354 sk_sp<const GrVkInterface> fInterface; variable
|
D | GrVkAMDMemoryAllocator.cpp | 97 , fInterface(std::move(interface)) in GrVkAMDMemoryAllocator()
|
D | GrVkGpu.cpp | 211 , fInterface(std::move(interface)) in GrVkGpu()
|
/external/skqp/site/user/special/ |
D | vulkan.md | 30 vkBackendContext.fInterface.reset(GrVkCreateInterface(instance, vkPhysDevice, extensionFlags);
|
/external/skia/site/docs/user/special/ |
D | vulkan.md | 35 vkBackendContext.fInterface.reset(GrVkCreateInterface(instance, vkPhysDevice, extensionFlags);
|