Searched defs:isFormatRenderable (Results 1 – 6 of 6) sorted by relevance
483 bool GrMtlCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { function487 bool GrMtlCaps::isFormatRenderable(MTLPixelFormat format, int sampleCount) const { function
848 bool GrD3DCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { in isFormatRenderable() function in GrD3DCaps856 bool GrD3DCaps::isFormatRenderable(DXGI_FORMAT format, int sampleCount) const { in isFormatRenderable() function in GrD3DCaps
102 bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const override { in isFormatRenderable() function
1622 bool GrVkCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { in isFormatRenderable() function in GrVkCaps1630 bool GrVkCaps::isFormatRenderable(VkFormat format, int sampleCount) const { in isFormatRenderable() function in GrVkCaps
160 bool isFormatRenderable(GrGLFormat format, int sampleCount) const { in isFormatRenderable() function
5058 bool GrGLCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { in isFormatRenderable() function in GrGLCaps