Searched defs:glDrawTexsOES (Results 1 - 4 of 4) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
H A D | gl_client_context.h | 178 glDrawTexsOES_client_proc_t glDrawTexsOES; member in struct:gl_client_context_t
|
H A D | gl_entry.cpp | 173 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); 1301 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) function 1304 ctx->glDrawTexsOES(ctx, x, y, z, width, height);
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
H A D | gles.cpp | 796 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) function 798 getDispatch()->glDrawTexsOES(x, y, z, width, height);
|
H A D | gles_dispatch.h | 171 glDrawTexsOES_t glDrawTexsOES; member in struct:gles_dispatch 443 glDrawTexsOES_t set_glDrawTexsOES(glDrawTexsOES_t f) { glDrawTexsOES_t retval = glDrawTexsOES; glDrawTexsOES = f; return retval;}
|
Completed in 59 milliseconds