Searched refs:glDrawTexfvOES (Results 1 - 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h165 {"glDrawTexfvOES", (void*)glDrawTexfvOES},
H A Dgl_client_context.h185 glDrawTexfvOES_client_proc_t glDrawTexfvOES; member in struct:gl_client_context_t
H A Dgl_client_context.cpp185 glDrawTexfvOES = (glDrawTexfvOES_client_proc_t) getProc("glDrawTexfvOES", userData);
H A Dgl_entry.cpp180 void glDrawTexfvOES(const GLfloat* coords);
1343 void glDrawTexfvOES(const GLfloat* coords) function
1346 ctx->glDrawTexfvOES(ctx, coords);
H A Dgl_enc.cpp8458 this->glDrawTexfvOES = &glDrawTexfvOES_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h175 {"glDrawTexfvOES", (void *)glDrawTexfvOES},
H A Dgles_dispatch.h178 glDrawTexfvOES_t glDrawTexfvOES; member in struct:gles_dispatch
450 glDrawTexfvOES_t set_glDrawTexfvOES(glDrawTexfvOES_t f) { glDrawTexfvOES_t retval = glDrawTexfvOES; glDrawTexfvOES = f; return retval;}
H A Dgles.cpp831 void glDrawTexfvOES(const GLfloat *coords) function
833 getDispatch()->glDrawTexfvOES(coords);
/device/generic/goldfish-opengl/system/include/GLES/
H A Dglext.h619 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);

Completed in 45 milliseconds