Searched refs:fClearTextureSupport (Results 1 – 4 of 4) sorted by relevance
351 bool clearTextureSupport() const { return fClearTextureSupport; } in clearTextureSupport()516 bool fClearTextureSupport : 1; variable
53 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()
368 bool clearTextureSupport() const { return fClearTextureSupport; } in clearTextureSupport()575 bool fClearTextureSupport : 1; variable
52 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()