Lines Matching defs:storage
533 /* Preparing storage. */
1104 /* Preparing storage. */
1636 /* Preparing storage. */
2280 /* Preparing storage. */
2868 /* Preparing storage. */
3316 /* Preparing storage. */
5340 glw::GLint storage = 0;
5353 gl.getVertexArrayiv(not_a_vao, GL_ELEMENT_ARRAY_BUFFER_BINDING, &storage);
5359 gl.getVertexArrayiv(vao, GL_ELEMENT_ARRAY_BUFFER_BINDING + 1, &storage);
5465 /* Unused storage. */
5466 glw::GLint storage = 0;
5506 gl.getVertexArrayIndexediv(not_a_vao, 0, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &storage);
5519 gl.getVertexArrayIndexediv(vao, 0, bad_pname, &storage);