Searched refs:fTexStorageSupport (Results 1 – 2 of 2) sorted by relevance
223 bool texStorageSupport() const { return fTexStorageSupport; } in texStorageSupport()349 bool fTexStorageSupport : 1; variable
40 fTexStorageSupport = false; in reset()82 fTexStorageSupport = caps.fTexStorageSupport; in operator =()166 fTexStorageSupport = version >= GR_GL_VER(4,2) || in init()171 fTexStorageSupport = (version >= GR_GL_VER(3,0) && in init()908 r.appendf("Texture Storage support: %s\n", (fTexStorageSupport ? "YES": "NO")); in dump()