Searched refs:fMipmapSupport (Results 1 – 10 of 10) sorted by relevance
21 fMipmapSupport = false; in GrCaps()142 fMipmapSupport = false; in applyOptionsOverrides()191 writer->appendBool("MIP Map Support", fMipmapSupport); in dumpJSON()
48 bool mipmapSupport() const { return fMipmapSupport; } in mipmapSupport()503 bool fMipmapSupport : 1; variable
19 fMipmapSupport = options.fMipmapSupport; in GrMockCaps()
111 bool fMipmapSupport = false; member
16 fMipmapSupport = true; in GrDawnCaps()
418 mockOptions.fMipmapSupport = true;
519 fMipmapSupport = true; in init()529 fMipmapSupport = fNPOTTextureTileSupport || ctxInfo.hasExtension("GL_IMG_texture_npot"); in init()535 fMipmapSupport = fNPOTTextureTileSupport; in init()3521 fMipmapSupport = false; in applyDriverCorrectnessWorkarounds()
30 fMipmapSupport = true; // always available in Direct3D in GrD3DCaps()
43 fMipmapSupport = true; // always available in Vulkan in GrVkCaps()
325 fMipmapSupport = true; // always available in Metal