Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h170 {"glDrawTexxOES", (void *)glDrawTexxOES},
Dgles_dispatch.h173 glDrawTexxOES_t glDrawTexxOES; member
445 …t_glDrawTexxOES(glDrawTexxOES_t f) { glDrawTexxOES_t retval = glDrawTexxOES; glDrawTexxOES = f; re… in set_glDrawTexxOES()
Dgles.cpp806 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in glDrawTexxOES() function
808 getDispatch()->glDrawTexxOES(x, y, z, width, height); in glDrawTexxOES()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h160 {"glDrawTexxOES", (void*)glDrawTexxOES},
Dgl_client_context.h180 glDrawTexxOES_client_proc_t glDrawTexxOES; member
Dgl_client_context.cpp180 glDrawTexxOES = (glDrawTexxOES_client_proc_t) getProc("glDrawTexxOES", userData); in initDispatchByName()
Dgl_entry.cpp176 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
1315 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in glDrawTexxOES() function
1318 ctx->glDrawTexxOES(ctx, x, y, z, width, height); in glDrawTexxOES()
Dgl_enc.cpp8338 this->glDrawTexxOES = &glDrawTexxOES_enc; in gl_encoder_context_t()
/device/generic/goldfish/opengl/system/egl/
DClientAPIExts.in183 API_ENTRY(glDrawTexxOES,