Searched refs:initFormatTable (Results 1 – 10 of 10) sorted by relevance
| /third_party/skia/experimental/graphite/src/mtl/ |
| D | MtlCaps.h | 45 void initFormatTable();
|
| D | MtlCaps.mm | 24 this->initFormatTable(); 221 void Caps::initFormatTable() {
|
| /third_party/skia/src/gpu/d3d/ |
| D | GrD3DCaps.h | 130 void initFormatTable(const DXGI_ADAPTER_DESC&, ID3D12Device*);
|
| D | GrD3DCaps.cpp | 174 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/ |
| D | GrMtlCaps.h | 120 void initFormatTable();
|
| D | GrMtlCaps.mm | 43 this->initFormatTable(); 616 void GrMtlCaps::initFormatTable() { function
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkCaps.h | 301 void initFormatTable(const GrVkInterface*, VkPhysicalDevice, const VkPhysicalDeviceProperties&);
|
| D | GrVkCaps.cpp | 465 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/ |
| D | GrGLCaps.h | 530 void initFormatTable(const GrGLContextInfo&, const GrGLInterface*, const FormatWorkarounds&);
|
| D | GrGLCaps.cpp | 778 this->initFormatTable(ctxInfo, gli, formatWorkarounds); in init() 1343 void GrGLCaps::initFormatTable(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli, in initFormatTable() function in GrGLCaps
|