Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.mm323 int GrMtlCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { function
327 int GrMtlCaps::maxRenderTargetSampleCount(MTLPixelFormat format) const { function
/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.h99 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() function
111 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnCaps.cpp151 int GrDawnCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrDawnCaps
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp1315 int GrVkCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrVkCaps
1323 int GrVkCaps::maxRenderTargetSampleCount(VkFormat format) const { in maxRenderTargetSampleCount() function in GrVkCaps
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h131 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
DGrGLCaps.cpp3812 int GrGLCaps::maxRenderTargetSampleCount(GrGLFormat format) const { in maxRenderTargetSampleCount() function in GrGLCaps