Home
last modified time | relevance | path

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

/development/ndk/platforms/android-18/samples/gles3jni/jni/
DRendererES2.cpp132 …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()
DRendererES3.cpp106 …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()
Dgles3jni.h60 struct Vertex { struct
64 extern const Vertex QUAD[4]; argument
Dgles3jni.cpp23 const Vertex QUAD[4] = {
/development/ndk/platforms/android-18/samples/gles3jni/
DREADME24 * Vertex array objects to reduce the number of calls required to set up