Searched defs:glDrawTexsOES (Results 1 - 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_client_context.h178 glDrawTexsOES_client_proc_t glDrawTexsOES; member in struct:gl_client_context_t
H A Dgl_entry.cpp173 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 Dgles.cpp796 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) function
798 getDispatch()->glDrawTexsOES(x, y, z, width, height);
H A Dgles_dispatch.h171 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 21 milliseconds