Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/mtl/
DGrMtlCaps.mm512 int GrMtlCaps::getRenderTargetSampleCount(int requestedCount, function
519 int GrMtlCaps::getRenderTargetSampleCount(int requestedCount, MTLPixelFormat format) const { function
/external/skia/src/gpu/ganesh/mock/
DGrMockCaps.cpp15 int GrMockCaps::getRenderTargetSampleCount(int requestCount, GrColorType ct) const { in getRenderTargetSampleCount() function in GrMockCaps
DGrMockCaps.h110 int getRenderTargetSampleCount(int requestCount, in getRenderTargetSampleCount() function
/external/skia/src/gpu/ganesh/d3d/
DGrD3DCaps.cpp847 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrD3DCaps
857 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, DXGI_FORMAT format) const { in getRenderTargetSampleCount() function in GrD3DCaps
/external/skia/src/gpu/ganesh/vk/
DGrVkCaps.cpp1597 int GrVkCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrVkCaps
1607 int GrVkCaps::getRenderTargetSampleCount(int requestedCount, VkFormat format) const { in getRenderTargetSampleCount() function in GrVkCaps
/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.h158 int getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function
DGrGLCaps.cpp4945 int GrGLCaps::getRenderTargetSampleCount(int requestedCount, GrGLFormat format) const { in getRenderTargetSampleCount() function in GrGLCaps