Searched refs:fCompressedTexSubImageSupport (Results 1 – 3 of 3) sorted by relevance
55 bool compressedTexSubImageSupport() const { return fCompressedTexSubImageSupport; } in compressedTexSubImageSupport()337 bool fCompressedTexSubImageSupport : 1; variable
34 fCompressedTexSubImageSupport = true; in GrVkCaps()
1917 fCompressedTexSubImageSupport = (bool)(gli->fFunctions.fCompressedTexSubImage2D); in initConfigTable()