Home
last modified time | relevance | path

Searched defs:canClearTextureOnCreation (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/gpu/dawn/
DGrDawnCaps.cpp178 bool GrDawnCaps::canClearTextureOnCreation() const { in canClearTextureOnCreation() function in GrDawnCaps
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.h81 bool canClearTextureOnCreation() const override { return true; } in canClearTextureOnCreation() function
/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.h134 bool canClearTextureOnCreation() const override { return true; } in canClearTextureOnCreation() function
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp1613 bool GrVkCaps::canClearTextureOnCreation() const { return true; } in canClearTextureOnCreation() function in GrVkCaps
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp4051 bool GrGLCaps::canClearTextureOnCreation() const { return fClearTextureSupport; } in canClearTextureOnCreation() function in GrGLCaps