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.cpp476 /* void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height ) */
481 (GLshort)x,
482 (GLshort)y,
483 (GLshort)z,
484 (GLshort)width,
485 (GLshort)heigh
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp6970 /* void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height ) */
6975 (GLshort)x,
6976 (GLshort)y,
6977 (GLshort)z,
6978 (GLshort)width,
6979 (GLshort)heigh
[all...]
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1555 void glDrawTexsvOES(const GLshort* coords) {
1563 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 431 milliseconds