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

  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 189 GLint maxShaderStorageBufferBindings = 0;
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;
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);
    [all...]
  /external/deqp/framework/opengl/
gluStateReset.cpp 469 int maxShaderStorageBufferBindings = 0;
470 gl.getIntegerv (GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &maxShaderStorageBufferBindings);
473 for (int ndx = 0; ndx < maxShaderStorageBufferBindings; ndx++)
    [all...]

Completed in 2927 milliseconds