Searched refs:GLshort (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec4 void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
7 void glDrawTexsvOES ( const GLshort *coords )
/frameworks/native/opengl/include/GLES/
H A Dglext.h612 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
615 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
621 typedef void (GL_APIENTRYP PFNGLDRAWTEXSOESPROC) (GLshort x, GLshort y, GLshort z, GLshort widt
[all...]
H A Dgl.h23 typedef short GLshort; typedef
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp489 /* void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height ) */
494 (GLshort)x,
495 (GLshort)y,
496 (GLshort)z,
497 (GLshort)width,
498 (GLshort)heigh
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp7410 /* void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height ) */
7415 (GLshort)x,
7416 (GLshort)y,
7417 (GLshort)z,
7418 (GLshort)width,
7419 (GLshort)heigh
[all...]
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1548 void glDrawTexsvOES(const GLshort* coords) {
1556 void glDrawTexsOES(GLshort x , GLshort y, GLshort z, GLshort w, GLshort h) {
H A Darray.cpp156 static void fetch2s(ogles_context_t*, GLfixed* v, const GLshort* p) {
172 static void fetch3s(ogles_context_t*, GLfixed* v, const GLshort* p) {
191 static void fetch4s(ogles_context_t*, GLfixed* v, const GLshort* p) {
247 static void fetchExpand3s(ogles_context_t*, GLfixed* v, const GLshort* p) {
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h58 typedef short GLshort; typedef
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h67 typedef short GLshort; typedef
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h67 typedef short GLshort; typedef
H A Dgl31.h67 typedef short GLshort; typedef
H A Dgl32.h67 typedef short GLshort; typedef

Completed in 92 milliseconds