Home
last modified time | relevance | path

Searched defs:isFormatCopyable (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/src/gpu/dawn/
DGrDawnCaps.h28 bool isFormatCopyable(const GrBackendFormat& format) const override { return true; } in isFormatCopyable() function
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnCaps.h30 bool isFormatCopyable(const GrBackendFormat& format) const override { return true; } in isFormatCopyable() function
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.h35 bool isFormatCopyable(const GrBackendFormat&) const override { return true; } in isFormatCopyable() function
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.h36 bool isFormatCopyable(const GrBackendFormat&) const override { return true; } in isFormatCopyable() function
/third_party/skia/src/gpu/mock/
DGrMockCaps.h63 bool isFormatCopyable(const GrBackendFormat& format) const override { in isFormatCopyable() function
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.h32 bool isFormatCopyable(const GrBackendFormat&) const override { return true; } in isFormatCopyable() function
/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.h61 bool isFormatCopyable(const GrBackendFormat& format) const override { in isFormatCopyable() function
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.h43 bool isFormatCopyable(const GrBackendFormat&) const override { return true; } in isFormatCopyable() function
/third_party/skia/src/gpu/vk/
DGrVkCaps.h42 bool isFormatCopyable(const GrBackendFormat&) const override { return true; } in isFormatCopyable() function
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp3845 bool GrGLCaps::isFormatCopyable(const GrBackendFormat& format) const { in isFormatCopyable() function in GrGLCaps
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp4606 bool GrGLCaps::isFormatCopyable(const GrBackendFormat& format) const { in isFormatCopyable() function in GrGLCaps