Searched refs:m_max_vertexAttribBindings (Results 1 – 2 of 2) sorted by relevance
135 GLint m_max_vertexAttribBindings; variable
98 m_max_vertexAttribBindings = 0; in GL2Encoder()877 if (ctx->m_max_vertexAttribBindings != 0) { in s_glGetIntegerv()878 *ptr = ctx->m_max_vertexAttribBindings; in s_glGetIntegerv()881 ctx->m_max_vertexAttribBindings = *ptr; in s_glGetIntegerv()