Home
last modified time | relevance | path

Searched defs:requestedCount (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/dawn/
DGrDawnCaps.cpp99 int GrDawnCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount()
/external/skia/src/gpu/d3d/
DGrD3DCaps.cpp827 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount()
837 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, DXGI_FORMAT format) const { in getRenderTargetSampleCount()
/external/skqp/src/gpu/
DGrCaps.h188 int getSampleCount(int requestedCount, GrPixelConfig config) const { in getSampleCount()
/external/skqp/src/gpu/vk/
DGrVkCaps.cpp719 int GrVkCaps::getRenderTargetSampleCount(int requestedCount, GrPixelConfig config) const { in getRenderTargetSampleCount()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp1459 int GrVkCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount()
1469 int GrVkCaps::getRenderTargetSampleCount(int requestedCount, VkFormat format) const { in getRenderTargetSampleCount()
/external/skia/src/gpu/gl/
DGrGLCaps.h133 int getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount()
DGrGLCaps.cpp4324 int GrGLCaps::getRenderTargetSampleCount(int requestedCount, GrGLFormat format) const { in getRenderTargetSampleCount()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp2876 int GrGLCaps::getRenderTargetSampleCount(int requestedCount, GrPixelConfig config) const { in getRenderTargetSampleCount()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp1470 GLuint GetSampleCount(VkSampleCountFlags supportedCounts, GLuint requestedCount) in GetSampleCount()