Searched refs:fMipmapSupport (Results 1 – 10 of 10) sorted by relevance
19 fMipmapSupport = options.fMipmapSupport; in GrMockCaps()
20 fMipmapSupport = false; in GrCaps()149 fMipmapSupport = false; in applyOptionsOverrides()199 writer->appendBool("MIP Map Support", fMipmapSupport); in dumpJSON()
48 bool mipmapSupport() const { return fMipmapSupport; } in mipmapSupport()533 bool fMipmapSupport : 1; variable
120 bool fMipmapSupport = false; member
16 fMipmapSupport = true; in GrDawnCaps()
420 mockOptions.fMipmapSupport = true;
556 fMipmapSupport = true; in init()566 fMipmapSupport = fNPOTTextureTileSupport || ctxInfo.hasExtension("GL_IMG_texture_npot"); in init()572 fMipmapSupport = fNPOTTextureTileSupport; in init()3665 fMipmapSupport = false; in applyDriverCorrectnessWorkarounds()
31 fMipmapSupport = true; // always available in Direct3D in GrD3DCaps()
44 fMipmapSupport = true; // always available in Vulkan in GrVkCaps()
366 fMipmapSupport = true; // always available in Metal