Home
last modified time | relevance | path

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

/external/skia/src/gpu/mtl/
DGrMtlCaps.mm447 int GrMtlCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { function
451 int GrMtlCaps::maxRenderTargetSampleCount(MTLPixelFormat format) const { function
/external/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
/external/skia/src/gpu/dawn/
DGrDawnCaps.cpp110 int GrDawnCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrDawnCaps
/external/skia/src/gpu/d3d/
DGrD3DCaps.cpp874 int GrD3DCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrD3DCaps
882 int GrD3DCaps::maxRenderTargetSampleCount(DXGI_FORMAT format) const { in maxRenderTargetSampleCount() function in GrD3DCaps
/external/skia/src/gpu/vk/
DGrVkCaps.cpp1494 int GrVkCaps::maxRenderTargetSampleCount(const GrBackendFormat& format) const { in maxRenderTargetSampleCount() function in GrVkCaps
1502 int GrVkCaps::maxRenderTargetSampleCount(VkFormat format) const { in maxRenderTargetSampleCount() function in GrVkCaps
/external/skia/src/gpu/gl/
DGrGLCaps.h139 int maxRenderTargetSampleCount(const GrBackendFormat& format) const override { in maxRenderTargetSampleCount() function
DGrGLCaps.cpp4689 int GrGLCaps::maxRenderTargetSampleCount(GrGLFormat format) const { in maxRenderTargetSampleCount() function in GrGLCaps