Home
last modified time | relevance | path

Searched refs:initFormatTable (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/experimental/graphite/src/mtl/
DMtlCaps.h45 void initFormatTable();
DMtlCaps.mm24 this->initFormatTable();
221 void Caps::initFormatTable() {
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.h130 void initFormatTable(const DXGI_ADAPTER_DESC&, ID3D12Device*);
DGrD3DCaps.cpp174 this->initFormatTable(adapterDesc, device); in init()
353 void GrD3DCaps::initFormatTable(const DXGI_ADAPTER_DESC& adapterDesc, ID3D12Device* device) { in initFormatTable() function in GrD3DCaps
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.h120 void initFormatTable();
DGrMtlCaps.mm43 this->initFormatTable();
616 void GrMtlCaps::initFormatTable() { function
/third_party/skia/src/gpu/vk/
DGrVkCaps.h301 void initFormatTable(const GrVkInterface*, VkPhysicalDevice, const VkPhysicalDeviceProperties&);
DGrVkCaps.cpp465 this->initFormatTable(vkInterface, physDev, properties); in init()
849 void GrVkCaps::initFormatTable(const GrVkInterface* interface, VkPhysicalDevice physDev, in initFormatTable() function in GrVkCaps
/third_party/skia/src/gpu/gl/
DGrGLCaps.h530 void initFormatTable(const GrGLContextInfo&, const GrGLInterface*, const FormatWorkarounds&);
DGrGLCaps.cpp778 this->initFormatTable(ctxInfo, gli, formatWorkarounds); in init()
1343 void GrGLCaps::initFormatTable(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli, in initFormatTable() function in GrGLCaps