Home
last modified time | relevance | path

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

/external/libmonet/quantize/
DQuantizerWu.java388 int requestedCount; field in QuantizerWu.CreateBoxesResult
391 CreateBoxesResult(int requestedCount, int resultCount) { in CreateBoxesResult()
/external/skia/src/gpu/ganesh/dawn/
DGrDawnCaps.cpp113 int GrDawnCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount()
/external/skia/src/gpu/ganesh/d3d/
DGrD3DCaps.cpp845 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount()
855 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, DXGI_FORMAT format) const { in getRenderTargetSampleCount()
/external/skia/src/gpu/ganesh/vk/
DGrVkCaps.cpp1500 int GrVkCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount()
1510 int GrVkCaps::getRenderTargetSampleCount(int requestedCount, VkFormat format) const { in getRenderTargetSampleCount()
/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.h133 int getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount()
DGrGLCaps.cpp4802 int GrGLCaps::getRenderTargetSampleCount(int requestedCount, GrGLFormat format) const { in getRenderTargetSampleCount()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp1736 GLuint GetSampleCount(VkSampleCountFlags supportedCounts, GLuint requestedCount) in GetSampleCount()