Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlCaps.mm483 bool GrMtlCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { function
487 bool GrMtlCaps::isFormatRenderable(MTLPixelFormat format, int sampleCount) const { function
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DCaps.cpp848 bool GrD3DCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { in isFormatRenderable() function in GrD3DCaps
856 bool GrD3DCaps::isFormatRenderable(DXGI_FORMAT format, int sampleCount) const { in isFormatRenderable() function in GrD3DCaps
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockCaps.h102 bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const override { in isFormatRenderable() function
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkCaps.cpp1622 bool GrVkCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { in isFormatRenderable() function in GrVkCaps
1630 bool GrVkCaps::isFormatRenderable(VkFormat format, int sampleCount) const { in isFormatRenderable() function in GrVkCaps
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLCaps.h160 bool isFormatRenderable(GrGLFormat format, int sampleCount) const { in isFormatRenderable() function
H A DGrGLCaps.cpp5058 bool GrGLCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { in isFormatRenderable() function in GrGLCaps