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

  /external/deqp/framework/opengl/
gluStateReset.cpp 348 int maxUniformBufferBindings = 0;
349 gl.getIntegerv (GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings);
352 for (int ndx = 0; ndx < maxUniformBufferBindings; ndx++)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Caps.h 255 GLuint maxUniformBufferBindings;
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp 750 GLint maxUniformBufferBindings = -1;
753 ctx.glGetIntegerv (GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings);
756 ctx.getLog() << TestLog::Message << "// GL_MAX_UNIFORM_BUFFER_BINDINGS = " << maxUniformBufferBindings << TestLog::EndMessage;
769 ctx.glUniformBlockBinding(program.getProgram(), maxUniformBufferBindings, 0);
    [all...]
es31fNegativeStateApiTests.cpp 121 GLint maxUniformBufferBindings;
129 ctx.glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings);
131 ctx.glGetIntegeri_v(GL_UNIFORM_BUFFER_BINDING, maxUniformBufferBindings, &data);
139 GLint maxUniformBufferBindings;
147 ctx.glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings);
149 ctx.glGetInteger64i_v(GL_UNIFORM_BUFFER_START, maxUniformBufferBindings, &data);
    [all...]

Completed in 167 milliseconds