Searched defs:canClearTextureOnCreation (Results 1 – 5 of 5) sorted by relevance
178 bool GrDawnCaps::canClearTextureOnCreation() const { in canClearTextureOnCreation() function in GrDawnCaps
81 bool canClearTextureOnCreation() const override { return true; } in canClearTextureOnCreation() function
134 bool canClearTextureOnCreation() const override { return true; } in canClearTextureOnCreation() function
1613 bool GrVkCaps::canClearTextureOnCreation() const { return true; } in canClearTextureOnCreation() function in GrVkCaps
4051 bool GrGLCaps::canClearTextureOnCreation() const { return fClearTextureSupport; } in canClearTextureOnCreation() function in GrGLCaps