Lines Matching defs:bindings
8165 GLint bindings;
8168 glGetIntegerv(GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &bindings);
8170 << tcu::TestLog::Message << "Max storage buffer bindings " << bindings << tcu::TestLog::EndMessage;
8175 glBindBufferBase(GL_SHADER_STORAGE_BUFFER, bindings, 0);
8185 glBindBufferRange(GL_SHADER_STORAGE_BUFFER, bindings, 0, 0, 0);
8234 GLint bindings;
8235 glGetIntegerv(GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &bindings);
8245 if (!Compile(Shader1(bindings)))
8249 if (!Compile(Shader2(bindings - 2)))