Home
last modified time | relevance | path

Searched refs:m_max_vertexAttribBindings (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.h135 GLint m_max_vertexAttribBindings; variable
DGL2Encoder.cpp98 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()