Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.h353 bool mipmapLevelControlSupport() const { return fMipmapLevelControlSupport; } in mipmapLevelControlSupport()
572 bool fMipmapLevelControlSupport : 1; variable
DGrGLCaps.cpp47 fMipmapLevelControlSupport = false; in GrGLCaps()
323 fMipmapLevelControlSupport = true; in init()
327 fMipmapLevelControlSupport = true; in init()
331 fMipmapLevelControlSupport = false; in init()
1225 writer->appendBool("Mipmap level control support", fMipmapLevelControlSupport); in onDumpJSON()
3830 fMipmapLevelControlSupport = false; in applyDriverCorrectnessWorkarounds()
3838 if (fMipmapLevelControlSupport && in applyDriverCorrectnessWorkarounds()