Searched refs:mColorAttrib (Results 1 – 1 of 1) sorted by relevance
57 GLint mColorAttrib; member in RendererES279 mColorAttrib(-1), in RendererES2()89 mColorAttrib = glGetAttribLocation(mProgram, "color"); in init()133 …glVertexAttribPointer(mColorAttrib, 4, GL_UNSIGNED_BYTE, GL_TRUE, sizeof(Vertex), (const GLvoid*)o… in draw()135 glEnableVertexAttribArray(mColorAttrib); in draw()