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

  /external/skia/src/gpu/vk/
GrVkCaps.h 15 struct GrVkInterface;
29 GrVkCaps(const GrContextOptions& contextOptions, const GrVkInterface* vkInterface,
117 void init(const GrContextOptions& contextOptions, const GrVkInterface* vkInterface,
126 void initConfigTable(const GrVkInterface*, VkPhysicalDevice);
127 void initStencilFormat(const GrVkInterface* iface, VkPhysicalDevice physDev);
132 void init(const GrVkInterface*, VkPhysicalDevice, VkFormat);
GrVkCaps.cpp 13 #include "vk/GrVkInterface.h"
15 GrVkCaps::GrVkCaps(const GrContextOptions& contextOptions, const GrVkInterface* vkInterface,
72 void GrVkCaps::init(const GrContextOptions& contextOptions, const GrVkInterface* vkInterface,
261 bool stencil_format_supported(const GrVkInterface* interface,
270 void GrVkCaps::initStencilFormat(const GrVkInterface* interface, VkPhysicalDevice physDev) {
291 void GrVkCaps::initConfigTable(const GrVkInterface* interface, VkPhysicalDevice physDev) {
324 void GrVkCaps::ConfigInfo::init(const GrVkInterface* interface,
GrVkInterface.cpp 8 #include "vk/GrVkInterface.h"
12 GrVkInterface::GrVkInterface() {
20 const GrVkInterface* GrVkCreateInterface(VkInstance instance, VkDevice device,
23 GrVkInterface* interface = new GrVkInterface();
24 GrVkInterface::Functions* functions = &interface->fFunctions;
178 if (kIsDebug) { SkDebugf("%s:%d GrVkInterface::validate() failed.\n", __FILE__, __LINE__); } \
181 bool GrVkInterface::validate(uint32_t extensionFlags) const {
GrVkGpu.h 34 struct GrVkInterface;
47 const GrVkInterface* vkInterface() const { return fBackendContext->fInterface.get(); }
GrVkMemory.cpp 60 const GrVkInterface* iface = gpu->vkInterface();
144 const GrVkInterface* iface = gpu->vkInterface();
493 const GrVkInterface* iface = fGpu->vkInterface();
626 const GrVkInterface* iface = fGpu->vkInterface();
GrVkGpu.cpp 37 #include "vk/GrVkInterface.h"
470 const GrVkInterface* interface = this->vkInterface();
    [all...]
  /external/skia/include/gpu/vk/
GrVkBackendContext.h 15 struct GrVkInterface;
48 sk_sp<const GrVkInterface> fInterface;
GrVkInterface.h 22 struct GrVkInterface;
25 * Creates a GrVkInterface.
27 const GrVkInterface* GrVkCreateInterface(VkInstance instance, VkDevice device,
33 * GrContext is created it is given a GrVkInterface. All functions that should be
37 struct SK_API GrVkInterface : public SkRefCnt {
52 GrVkInterface();
54 // Validates that the GrVkInterface supports its advertised standard. This means the necessary
  /external/skia/tools/gpu/vk/
VkTestContext.h 27 const GrVkInterface* vk() const { return fVk->fInterface.get(); }
VkTestContext.cpp 12 #include "vk/GrVkInterface.h"
24 VkFenceSync(sk_sp<const GrVkInterface> vk, VkDevice device, VkQueue queue,
97 sk_sp<const GrVkInterface> fVk;

Completed in 121 milliseconds