Home
last modified time | relevance | path

Searched refs:maxUniformBufferBindings (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h79 int maxUniformBufferBindings = 0; member
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp420 m_indexedUniformBuffers.resize(getCaps()->maxUniformBufferBindings); in init()
1820 s_glDispatch.glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &glSupport.maxUniformBufferBindings); in initCapsLocked()
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp6464 GLint maxUniformBufferBindings; in s_glUniformBlockBinding() local
6465 ctx->glGetIntegerv(ctx, GL_MAX_UNIFORM_BUFFER_BINDINGS, &maxUniformBufferBindings); in s_glUniformBlockBinding()
6466 SET_ERROR_IF(uniformBlockBinding >= maxUniformBufferBindings, GL_INVALID_VALUE); in s_glUniformBlockBinding()