Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h174 {"glDrawTexfOES", (void *)glDrawTexfOES},
Dgles_dispatch.h177 glDrawTexfOES_t glDrawTexfOES; member
449 …t_glDrawTexfOES(glDrawTexfOES_t f) { glDrawTexfOES_t retval = glDrawTexfOES; glDrawTexfOES = f; re… in set_glDrawTexfOES()
Dgles.cpp826 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/
Dgl_ftable.h164 {"glDrawTexfOES", (void*)glDrawTexfOES},
Dgl_client_context.h184 glDrawTexfOES_client_proc_t glDrawTexfOES; member
Dgl_client_context.cpp184 glDrawTexfOES = (glDrawTexfOES_client_proc_t) getProc("glDrawTexfOES", userData); in initDispatchByName()
Dgl_entry.cpp180 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()
Dgl_enc.cpp8342 this->glDrawTexfOES = &glDrawTexfOES_enc; in gl_encoder_context_t()
/device/generic/goldfish/opengl/system/egl/
DClientAPIExts.in179 API_ENTRY(glDrawTexfOES,