Searched defs:maxShaderStorageBufferBindings (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/opengl/
H A DgluStateReset.cpp478 int maxShaderStorageBufferBindings = 0; local
479 gl.getIntegerv (GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &maxShaderStorageBufferBindings);
482 for (int ndx = 0; ndx < maxShaderStorageBufferBindings; ndx++)
/external/deqp/modules/gles31/functional/
H A Des31fNegativeStateApiTests.cpp189 GLint maxShaderStorageBufferBindings = 0; local
204 ctx.glGetIntegerv(GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &maxShaderStorageBufferBindings);
206 ctx.glGetIntegeri_v(GL_SHADER_STORAGE_BUFFER_BINDING, maxShaderStorageBufferBindings, &data);
215 GLint maxShaderStorageBufferBindings = 0; local
230 ctx.glGetIntegerv(GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &maxShaderStorageBufferBindings);
232 ctx.glGetInteger64i_v(GL_SHADER_STORAGE_BUFFER_START, maxShaderStorageBufferBindings, &data);
234 ctx.glGetInteger64i_v(GL_SHADER_STORAGE_BUFFER_SIZE, maxShaderStorageBufferBindings, &data);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp737 GLint maxShaderStorageBufferBindings = 0; local
738 glGetIntegerv(GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &maxShaderStorageBufferBindings);
743 for (GLint i = 0; i < maxShaderStorageBufferBindings; ++i)
754 for (GLint i = 0; i < maxShaderStorageBufferBindings; ++i)
779 for (GLint i = 0; i < maxShaderStorageBufferBindings; ++i)
850 for (GLint i = 0; i < maxShaderStorageBufferBindings; ++i)
/external/deqp/external/openglcts/modules/gles31/
H A Des31cShaderStorageBufferObjectTests.cpp733 GLint maxShaderStorageBufferBindings = 0; local
734 glGetIntegerv(GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &maxShaderStorageBufferBindings);
739 for (GLint i = 0; i < maxShaderStorageBufferBindings; ++i)
750 for (GLint i = 0; i < maxShaderStorageBufferBindings; ++i)
775 for (GLint i = 0; i < maxShaderStorageBufferBindings; ++i)
846 for (GLint i = 0; i < maxShaderStorageBufferBindings; ++i)

Completed in 694 milliseconds