Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlCaps.mm491 int GrMtlCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { function
495 int GrMtlCaps::maxRenderTargetSampleCount(MTLPixelFormat format) const { function
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockCaps.h122 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() function
134 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DCaps.cpp899 int GrD3DCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrD3DCaps
907 int GrD3DCaps::maxRenderTargetSampleCount(DXGI_FORMAT format) const { in maxRenderTargetSampleCount() function in GrD3DCaps
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkCaps.cpp1668 int GrVkCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrVkCaps
1676 int GrVkCaps::maxRenderTargetSampleCount(VkFormat format) const { in maxRenderTargetSampleCount() function in GrVkCaps
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnCaps.cpp187 uint32_t DawnCaps::maxRenderTargetSampleCount(wgpu::TextureFormat format) const { in maxRenderTargetSampleCount() function in skgpu::graphite::DawnCaps
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLCaps.h171 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
H A DGrGLCaps.cpp5092 int GrGLCaps::maxRenderTargetSampleCount(GrGLFormat format) const { in maxRenderTargetSampleCount() function in GrGLCaps