/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_extensions.entries | 9 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); 12 void glDrawTexsvOES(const GLshort *coords);
|
/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/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.types | 11 GLshort 16 %d 26 GLshort* 32 0x%08x
|
D | gles1.in | 173 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) 176 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)
|
D | gles1.attrib | 217 len coords (5 * sizeof(GLshort))
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.types | 11 GLshort 16 %d 26 GLshort* 32 0x%08x
|
/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/include/GLES/ |
D | glext.h | 612 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);
|
D | gl.h | 23 typedef short GLshort; typedef
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_client_proc.h | 180 …gl_APIENTRY *glDrawTexsOES_client_proc_t) (void * ctx, GLshort, GLshort, GLshort, GLshort, GLshort… 183 typedef void (gl_APIENTRY *glDrawTexsvOES_client_proc_t) (void * ctx, const GLshort*);
|
D | gl_entry.cpp | 173 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); 176 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 | 4652 void glDrawTexsOES_enc(void *self , GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in glDrawTexsOES_enc() 4739 void glDrawTexsvOES_enc(void *self , const GLshort* coords) in glDrawTexsvOES_enc() 4747 const unsigned int __size_coords = (5 * sizeof(GLshort)); in glDrawTexsvOES_enc()
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 59 typedef short GLshort; typedef
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 59 typedef short GLshort; typedef
|
D | gl31.h | 59 typedef short GLshort; typedef
|