Searched refs:formatSupportsTexStorage (Results 1 – 3 of 3) sorted by relevance
199 bool formatSupportsTexStorage(GrGLFormat) const;
1097 bool useTexStorage = caps.formatSupportsTexStorage(format); in uploadCompressedTexData()1733 if (this->glCaps().formatSupportsTexStorage(format)) { in createTexture()
4644 bool GrGLCaps::formatSupportsTexStorage(GrGLFormat format) const { in formatSupportsTexStorage() function in GrGLCaps