Searched refs:fTexStorageSupport (Results 1 – 2 of 2) sorted by relevance
278 bool texStorageSupport() const { return fTexStorageSupport; } in texStorageSupport()399 bool fTexStorageSupport : 1; variable
36 fTexStorageSupport = false; in GrGLCaps()111 fTexStorageSupport = version >= GR_GL_VER(4,2) || in init()116 fTexStorageSupport = (version >= GR_GL_VER(3,0) && in init()526 fTexStorageSupport = false; in init()1032 r.appendf("Texture Storage support: %s\n", (fTexStorageSupport ? "YES": "NO")); in dump()