Searched refs:initSampleCounts (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/d3d/ |
D | GrD3DCaps.h | 173 void initSampleCounts(const DXGI_ADAPTER_DESC& adapterDesc, ID3D12Device*, DXGI_FORMAT);
|
D | GrD3DCaps.cpp | 722 void GrD3DCaps::FormatInfo::initSampleCounts(const DXGI_ADAPTER_DESC& adapterDesc, in initSampleCounts() function in GrD3DCaps::FormatInfo 762 this->initSampleCounts(adapterDesc, device, format); in init()
|
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.h | 196 void initSampleCounts(const GrVkInterface*, VkPhysicalDevice,
|
D | GrVkCaps.cpp | 661 void GrVkCaps::ConfigInfo::initSampleCounts(const GrVkInterface* interface, in initSampleCounts() function in GrVkCaps::ConfigInfo 715 this->initSampleCounts(interface, physDev, properties, format); in init()
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.h | 342 void initSampleCounts(const GrVkInterface*, VkPhysicalDevice,
|
D | GrVkCaps.cpp | 1324 void GrVkCaps::FormatInfo::initSampleCounts(const GrVkInterface* interface, in initSampleCounts() function in GrVkCaps::FormatInfo 1378 this->initSampleCounts(interface, physDev, properties, format); in init()
|