Home
last modified time | relevance | path

Searched refs:clearTextureSupport (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLCaps.h368 bool clearTextureSupport() const { return fClearTextureSupport; } in clearTextureSupport() function
DGrGLGpu.cpp1416 if (this->glCaps().clearTextureSupport()) { in onCreateTexture()