Home
last modified time | relevance | path

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

/external/skia/src/gpu/mtl/
DGrMtlCaps.mm398 bool GrMtlCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { function
402 bool GrMtlCaps::isFormatRenderable(MTLPixelFormat format, int sampleCount) const { function
/external/skia/src/gpu/mock/
DGrMockCaps.h79 bool isFormatRenderable(const GrBackendFormat& format, int sampleCount) const override { in isFormatRenderable() function
/external/skia/src/gpu/dawn/
DGrDawnCaps.cpp72 bool GrDawnCaps::isFormatRenderable(const GrBackendFormat& format, in isFormatRenderable() function in GrDawnCaps
/external/skia/src/gpu/d3d/
DGrD3DCaps.cpp810 bool GrD3DCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { in isFormatRenderable() function in GrD3DCaps
818 bool GrD3DCaps::isFormatRenderable(DXGI_FORMAT format, int sampleCount) const { in isFormatRenderable() function in GrD3DCaps
/external/skia/src/gpu/vk/
DGrVkCaps.cpp1447 bool GrVkCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { in isFormatRenderable() function in GrVkCaps
1455 bool GrVkCaps::isFormatRenderable(VkFormat format, int sampleCount) const { in isFormatRenderable() function in GrVkCaps
/external/skia/src/gpu/gl/
DGrGLCaps.h129 bool isFormatRenderable(GrGLFormat format, int sampleCount) const { in isFormatRenderable() function
DGrGLCaps.cpp4314 bool GrGLCaps::isFormatRenderable(const GrBackendFormat& format, int sampleCount) const { in isFormatRenderable() function in GrGLCaps