Home
last modified time | relevance | path

Searched refs:GLshort (Results 1 – 12 of 12) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in172 (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height),
188 (const GLshort *coords),
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_proc.h171 typedef void (* glDrawTexsOES_t) (GLshort, GLshort, GLshort, GLshort, GLshort);
174 typedef void (* glDrawTexsvOES_t) (const GLshort*);
Dgles.cpp796 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/
Dgl_base_types.h35 typedef short GLshort; typedef
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h612 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig…
615 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
621 …ypedef void (GL_APIENTRYP PFNGLDRAWTEXSOESPROC) (GLshort x, GLshort y, GLshort z, GLshort width, G…
624 typedef void (GL_APIENTRYP PFNGLDRAWTEXSVOESPROC) (const GLshort *coords);
Dgl.h23 typedef short GLshort; typedef
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_proc.h177 …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*);
Dgl_entry.cpp173 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
176 void glDrawTexsvOES(const GLshort* coords);
1301 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in glDrawTexsOES()
1319 void glDrawTexsvOES(const GLshort* coords) in glDrawTexsvOES()
Dgl_enc.cpp4650 void glDrawTexsOES_enc(void *self , GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in glDrawTexsOES_enc()
4737 void glDrawTexsvOES_enc(void *self , const GLshort* coords) in glDrawTexsvOES_enc()
4745 const unsigned int __size_coords = (5 * sizeof(GLshort)); in glDrawTexsvOES_enc()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h59 typedef short GLshort; typedef
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h59 typedef short GLshort; typedef
Dgl31.h59 typedef short GLshort; typedef