Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm446 int GrMtlCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { function
450 int GrMtlCaps::maxRenderTargetSampleCount(MTLPixelFormat format) const { function
/third_party/skia/m133/src/gpu/ganesh/mtl/
DGrMtlCaps.mm491 int GrMtlCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { function
495 int GrMtlCaps::maxRenderTargetSampleCount(MTLPixelFormat format) const { function
/third_party/skia/m133/src/gpu/ganesh/mock/
DGrMockCaps.h122 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() function
134 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
/third_party/skia/src/gpu/mock/
DGrMockCaps.h98 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() function
110 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.cpp108 int GrDawnCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrDawnCaps
/third_party/skia/m133/src/gpu/ganesh/d3d/
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
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp866 int GrD3DCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrD3DCaps
874 int GrD3DCaps::maxRenderTargetSampleCount(DXGI_FORMAT format) const { in maxRenderTargetSampleCount() function in GrD3DCaps
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp1548 int GrVkCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrVkCaps
1556 int GrVkCaps::maxRenderTargetSampleCount(VkFormat format) const { in maxRenderTargetSampleCount() function in GrVkCaps
/third_party/skia/m133/src/gpu/ganesh/vk/
DGrVkCaps.cpp1715 int GrVkCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrVkCaps
1723 int GrVkCaps::maxRenderTargetSampleCount(VkFormat format) const { in maxRenderTargetSampleCount() function in GrVkCaps
/third_party/skia/m133/src/gpu/graphite/dawn/
DDawnCaps.cpp187 uint32_t DawnCaps::maxRenderTargetSampleCount(wgpu::TextureFormat format) const { in maxRenderTargetSampleCount() function in skgpu::graphite::DawnCaps
/third_party/skia/src/gpu/gl/
DGrGLCaps.h139 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
DGrGLCaps.cpp4619 int GrGLCaps::maxRenderTargetSampleCount(GrGLFormat format) const { in maxRenderTargetSampleCount() function in GrGLCaps
/third_party/skia/m133/src/gpu/ganesh/gl/
DGrGLCaps.h171 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
DGrGLCaps.cpp5147 int GrGLCaps::maxRenderTargetSampleCount(GrGLFormat format) const { in maxRenderTargetSampleCount() function in GrGLCaps