Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlCaps.mm505 int GrMtlCaps::getRenderTargetSampleCount(int requestedCount, function
512 int GrMtlCaps::getRenderTargetSampleCount(int requestedCount, MTLPixelFormat format) const { function
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockCaps.cpp15 int GrMockCaps::getRenderTargetSampleCount(int requestCount, GrColorType ct) const { in getRenderTargetSampleCount() function in GrMockCaps
H A DGrMockCaps.h112 int getRenderTargetSampleCount(int requestCount, in getRenderTargetSampleCount() function
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DCaps.cpp865 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrD3DCaps
875 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, DXGI_FORMAT format) const { in getRenderTargetSampleCount() function in GrD3DCaps
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkCaps.cpp1634 int GrVkCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrVkCaps
1644 int GrVkCaps::getRenderTargetSampleCount(int requestedCount, VkFormat format) const { in getRenderTargetSampleCount() function in GrVkCaps
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLCaps.h164 int getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function
H A DGrGLCaps.cpp5068 int GrGLCaps::getRenderTargetSampleCount(int requestedCount, GrGLFormat format) const { in getRenderTargetSampleCount() function in GrGLCaps