Home
last modified time | relevance | path

Searched refs:fClearTextureSupport (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h351 bool clearTextureSupport() const { return fClearTextureSupport; } in clearTextureSupport()
516 bool fClearTextureSupport : 1; variable
DGrGLCaps.cpp53 fClearTextureSupport = false; in GrGLCaps()
313 fClearTextureSupport = (version >= GR_GL_VER(4,4) || in init()
316 fClearTextureSupport = ctxInfo.hasExtension("GL_EXT_clear_texture"); in init()
3143 fClearTextureSupport = false; in applyDriverCorrectnessWorkarounds()
4051 bool GrGLCaps::canClearTextureOnCreation() const { return fClearTextureSupport; } in canClearTextureOnCreation()
/third_party/skia/src/gpu/gl/
DGrGLCaps.h368 bool clearTextureSupport() const { return fClearTextureSupport; } in clearTextureSupport()
575 bool fClearTextureSupport : 1; variable
DGrGLCaps.cpp52 fClearTextureSupport = false; in GrGLCaps()
340 fClearTextureSupport = (version >= GR_GL_VER(4,4) || in init()
343 fClearTextureSupport = ctxInfo.hasExtension("GL_EXT_clear_texture"); in init()
345 fClearTextureSupport = false; in init()
1217 writer->appendBool("Clear texture support", fClearTextureSupport); in onDumpJSON()
3555 fClearTextureSupport = false; in applyDriverCorrectnessWorkarounds()