HomeSort by relevance Sort by last modified time
    Searched defs:fInterface (Results 1 - 12 of 12) sorted by null

  /external/skia/src/compute/sk/
SkContext_Compute.h 44 SkContext_Compute(GrGLInterface const * fInterface);
62 GrGLInterface const * fInterface;
  /external/skqp/src/compute/sk/
SkContext_Compute.h 44 SkContext_Compute(GrGLInterface const * fInterface);
62 GrGLInterface const * fInterface;
  /external/skia/src/gpu/vk/
GrVkAMDMemoryAllocator.h 51 sk_sp<const GrVkInterface> fInterface;
GrVkGpu.h 50 const GrVkInterface* vkInterface() const { return fInterface.get(); }
274 sk_sp<const GrVkInterface> fInterface;
  /external/skqp/src/gpu/vk/
GrVkAMDMemoryAllocator.h 51 sk_sp<const GrVkInterface> fInterface;
GrVkGpu.h 50 const GrVkInterface* vkInterface() const { return fInterface.get(); }
263 sk_sp<const GrVkInterface> fInterface;
  /external/skia/src/gpu/gl/
GrGLContext.h 34 GrGLStandard standard() const { return fInterface->fStandard; }
49 return fInterface->hasExtension(ext);
52 const GrGLExtensions& extensions() const { return fInterface->fExtensions; }
56 sk_sp<const GrGLInterface> fInterface;
71 sk_sp<const GrGLInterface> fInterface;
95 const GrGLInterface* interface() const { return fInterface.get(); }
  /external/skqp/src/gpu/gl/
GrGLContext.h 34 GrGLStandard standard() const { return fInterface->fStandard; }
49 return fInterface->hasExtension(ext);
52 const GrGLExtensions& extensions() const { return fInterface->fExtensions; }
56 sk_sp<const GrGLInterface> fInterface;
71 sk_sp<const GrGLInterface> fInterface;
95 const GrGLInterface* interface() const { return fInterface.get(); }
  /external/skia/tests/
VkDrawableTest.cpp 36 , fInterface(interface)
47 , fInterface(interface)
75 GR_VK_CALL(fInterface, CmdClearAttachments(vkInfo.fSecondaryCommandBuffer,
84 const GrVkInterface* fInterface;
195 draw.reset(new DrawHandlerBasic(fInterface, fWidth, fHeight));
209 const GrVkInterface* fInterface;
  /external/skia/tools/sk_app/
VulkanWindowContext.h 100 sk_sp<const GrVkInterface> fInterface;
  /external/skqp/tests/
VkDrawableTest.cpp 36 , fInterface(interface)
47 , fInterface(interface)
75 GR_VK_CALL(fInterface, CmdClearAttachments(vkInfo.fSecondaryCommandBuffer,
84 const GrVkInterface* fInterface;
195 draw.reset(new DrawHandlerBasic(fInterface, fWidth, fHeight));
209 const GrVkInterface* fInterface;
  /external/skqp/tools/sk_app/
VulkanWindowContext.h 103 sk_sp<const GrVkInterface> fInterface;

Completed in 330 milliseconds