Lines Matching defs:bindings
8327 GLint bindings;
8330 glGetIntegerv(GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &bindings);
8332 << tcu::TestLog::Message << "Max storage buffer bindings " << bindings << tcu::TestLog::EndMessage;
8337 glBindBufferBase(GL_SHADER_STORAGE_BUFFER, bindings, 0);
8349 glBindBufferRange(GL_SHADER_STORAGE_BUFFER, bindings, 0, 0, 0);
8401 GLint bindings;
8402 glGetIntegerv(GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &bindings);
8412 if (!Compile(Shader1(bindings)))
8416 if (!Compile(Shader2(bindings - 2)))