Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/mtl/
DGrMtlCaps.mm498 int GrMtlCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { function
502 int GrMtlCaps::maxRenderTargetSampleCount(MTLPixelFormat format) const { function
/external/skia/src/gpu/ganesh/mock/
DGrMockCaps.h120 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() function
132 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
/external/skia/src/gpu/ganesh/d3d/
DGrD3DCaps.cpp881 int GrD3DCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrD3DCaps
889 int GrD3DCaps::maxRenderTargetSampleCount(DXGI_FORMAT format) const { in maxRenderTargetSampleCount() function in GrD3DCaps
/external/skia/src/gpu/graphite/dawn/
DDawnCaps.cpp171 uint32_t DawnCaps::maxRenderTargetSampleCount(wgpu::TextureFormat format) const { in maxRenderTargetSampleCount() function in skgpu::graphite::DawnCaps
/external/skia/src/gpu/ganesh/vk/
DGrVkCaps.cpp1631 int GrVkCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrVkCaps
1639 int GrVkCaps::maxRenderTargetSampleCount(VkFormat format) const { in maxRenderTargetSampleCount() function in GrVkCaps
/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.h165 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
DGrGLCaps.cpp4969 int GrGLCaps::maxRenderTargetSampleCount(GrGLFormat format) const { in maxRenderTargetSampleCount() function in GrGLCaps