Searched defs:getRenderTargetSampleCount (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/ |
H A D | GrMtlCaps.mm | 505 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 D | GrMockCaps.cpp | 15 int GrMockCaps::getRenderTargetSampleCount(int requestCount, GrColorType ct) const { in getRenderTargetSampleCount() function in GrMockCaps
|
H A D | GrMockCaps.h | 112 int getRenderTargetSampleCount(int requestCount, in getRenderTargetSampleCount() function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/ |
H A D | GrD3DCaps.cpp | 865 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 D | GrVkCaps.cpp | 1634 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 D | GrGLCaps.h | 164 int getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function
|
H A D | GrGLCaps.cpp | 5068 int GrGLCaps::getRenderTargetSampleCount(int requestedCount, GrGLFormat format) const { in getRenderTargetSampleCount() function in GrGLCaps
|