Searched refs:maxUniformBufferBindings (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluStateReset.cpp | 348 int maxUniformBufferBindings = 0; in resetStateES() local 349 gl.getIntegerv (GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings); in resetStateES() 352 for (int ndx = 0; ndx < maxUniformBufferBindings; ndx++) in resetStateES() 891 int maxUniformBufferBindings = 0; in resetStateGLCore() local 892 gl.getIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings); in resetStateGLCore() 896 for (int ndx = 0; ndx < maxUniformBufferBindings; ndx++) in resetStateGLCore()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Caps.h | 255 GLuint maxUniformBufferBindings; member
|
D | Caps.cpp | 404 maxUniformBufferBindings(0), in Caps()
|
D | libGLESv2.cpp | 6016 if (index >= caps.maxUniformBufferBindings) in glBindBufferRange() 6094 if (index >= caps.maxUniformBufferBindings) in glBindBufferBase() 7168 if (uniformBlockBinding >= context->getCaps().maxUniformBufferBindings) in glUniformBlockBinding() 7490 if (index >= caps.maxUniformBufferBindings) in glGetInteger64i_v()
|
D | Context.cpp | 912 …case GL_MAX_UNIFORM_BUFFER_BINDINGS: *params = mCaps.maxUniformBufferBindings; … in getIntegerv()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeStateApiTests.cpp | 125 GLint maxUniformBufferBindings; in init() 133 glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings); in init() 135 glGetIntegeri_v(GL_UNIFORM_BUFFER_BINDING, maxUniformBufferBindings, &data); in init() 142 GLint maxUniformBufferBindings; in init() 150 glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings); in init() 152 glGetInteger64i_v(GL_UNIFORM_BUFFER_START, maxUniformBufferBindings, &data); in init()
|
D | es3fNegativeShaderApiTests.cpp | 719 GLint maxUniformBufferBindings; in init() 722 glGetIntegerv (GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings); in init() 725 …m_log << TestLog::Message << "// GL_MAX_UNIFORM_BUFFER_BINDINGS = " << maxUniformBufferBindings <<… in init() 738 glUniformBlockBinding(program.getProgram(), maxUniformBufferBindings, 0); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeStateApiTests.cpp | 121 GLint maxUniformBufferBindings; in get_integeri_v() local 129 ctx.glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings); in get_integeri_v() 131 ctx.glGetIntegeri_v(GL_UNIFORM_BUFFER_BINDING, maxUniformBufferBindings, &data); in get_integeri_v() 139 GLint maxUniformBufferBindings; in get_integer64i_v() local 147 ctx.glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings); in get_integer64i_v() 149 ctx.glGetInteger64i_v(GL_UNIFORM_BUFFER_START, maxUniformBufferBindings, &data); in get_integer64i_v()
|
D | es31fNegativeShaderApiTests.cpp | 750 GLint maxUniformBufferBindings = -1; in uniform_block_binding() local 753 ctx.glGetIntegerv (GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings); in uniform_block_binding() 756 …< TestLog::Message << "// GL_MAX_UNIFORM_BUFFER_BINDINGS = " << maxUniformBufferBindings << TestLo… in uniform_block_binding() 769 ctx.glUniformBlockBinding(program.getProgram(), maxUniformBufferBindings, 0); in uniform_block_binding()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 429 caps->maxUniformBufferBindings = 0; in GenerateCaps()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 934 caps->maxUniformBufferBindings = caps->maxVertexUniformBlocks + caps->maxFragmentUniformBlocks; in GenerateCaps()
|