Home
last modified time | relevance | path

Searched refs:reportedMaxBindings (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingStateQueryTests.cpp268 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
[all …]