Home
last modified time | relevance | path

Searched refs:fInterface (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/src/gpu/gl/
H A DGrGLContext.h31 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()
66 sk_sp<const GrGLInterface> fInterface; member
74 sk_sp<const GrGLInterface> fInterface; member in GrGLContextInfo
91 const GrGLInterface* glInterface() const { return fInterface.get(); } in glInterface()
H A DGrGLContext.cpp71 args.fInterface = std::move(interface); in Make()
99 fInterface = std::move(args.fInterface); in GrGLContextInfo()
103 fGLCaps = sk_make_sp<GrGLCaps>(*args.fContextOptions, *this, fInterface.get()); in GrGLContextInfo()
/third_party/skia/tests/
H A DVkDrawableTest.cpp39 , fInterface(interface) in TestDrawable()
50 , fInterface(interface) in DrawHandlerBasic()
78 GR_VK_CALL(fInterface, CmdClearAttachments(vkInfo.fSecondaryCommandBuffer,
87 const GrVkInterface* fInterface; member in TestDrawable::DrawHandlerBasic
200 draw = std::make_unique<DrawHandlerBasic>(fInterface, fWidth, fHeight);
214 const GrVkInterface* fInterface; member in TestDrawable
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp98 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()
H A DVulkanWindowContext.h100 sk_sp<const GrVkInterface> fInterface; member in sk_app::VulkanWindowContext
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.h86 sk_sp<const GrVkInterface> fInterface; member in GrVkAMDMemoryAllocator
H A DGrVkGpu.h55 const GrVkInterface* vkInterface() const { return fInterface.get(); } in vkInterface()
414 sk_sp<const GrVkInterface> fInterface; member in GrVkGpu
H A DGrVkAMDMemoryAllocator.cpp126 , fInterface(std::move(interface)) in GrVkAMDMemoryAllocator()
H A DGrVkGpu.cpp227 , fInterface(std::move(interface)) in GrVkGpu()

Completed in 10 milliseconds