Searched defs:requestedCount (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/dawn/ |
D | GrDawnCaps.cpp | 99 int GrDawnCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount()
|
/external/skia/src/gpu/d3d/ |
D | GrD3DCaps.cpp | 827 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() 837 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, DXGI_FORMAT format) const { in getRenderTargetSampleCount()
|
/external/skqp/src/gpu/ |
D | GrCaps.h | 188 int getSampleCount(int requestedCount, GrPixelConfig config) const { in getSampleCount()
|
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.cpp | 719 int GrVkCaps::getRenderTargetSampleCount(int requestedCount, GrPixelConfig config) const { in getRenderTargetSampleCount()
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 1459 int GrVkCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() 1469 int GrVkCaps::getRenderTargetSampleCount(int requestedCount, VkFormat format) const { in getRenderTargetSampleCount()
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.h | 133 int getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount()
|
D | GrGLCaps.cpp | 4324 int GrGLCaps::getRenderTargetSampleCount(int requestedCount, GrGLFormat format) const { in getRenderTargetSampleCount()
|
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.cpp | 2876 int GrGLCaps::getRenderTargetSampleCount(int requestedCount, GrPixelConfig config) const { in getRenderTargetSampleCount()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 1470 GLuint GetSampleCount(VkSampleCountFlags supportedCounts, GLuint requestedCount) in GetSampleCount()
|