Searched refs:GLshort (Results 1 - 11 of 11) 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.h563 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
566 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
572 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.cpp153 /* void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height ) */
158 (GLshort)x,
159 (GLshort)y,
160 (GLshort)z,
161 (GLshort)width,
162 (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.h386 void GLTrace_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
389 void GLTrace_glDrawTexsvOES(const GLshort *coords);
H A Dgltrace_api.cpp14584 void GLTrace_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) {
14740 void GLTrace_glDrawTexsvOES(const GLshort *coords) {
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h27 typedef short GLshort; typedef
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h58 typedef short GLshort; typedef

Completed in 175 milliseconds