Searched refs:GLshort (Results 1 - 13 of 13) 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.cpp358 /* void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height ) */
363 (GLshort)x,
364 (GLshort)y,
365 (GLshort)z,
366 (GLshort)width,
367 (GLshort)heigh
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp6966 /* void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height ) */
6971 (GLshort)x,
6972 (GLshort)y,
6973 (GLshort)z,
6974 (GLshort)width,
6975 (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/libs/GLES_trace/src/
H A Dgltrace_api.h679 void GLTrace_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
682 void GLTrace_glDrawTexsvOES(const GLshort * coords);
H A Dgltrace_api.cpp27610 void GLTrace_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) {
27766 void GLTrace_glDrawTexsvOES(const GLshort * coords) {
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h59 typedef short GLshort; typedef
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h58 typedef short GLshort; typedef
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h59 typedef short GLshort; typedef
H A Dgl31.h59 typedef short GLshort; typedef

Completed in 2242 milliseconds