Searched refs:fMipMapSupport (Results 1 – 6 of 6) sorted by relevance
42 bool mipMapSupport() const { return fMipMapSupport; } in mipMapSupport()473 bool fMipMapSupport : 1; variable
18 fMipMapSupport = false; in GrCaps()168 writer->appendBool("MIP Map Support", fMipMapSupport); in dumpJSON()
11 fMipMapSupport = true; in GrDawnCaps()
536 fMipMapSupport = true; in init()546 fMipMapSupport = fNPOTTextureTileSupport || ctxInfo.hasExtension("GL_IMG_texture_npot"); in init()552 fMipMapSupport = fNPOTTextureTileSupport; in init()3193 fMipMapSupport = false; in applyDriverCorrectnessWorkarounds()
34 fMipMapSupport = true; // always available in Vulkan in GrVkCaps()
238 fMipMapSupport = true; // always available in Metal