Searched refs:GLshort (Results 1 – 7 of 7) sorted by relevance
/device/generic/goldfish/opengl/system/egl/ |
D | ClientAPIExts.in | 172 (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height), 188 (const GLshort *coords),
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_proc.h | 171 typedef void (* glDrawTexsOES_t) (GLshort, GLshort, GLshort, GLshort, GLshort); 174 typedef void (* glDrawTexsvOES_t) (const GLshort*);
|
D | gles.cpp | 796 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in glDrawTexsOES() 811 void glDrawTexsvOES(const GLshort *coords) in glDrawTexsvOES()
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
D | gl_base_types.h | 35 typedef short GLshort; typedef
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_client_proc.h | 177 …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*);
|
D | gl_entry.cpp | 174 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 width, GLshort height) in glDrawTexsOES() 1321 void glDrawTexsvOES(const GLshort* coords) in glDrawTexsvOES()
|
D | gl_enc.cpp | 2795 void glDrawTexsOES_enc(void *self , GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in glDrawTexsOES_enc() 2852 void glDrawTexsvOES_enc(void *self , const GLshort* coords) in glDrawTexsvOES_enc() 2858 const unsigned int __size_coords = (5 * sizeof(GLshort)); in glDrawTexsvOES_enc()
|