Searched refs:fMipMapSupport (Results 1 – 5 of 5) sorted by relevance
42 bool mipMapSupport() const { return fMipMapSupport; } in mipMapSupport()330 bool fMipMapSupport : 1; variable
18 fMipMapSupport = false; in GrCaps()180 writer->appendBool("MIP Map Support", fMipMapSupport); in dumpJSON()
35 fMipMapSupport = false; // GrMtlGpu::onRegenerateMipMapLevels() not implemented247 fMipMapSupport = true; // always available in Metal
28 fMipMapSupport = true; // always available in Vulkan in GrVkCaps()
479 fMipMapSupport = true; in init()489 fMipMapSupport = fNPOTTextureTileSupport || ctxInfo.hasExtension("GL_IMG_texture_npot"); in init()2464 fMipMapSupport = false; in applyDriverCorrectnessWorkarounds()