HomeSort by relevance Sort by last modified time
    Searched refs:maxUniformBufferBindings (Results 1 - 5 of 5) sorted by null

  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 143 GLint maxUniformBufferBindings = 0;
151 ctx.glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings);
153 ctx.glGetBooleani_v(GL_UNIFORM_BUFFER_BINDING, maxUniformBufferBindings, &data);
188 GLint maxUniformBufferBindings = 0;
197 ctx.glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings);
199 ctx.glGetIntegeri_v(GL_UNIFORM_BUFFER_BINDING, maxUniformBufferBindings, &data);
214 GLint maxUniformBufferBindings = 0;
223 ctx.glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings);
225 ctx.glGetInteger64i_v(GL_UNIFORM_BUFFER_START, maxUniformBufferBindings, &data);
    [all...]
es31fNegativeShaderApiTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluStateReset.cpp 447 int maxUniformBufferBindings = 0;
448 gl.getIntegerv (GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings);
451 for (int ndx = 0; ndx < maxUniformBufferBindings; ndx++)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp 126 GLint maxUniformBufferBindings;
134 glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings);
136 glGetIntegeri_v(GL_UNIFORM_BUFFER_BINDING, maxUniformBufferBindings, &data);
143 GLint maxUniformBufferBindings;
151 glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings);
153 glGetInteger64i_v(GL_UNIFORM_BUFFER_START, maxUniformBufferBindings, &data);
    [all...]
es3fNegativeShaderApiTests.cpp 724 GLint maxUniformBufferBindings;
727 glGetIntegerv (GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings);
730 m_log << TestLog::Message << "// GL_MAX_UNIFORM_BUFFER_BINDINGS = " << maxUniformBufferBindings << TestLog::EndMessage;
743 glUniformBlockBinding(program.getProgram(), maxUniformBufferBindings, 0);
    [all...]

Completed in 148 milliseconds