Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/mtl/
DGrMtlCaps.mm483 bool GrMtlCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { function
487 bool GrMtlCaps::isFormatRenderable(MTLPixelFormat format, int sampleCount) const { function
/external/skia/src/gpu/ganesh/mock/
DGrMockCaps.h102 bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const override { in isFormatRenderable() function
/external/skia/src/gpu/ganesh/d3d/
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
/external/skia/src/gpu/ganesh/vk/
DGrVkCaps.cpp1621 bool GrVkCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { in isFormatRenderable() function in GrVkCaps
1629 bool GrVkCaps::isFormatRenderable(VkFormat format, int sampleCount) const { in isFormatRenderable() function in GrVkCaps
/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.h160 bool isFormatRenderable(GrGLFormat format, int sampleCount) const { in isFormatRenderable() function
DGrGLCaps.cpp5058 bool GrGLCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { in isFormatRenderable() function in GrGLCaps