Searched refs:reportedMaxBindings (Results 1 – 1 of 1) sorted by relevance
268 glw::GLint reportedMaxBindings = -1; in test() local274 gl.glGetIntegerv(GL_MAX_VERTEX_ATTRIB_BINDINGS, &reportedMaxBindings); in test()277 maxBindings = de::max(16, reportedMaxBindings); in test()346 glw::GLint reportedMaxBindings = -1; in test() local352 gl.glGetIntegerv(GL_MAX_VERTEX_ATTRIB_BINDINGS, &reportedMaxBindings); in test()355 maxBindings = de::max(16, reportedMaxBindings); in test()424 glw::GLint reportedMaxBindings = -1; in test() local430 gl.glGetIntegerv(GL_MAX_VERTEX_ATTRIB_BINDINGS, &reportedMaxBindings); in test()433 maxBindings = de::max(16, reportedMaxBindings); in test()502 glw::GLint reportedMaxBindings = -1; in test() local[all …]