Home
last modified time | relevance | path

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

/development/ndk/platforms/android-18/samples/gles3jni/jni/
DRendererES2.cpp57 GLint mColorAttrib; member in RendererES2
79 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()