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

  /external/skia/src/gpu/vk/
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,
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
  /external/skqp/src/gpu/vk/
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,
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

Completed in 477 milliseconds