Home
last modified time | relevance | path

Searched refs:glDrawTexsOES (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h168 {"glDrawTexsOES", (void *)glDrawTexsOES},
Dgles_dispatch.h171 glDrawTexsOES_t glDrawTexsOES; member
443 …t_glDrawTexsOES(glDrawTexsOES_t f) { glDrawTexsOES_t retval = glDrawTexsOES; glDrawTexsOES = f; re… in set_glDrawTexsOES()
Dgles.cpp796 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/
Dgl_ftable.h158 {"glDrawTexsOES", (void*)glDrawTexsOES},
Dgl_client_context.h178 glDrawTexsOES_client_proc_t glDrawTexsOES; member
Dgl_client_context.cpp178 glDrawTexsOES = (glDrawTexsOES_client_proc_t) getProc("glDrawTexsOES", userData); in initDispatchByName()
Dgl_entry.cpp174 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()
Dgl_enc.cpp8336 this->glDrawTexsOES = &glDrawTexsOES_enc; in gl_encoder_context_t()
/device/generic/goldfish/opengl/system/egl/
DClientAPIExts.in171 API_ENTRY(glDrawTexsOES,