Home
last modified time | relevance | path

Searched defs:maxRenderTargetSampleCount (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/ganesh/mtl/
DGrMtlCaps.mm471 int GrMtlCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { function
475 int GrMtlCaps::maxRenderTargetSampleCount(MTLPixelFormat format) const { function
/external/skia/src/gpu/ganesh/mock/
DGrMockCaps.h97 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() function
109 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
/external/skia/src/gpu/ganesh/dawn/
DGrDawnCaps.cpp122 int GrDawnCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrDawnCaps
/external/skia/src/gpu/graphite/dawn/
DDawnCaps.cpp70 uint32_t DawnCaps::maxRenderTargetSampleCount(wgpu::TextureFormat format) const { in maxRenderTargetSampleCount() function in skgpu::graphite::DawnCaps
/external/skia/src/gpu/ganesh/d3d/
DGrD3DCaps.cpp879 int GrD3DCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrD3DCaps
887 int GrD3DCaps::maxRenderTargetSampleCount(DXGI_FORMAT format) const { in maxRenderTargetSampleCount() function in GrD3DCaps
/external/skia/src/gpu/ganesh/vk/
DGrVkCaps.cpp1534 int GrVkCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrVkCaps
1542 int GrVkCaps::maxRenderTargetSampleCount(VkFormat format) const { in maxRenderTargetSampleCount() function in GrVkCaps
/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.h139 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
DGrGLCaps.cpp4826 int GrGLCaps::maxRenderTargetSampleCount(GrGLFormat format) const { in maxRenderTargetSampleCount() function in GrGLCaps