Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.h355 bool mipmapLevelControlSupport() const { return fMipmapLevelControlSupport; } in mipmapLevelControlSupport()
588 bool fMipmapLevelControlSupport : 1; variable
DGrGLCaps.cpp50 fMipmapLevelControlSupport = false; in GrGLCaps()
309 fMipmapLevelControlSupport = true; in init()
313 fMipmapLevelControlSupport = true; in init()
317 fMipmapLevelControlSupport = false; in init()
1250 writer->appendBool("Mipmap level control support", fMipmapLevelControlSupport); in onDumpJSON()
4003 fMipmapLevelControlSupport = false; in applyDriverCorrectnessWorkarounds()
4011 if (fMipmapLevelControlSupport && in applyDriverCorrectnessWorkarounds()