Searched refs:glDrawTexsOES (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 168 {"glDrawTexsOES", (void *)glDrawTexsOES},
|
D | gles_dispatch.h | 171 glDrawTexsOES_t glDrawTexsOES; member 443 …t_glDrawTexsOES(glDrawTexsOES_t f) { glDrawTexsOES_t retval = glDrawTexsOES; glDrawTexsOES = f; re… in set_glDrawTexsOES()
|
D | gles.cpp | 796 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in glDrawTexsOES() function 798 getDispatch()->glDrawTexsOES(x, y, z, width, height); in glDrawTexsOES()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 158 {"glDrawTexsOES", (void*)glDrawTexsOES},
|
D | gl_client_context.h | 178 glDrawTexsOES_client_proc_t glDrawTexsOES; member
|
D | gl_client_context.cpp | 178 glDrawTexsOES = (glDrawTexsOES_client_proc_t) getProc("glDrawTexsOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 174 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); 1303 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in glDrawTexsOES() function 1306 ctx->glDrawTexsOES(ctx, x, y, z, width, height); in glDrawTexsOES()
|
D | gl_enc.cpp | 8336 this->glDrawTexsOES = &glDrawTexsOES_enc; in gl_encoder_context_t()
|
/device/generic/goldfish/opengl/system/egl/ |
D | ClientAPIExts.in | 171 API_ENTRY(glDrawTexsOES,
|