Searched defs:maxUniformBufferBindings (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/opengl/
H A DgluStateReset.cpp456 int maxUniformBufferBindings = 0; local
457 gl.getIntegerv (GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings);
460 for (int ndx = 0; ndx < maxUniformBufferBindings; ndx++)
1077 int maxUniformBufferBindings = 0; local
1078 gl.getIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings);
1082 for (int ndx = 0; ndx < maxUniformBufferBindings; ndx++)
/external/deqp/modules/gles31/functional/
H A Des31fNegativeStateApiTests.cpp143 GLint maxUniformBufferBindings = 0; local
151 ctx.glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings);
153 ctx.glGetBooleani_v(GL_UNIFORM_BUFFER_BINDING, maxUniformBufferBindings, &data);
188 GLint maxUniformBufferBindings = 0; local
197 ctx.glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings);
199 ctx.glGetIntegeri_v(GL_UNIFORM_BUFFER_BINDING, maxUniformBufferBindings, &data);
214 GLint maxUniformBufferBindings = 0; local
223 ctx.glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings);
225 ctx.glGetInteger64i_v(GL_UNIFORM_BUFFER_START, maxUniformBufferBindings, &data);
H A Des31fNegativeShaderApiTests.cpp939 GLint maxUniformBufferBindings = -1; local
948 ctx.glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings);
951 ctx.getLog() << TestLog::Message << "// GL_MAX_UNIFORM_BUFFER_BINDINGS = " << maxUniformBufferBindings << TestLog::EndMessage;
964 ctx.glUniformBlockBinding(program.getProgram(), maxUniformBufferBindings, 0);

Completed in 262 milliseconds