Home
last modified time | relevance | path

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

/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp97 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 …]
DVulkanWindowContext.h103 sk_sp<const GrVkInterface> fInterface; variable
/external/skqp/src/compute/sk/
DSkContext_Compute.cpp39 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()
DSkContext_Compute.h44 SkContext_Compute(GrGLInterface const * fInterface);
62 GrGLInterface const * fInterface;
/external/skia/src/compute/sk/
DSkContext_Compute.cpp39 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()
DSkContext_Compute.h44 SkContext_Compute(GrGLInterface const * fInterface);
62 GrGLInterface const * fInterface;
/external/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.cpp75 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/skqp/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.cpp75 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/skqp/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
/external/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
/external/skia/tools/sk_app/
DVulkanWindowContext.cpp97 fInterface.reset(new GrVkInterface(backendContext.fGetProc, fInstance, fDevice, in initializeContext()
363 GR_VK_CALL_ERRCHECK(fInterface, in createBuffers()
375 GR_VK_CALL(fInterface, in destroyBuffers()
417 fInterface.reset(); in destroyContext()
461 GR_VK_CALL_ERRCHECK(fInterface, CreateSemaphore(fDevice, &semaphoreInfo, in getBackbufferSurface()
471 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface()
477 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface()
488 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface()
DVulkanWindowContext.h100 sk_sp<const GrVkInterface> fInterface; variable
/external/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp18 , 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()
DGrVkAMDMemoryAllocator.h51 sk_sp<const GrVkInterface> fInterface; variable
DGrVkGpu.h50 const GrVkInterface* vkInterface() const { return fInterface.get(); } in vkInterface()
274 sk_sp<const GrVkInterface> fInterface; variable
DGrVkGpu.cpp142 , fInterface(std::move(interface)) in GrVkGpu()
156 fDevice, fInterface)); in GrVkGpu()
/external/skqp/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp18 , 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()
DGrVkAMDMemoryAllocator.h51 sk_sp<const GrVkInterface> fInterface; variable
DGrVkGpu.h50 const GrVkInterface* vkInterface() const { return fInterface.get(); } in vkInterface()
263 sk_sp<const GrVkInterface> fInterface; variable
DGrVkGpu.cpp142 , fInterface(std::move(interface)) in GrVkGpu()
156 fDevice, fInterface)); in GrVkGpu()
/external/skqp/site/user/special/
Dvulkan.md30 vkBackendContext.fInterface.reset(GrVkCreateInterface(instance, vkPhysDevice, extensionFlags);
/external/skia/site/user/special/
Dvulkan.md30 vkBackendContext.fInterface.reset(GrVkCreateInterface(instance, vkPhysDevice, extensionFlags);