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

/development/tools/emulator/opengl/shared/OpenglCodecCommon/
H A Dgl_base_types.h35 typedef short GLshort; typedef
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_proc.h171 typedef void (* glDrawTexsOES_t) (GLshort, GLshort, GLshort, GLshort, GLshort);
174 typedef void (* glDrawTexsvOES_t) (const GLshort*);
H A Dgles.cpp796 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
811 void glDrawTexsvOES(const GLshort *coords)
/development/ndk/platforms/android-4/include/GLES/
H A Dglext.h480 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
483 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
489 typedef void (GL_APIENTRYP PFNGLDRAWTEXSOESPROC) (GLshort x, GLshort y, GLshort z, GLshort widt
[all...]
H A Dgl.h23 typedef short GLshort; typedef
/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_client_proc.h177 typedef void (gl_APIENTRY *glDrawTexsOES_client_proc_t) (void * ctx, GLshort, GLshort, GLshort, GLshort, GLshort);
180 typedef void (gl_APIENTRY *glDrawTexsvOES_client_proc_t) (void * ctx, const GLshort*);
H A Dgl_enc.h189 void glDrawTexsOES_enc(void *self , GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
192 void glDrawTexsvOES_enc(void *self , const GLshort* coords);
H A Dgl_entry.cpp174 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
177 void glDrawTexsvOES(const GLshort* coords);
1303 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort widt
[all...]
H A Dgl_enc.cpp2792 void glDrawTexsOES_enc(void *self , GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
2849 void glDrawTexsvOES_enc(void *self , const GLshort* coords)
2855 const unsigned int __size_coords = (5 * sizeof(GLshort));
/development/ndk/platforms/android-5/include/GLES2/
H A Dgl2.h27 typedef short GLshort; typedef

Completed in 34 milliseconds