Searched refs:glDrawTexxOES (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 170 {"glDrawTexxOES", (void *)glDrawTexxOES},
|
D | gles_dispatch.h | 173 glDrawTexxOES_t glDrawTexxOES; member 445 …t_glDrawTexxOES(glDrawTexxOES_t f) { glDrawTexxOES_t retval = glDrawTexxOES; glDrawTexxOES = f; re… in set_glDrawTexxOES()
|
D | gles.cpp | 806 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/ |
D | gl_ftable.h | 160 {"glDrawTexxOES", (void*)glDrawTexxOES},
|
D | gl_client_context.h | 180 glDrawTexxOES_client_proc_t glDrawTexxOES; member
|
D | gl_client_context.cpp | 180 glDrawTexxOES = (glDrawTexxOES_client_proc_t) getProc("glDrawTexxOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 176 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()
|
D | gl_enc.cpp | 8338 this->glDrawTexxOES = &glDrawTexxOES_enc; in gl_encoder_context_t()
|
/device/generic/goldfish/opengl/system/egl/ |
D | ClientAPIExts.in | 183 API_ENTRY(glDrawTexxOES,
|