Searched refs:fNPOTTextureTileSupport (Results 1 – 10 of 10) sorted by relevance
39 bool npotTextureTileSupport() const { return fNPOTTextureTileSupport; } in npotTextureTileSupport()327 bool fNPOTTextureTileSupport : 1; variable
19 fNPOTTextureTileSupport = false; in GrCaps()182 writer->appendBool("NPOT Texture Tile Support", fNPOTTextureTileSupport); in dumpJSON()
39 bool npotTextureTileSupport() const { return fNPOTTextureTileSupport; } in npotTextureTileSupport()329 bool fNPOTTextureTileSupport : 1; variable
19 fNPOTTextureTileSupport = false; in GrCaps()181 writer->appendBool("NPOT Texture Tile Support", fNPOTTextureTileSupport); in dumpJSON()
30 fNPOTTextureTileSupport = true; // always available in Vulkan in GrVkCaps()
248 fNPOTTextureTileSupport = true; // always available in Metal
31 fNPOTTextureTileSupport = true; // always available in Vulkan in GrVkCaps()
478 fNPOTTextureTileSupport = true; in init()483 fNPOTTextureTileSupport = ctxInfo.version() >= GR_GL_VER(3,0) || in init()489 fMipMapSupport = fNPOTTextureTileSupport || ctxInfo.hasExtension("GL_IMG_texture_npot"); in init()