Home
last modified time | relevance | path

Searched defs:coords (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp811 void glDrawTexsvOES(const GLshort *coords) in glDrawTexsvOES()
816 void glDrawTexivOES(const GLint *coords) in glDrawTexivOES()
821 void glDrawTexxvOES(const GLfixed *coords) in glDrawTexxvOES()
831 void glDrawTexfvOES(const GLfloat *coords) in glDrawTexfvOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_entry.cpp1319 void glDrawTexsvOES(const GLshort* coords) in glDrawTexsvOES()
1325 void glDrawTexivOES(const GLint* coords) in glDrawTexivOES()
1331 void glDrawTexxvOES(const GLfixed* coords) in glDrawTexxvOES()
1343 void glDrawTexfvOES(const GLfloat* coords) in glDrawTexfvOES()
Dgl_enc.cpp4737 void glDrawTexsvOES_enc(void *self , const GLshort* coords) in glDrawTexsvOES_enc()
4764 void glDrawTexivOES_enc(void *self , const GLint* coords) in glDrawTexivOES_enc()
4791 void glDrawTexxvOES_enc(void *self , const GLfixed* coords) in glDrawTexxvOES_enc()
4847 void glDrawTexfvOES_enc(void *self , const GLfloat* coords) in glDrawTexfvOES_enc()