HomeSort by relevance Sort by last modified time
    Searched refs:GrVkInterface (Results 1 - 25 of 28) sorted by null

1 2

  /external/skia/src/gpu/vk/
GrVkAMDMemoryAllocator.h 16 struct GrVkInterface;
21 sk_sp<const GrVkInterface> interface);
49 // memory, then we won't need to save the GrVkInterface here since we won't need to make direct
51 sk_sp<const GrVkInterface> fInterface;
GrVkCaps.h 17 struct GrVkInterface;
30 GrVkCaps(const GrContextOptions& contextOptions, const GrVkInterface* vkInterface,
181 void init(const GrContextOptions& contextOptions, const GrVkInterface* vkInterface,
184 void initGrCaps(const GrVkInterface* vkInterface,
192 void initConfigTable(const GrVkInterface*, VkPhysicalDevice, const VkPhysicalDeviceProperties&);
193 void initStencilFormat(const GrVkInterface* iface, VkPhysicalDevice physDev);
206 void init(const GrVkInterface*, VkPhysicalDevice, const VkPhysicalDeviceProperties&,
209 void initSampleCounts(const GrVkInterface*, VkPhysicalDevice,
GrVkCaps.cpp 13 #include "GrVkInterface.h"
20 GrVkCaps::GrVkCaps(const GrContextOptions& contextOptions, const GrVkInterface* vkInterface,
266 void GrVkCaps::init(const GrContextOptions& contextOptions, const GrVkInterface* vkInterface,
479 void GrVkCaps::initGrCaps(const GrVkInterface* vkInterface,
613 bool stencil_format_supported(const GrVkInterface* interface,
622 void GrVkCaps::initStencilFormat(const GrVkInterface* interface, VkPhysicalDevice physDev) {
643 void GrVkCaps::initConfigTable(const GrVkInterface* interface, VkPhysicalDevice physDev,
683 void GrVkCaps::ConfigInfo::initSampleCounts(const GrVkInterface* interface,
727 void GrVkCaps::ConfigInfo::init(const GrVkInterface* interface,
    [all...]
GrVkGpu.h 36 struct GrVkInterface;
50 const GrVkInterface* vkInterface() const { return fInterface.get(); }
186 sk_sp<const GrVkInterface>, uint32_t instanceVersion, uint32_t physicalDeviceVersion);
274 sk_sp<const GrVkInterface> fInterface;
GrVkInterface.h 22 * GrContext is created it is given a GrVkInterface. All functions that should be
26 struct GrVkInterface : public SkRefCnt {
41 GrVkInterface(GrVkGetProc getProc,
48 // Validates that the GrVkInterface supports its advertised standard. This means the necessary
GrVkAMDMemoryAllocator.cpp 10 #include "GrVkInterface.h"
16 sk_sp<const GrVkInterface> interface)
GrVkInterface.cpp 8 #include "GrVkInterface.h"
20 GrVkInterface::GrVkInterface(GrVkGetProc getProc,
260 if (kIsDebug) { SkDebugf("%s:%d GrVkInterface::validate() failed.\n", __FILE__, __LINE__); } \
263 bool GrVkInterface::validate(uint32_t instanceVersion, uint32_t physicalDeviceVersion,
GrVkGpu.cpp 26 #include "GrVkInterface.h"
105 sk_sp<const GrVkInterface> interface;
108 interface.reset(new GrVkInterface(backendContext.fGetProc,
119 // make an empty GrVkExtensions and pass that to the GrVkInterface.
121 interface.reset(new GrVkInterface(backendContext.fGetProc,
139 const GrVkBackendContext& backendContext, sk_sp<const GrVkInterface> interface,
568 const GrVkInterface* interface = this->vkInterface();
    [all...]
  /external/skqp/src/gpu/vk/
GrVkAMDMemoryAllocator.h 16 struct GrVkInterface;
21 sk_sp<const GrVkInterface> interface);
49 // memory, then we won't need to save the GrVkInterface here since we won't need to make direct
51 sk_sp<const GrVkInterface> fInterface;
GrVkCaps.h 17 struct GrVkInterface;
30 GrVkCaps(const GrContextOptions& contextOptions, const GrVkInterface* vkInterface,
168 void init(const GrContextOptions& contextOptions, const GrVkInterface* vkInterface,
171 void initGrCaps(const GrVkInterface* vkInterface,
179 void initConfigTable(const GrVkInterface*, VkPhysicalDevice, const VkPhysicalDeviceProperties&);
180 void initStencilFormat(const GrVkInterface* iface, VkPhysicalDevice physDev);
193 void init(const GrVkInterface*, VkPhysicalDevice, const VkPhysicalDeviceProperties&,
196 void initSampleCounts(const GrVkInterface*, VkPhysicalDevice,
GrVkCaps.cpp 13 #include "GrVkInterface.h"
19 GrVkCaps::GrVkCaps(const GrContextOptions& contextOptions, const GrVkInterface* vkInterface,
232 void GrVkCaps::init(const GrContextOptions& contextOptions, const GrVkInterface* vkInterface,
428 void GrVkCaps::initGrCaps(const GrVkInterface* vkInterface,
560 bool stencil_format_supported(const GrVkInterface* interface,
569 void GrVkCaps::initStencilFormat(const GrVkInterface* interface, VkPhysicalDevice physDev) {
590 void GrVkCaps::initConfigTable(const GrVkInterface* interface, VkPhysicalDevice physDev,
622 void GrVkCaps::ConfigInfo::initSampleCounts(const GrVkInterface* interface,
666 void GrVkCaps::ConfigInfo::init(const GrVkInterface* interface,
    [all...]
GrVkGpu.h 36 struct GrVkInterface;
50 const GrVkInterface* vkInterface() const { return fInterface.get(); }
178 sk_sp<const GrVkInterface>, uint32_t instanceVersion, uint32_t physicalDeviceVersion);
263 sk_sp<const GrVkInterface> fInterface;
GrVkInterface.h 22 * GrContext is created it is given a GrVkInterface. All functions that should be
26 struct GrVkInterface : public SkRefCnt {
41 GrVkInterface(GrVkGetProc getProc,
48 // Validates that the GrVkInterface supports its advertised standard. This means the necessary
GrVkAMDMemoryAllocator.cpp 10 #include "GrVkInterface.h"
16 sk_sp<const GrVkInterface> interface)
GrVkInterface.cpp 8 #include "GrVkInterface.h"
20 GrVkInterface::GrVkInterface(GrVkGetProc getProc,
260 if (kIsDebug) { SkDebugf("%s:%d GrVkInterface::validate() failed.\n", __FILE__, __LINE__); } \
263 bool GrVkInterface::validate(uint32_t instanceVersion, uint32_t physicalDeviceVersion,
GrVkGpu.cpp 26 #include "GrVkInterface.h"
105 sk_sp<const GrVkInterface> interface;
108 interface.reset(new GrVkInterface(backendContext.fGetProc,
119 // make an empty GrVkExtensions and pass that to the GrVkInterface.
121 interface.reset(new GrVkInterface(backendContext.fGetProc,
139 const GrVkBackendContext& backendContext, sk_sp<const GrVkInterface> interface,
565 const GrVkInterface* interface = this->vkInterface();
    [all...]
  /external/skia/tests/
VkDrawableTest.cpp 23 #include "vk/GrVkInterface.h"
34 TestDrawable(const GrVkInterface* interface, GrContext* context, int32_t width, int32_t height)
45 DrawHandlerBasic(const GrVkInterface* interface, int32_t width, int32_t height)
84 const GrVkInterface* fInterface;
209 const GrVkInterface* fInterface;
SurfaceSemaphoreTest.cpp 131 const GrVkInterface* interface = gpu->vkInterface();
246 const GrVkInterface* interface = gpu->vkInterface();
  /external/skia/tools/sk_app/
VulkanWindowContext.h 18 #include "vk/GrVkInterface.h"
100 sk_sp<const GrVkInterface> fInterface;
VulkanWindowContext.cpp 97 fInterface.reset(new GrVkInterface(backendContext.fGetProc, fInstance, fDevice,
  /external/skqp/tests/
VkDrawableTest.cpp 23 #include "vk/GrVkInterface.h"
34 TestDrawable(const GrVkInterface* interface, GrContext* context, int32_t width, int32_t height)
45 DrawHandlerBasic(const GrVkInterface* interface, int32_t width, int32_t height)
84 const GrVkInterface* fInterface;
209 const GrVkInterface* fInterface;
SurfaceSemaphoreTest.cpp 131 const GrVkInterface* interface = gpu->vkInterface();
246 const GrVkInterface* interface = gpu->vkInterface();
  /external/skqp/tools/gpu/mtl/
MtlTestContext.mm 26 MtlFenceSync(sk_sp<const GrVkInterface> vk, VkDevice device, VkQueue queue,
99 sk_sp<const GrVkInterface> fVk;
  /external/skia/tools/gpu/mtl/
MtlTestContext.mm 30 MtlFenceSync(sk_sp<const GrVkInterface> vk, VkDevice device, VkQueue queue,
103 sk_sp<const GrVkInterface> fVk;
  /external/skqp/tools/sk_app/
VulkanWindowContext.h 18 #include "vk/GrVkInterface.h"
103 sk_sp<const GrVkInterface> fInterface;

Completed in 1467 milliseconds

1 2