Lines Matching refs:reportedMaxBindings
268 glw::GLint reportedMaxBindings = -1; in test() local
274 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() local
352 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() local
430 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
508 gl.glGetIntegerv(GL_MAX_VERTEX_ATTRIB_BINDINGS, &reportedMaxBindings); in test()
511 maxBindings = de::max(16, reportedMaxBindings); in test()