Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
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; variable
91 const GrGLInterface* glInterface() const { return fInterface.get(); } in glInterface()
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/flutter/skia/src/gpu/gl/
DGrGLContext.h34 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()
DGrGLContext.cpp88 args.fInterface = std::move(interface); in Make()
105 fInterface = std::move(args.fInterface); in GrGLContextInfo()
116 fGLCaps = sk_make_sp<GrGLCaps>(*args.fContextOptions, *this, fInterface.get()); in GrGLContextInfo()
/third_party/skia/tests/
DVkDrawableTest.cpp39 , 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
/third_party/flutter/skia/tests/
DVkDrawableTest.cpp36 , 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
/third_party/flutter/skia/tools/sk_app/
DVulkanWindowContext.cpp97 fInterface.reset(new GrVkInterface(backendContext.fGetProc, fInstance, fDevice, in initializeContext()
374 GR_VK_CALL_ERRCHECK(fInterface, in createBuffers()
386 GR_VK_CALL(fInterface, in destroyBuffers()
428 fInterface.reset(); in destroyContext()
472 GR_VK_CALL_ERRCHECK(fInterface, CreateSemaphore(fDevice, &semaphoreInfo, in getBackbufferSurface()
482 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface()
488 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface()
499 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface()
DVulkanWindowContext.h100 sk_sp<const GrVkInterface> fInterface; variable
/third_party/skia/tools/sk_app/
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()
DVulkanWindowContext.h100 sk_sp<const GrVkInterface> fInterface; variable
/third_party/flutter/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp19 , fInterface(std::move(interface)) in GrVkAMDMemoryAllocator()
21 #define GR_COPY_FUNCTION(NAME) functions.vk##NAME = fInterface->fFunctions.f##NAME in GrVkAMDMemoryAllocator()
241 GR_VK_CALL(fInterface, FlushMappedMemoryRanges(fDevice, 1, &mappedMemoryRange)); in flushMappedMemory()
260 GR_VK_CALL(fInterface, InvalidateMappedMemoryRanges(fDevice, 1, &mappedMemoryRange)); in invalidateMappedMemory()
DGrVkAMDMemoryAllocator.h51 sk_sp<const GrVkInterface> fInterface; variable
DGrVkGpu.h49 const GrVkInterface* vkInterface() const { return fInterface.get(); } in vkInterface()
282 sk_sp<const GrVkInterface> fInterface; variable
DGrVkGpu.cpp159 , fInterface(std::move(interface)) in GrVkGpu()
174 fDevice, fInterface)); in GrVkGpu()
/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.h74 sk_sp<const GrVkInterface> fInterface; variable
DGrVkGpu.h54 const GrVkInterface* vkInterface() const { return fInterface.get(); } in vkInterface()
382 sk_sp<const GrVkInterface> fInterface; variable
DGrVkAMDMemoryAllocator.cpp97 , fInterface(std::move(interface)) in GrVkAMDMemoryAllocator()
DGrVkGpu.cpp211 , fInterface(std::move(interface)) in GrVkGpu()
/third_party/flutter/skia/site/user/special/
Dvulkan.md30 vkBackendContext.fInterface.reset(GrVkCreateInterface(instance, vkPhysDevice, extensionFlags);
/third_party/skia/site/docs/user/special/
Dvulkan.md35 vkBackendContext.fInterface.reset(GrVkCreateInterface(instance, vkPhysDevice, extensionFlags);