Searched refs:Vertex (Results 1 – 5 of 5) sorted by relevance
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
D | RendererES2.cpp | 132 …xAttribPointer(mPosAttrib, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), (const GLvoid*)offsetof(Vertex, … in draw() 133 …inter(mColorAttrib, 4, GL_UNSIGNED_BYTE, GL_TRUE, sizeof(Vertex), (const GLvoid*)offsetof(Vertex, … in draw()
|
D | RendererES3.cpp | 106 …xAttribPointer(POS_ATTRIB, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), (const GLvoid*)offsetof(Vertex, … in init() 107 …inter(COLOR_ATTRIB, 4, GL_UNSIGNED_BYTE, GL_TRUE, sizeof(Vertex), (const GLvoid*)offsetof(Vertex, … in init()
|
D | gles3jni.h | 60 struct Vertex { struct 64 extern const Vertex QUAD[4]; argument
|
D | gles3jni.cpp | 23 const Vertex QUAD[4] = {
|
/development/ndk/platforms/android-18/samples/gles3jni/ |
D | README | 24 * Vertex array objects to reduce the number of calls required to set up
|