Searched refs:glDrawTexfOES (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 174 {"glDrawTexfOES", (void *)glDrawTexfOES},
|
D | gles_dispatch.h | 177 glDrawTexfOES_t glDrawTexfOES; member 449 …t_glDrawTexfOES(glDrawTexfOES_t f) { glDrawTexfOES_t retval = glDrawTexfOES; glDrawTexfOES = f; re… in set_glDrawTexfOES()
|
D | gles.cpp | 826 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in glDrawTexfOES() function 828 getDispatch()->glDrawTexfOES(x, y, z, width, height); in glDrawTexfOES()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 164 {"glDrawTexfOES", (void*)glDrawTexfOES},
|
D | gl_client_context.h | 184 glDrawTexfOES_client_proc_t glDrawTexfOES; member
|
D | gl_client_context.cpp | 184 glDrawTexfOES = (glDrawTexfOES_client_proc_t) getProc("glDrawTexfOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 180 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height); 1339 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in glDrawTexfOES() function 1342 ctx->glDrawTexfOES(ctx, x, y, z, width, height); in glDrawTexfOES()
|
D | gl_enc.cpp | 8342 this->glDrawTexfOES = &glDrawTexfOES_enc; in gl_encoder_context_t()
|
/device/generic/goldfish/opengl/system/egl/ |
D | ClientAPIExts.in | 179 API_ENTRY(glDrawTexfOES,
|