Searched refs:coords (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/opengl/system/egl/ |
D | ClientAPIExts.in | 188 (const GLshort *coords), 189 (coords)) 192 (const GLint *coords), 193 (coords)) 196 (const GLfloat *coords), 197 (coords)) 200 (const GLfixed *coords), 201 (coords))
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 811 void glDrawTexsvOES(const GLshort *coords) in glDrawTexsvOES() argument 813 getDispatch()->glDrawTexsvOES(coords); in glDrawTexsvOES() 816 void glDrawTexivOES(const GLint *coords) in glDrawTexivOES() argument 818 getDispatch()->glDrawTexivOES(coords); in glDrawTexivOES() 821 void glDrawTexxvOES(const GLfixed *coords) in glDrawTexxvOES() argument 823 getDispatch()->glDrawTexxvOES(coords); in glDrawTexxvOES() 831 void glDrawTexfvOES(const GLfloat *coords) in glDrawTexfvOES() argument 833 getDispatch()->glDrawTexfvOES(coords); in glDrawTexfvOES()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 177 void glDrawTexsvOES(const GLshort* coords); 178 void glDrawTexivOES(const GLint* coords); 179 void glDrawTexxvOES(const GLfixed* coords); 181 void glDrawTexfvOES(const GLfloat* coords); 1321 void glDrawTexsvOES(const GLshort* coords) in glDrawTexsvOES() argument 1324 ctx->glDrawTexsvOES(ctx, coords); in glDrawTexsvOES() 1327 void glDrawTexivOES(const GLint* coords) in glDrawTexivOES() argument 1330 ctx->glDrawTexivOES(ctx, coords); in glDrawTexivOES() 1333 void glDrawTexxvOES(const GLfixed* coords) in glDrawTexxvOES() argument 1336 ctx->glDrawTexxvOES(ctx, coords); in glDrawTexxvOES() [all …]
|
D | gl_enc.cpp | 4688 void glDrawTexsvOES_enc(void *self , const GLshort* coords) in glDrawTexsvOES_enc() argument 4708 memcpy(ptr, coords, __size_coords);ptr += __size_coords; in glDrawTexsvOES_enc() 4715 void glDrawTexivOES_enc(void *self , const GLint* coords) in glDrawTexivOES_enc() argument 4735 memcpy(ptr, coords, __size_coords);ptr += __size_coords; in glDrawTexivOES_enc() 4742 void glDrawTexxvOES_enc(void *self , const GLfixed* coords) in glDrawTexxvOES_enc() argument 4762 memcpy(ptr, coords, __size_coords);ptr += __size_coords; in glDrawTexxvOES_enc() 4798 void glDrawTexfvOES_enc(void *self , const GLfloat* coords) in glDrawTexfvOES_enc() argument 4818 memcpy(ptr, coords, __size_coords);ptr += __size_coords; in glDrawTexfvOES_enc()
|