Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h175 {"glDrawTexfvOES", (void *)glDrawTexfvOES},
Dgles_dispatch.h178 glDrawTexfvOES_t glDrawTexfvOES; member
450 …DrawTexfvOES(glDrawTexfvOES_t f) { glDrawTexfvOES_t retval = glDrawTexfvOES; glDrawTexfvOES = f; r… in set_glDrawTexfvOES()
Dgles.cpp831 void glDrawTexfvOES(const GLfloat *coords) in glDrawTexfvOES() function
833 getDispatch()->glDrawTexfvOES(coords); in glDrawTexfvOES()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h165 {"glDrawTexfvOES", (void*)glDrawTexfvOES},
Dgl_client_context.h185 glDrawTexfvOES_client_proc_t glDrawTexfvOES; member
Dgl_client_context.cpp185 glDrawTexfvOES = (glDrawTexfvOES_client_proc_t) getProc("glDrawTexfvOES", userData); in initDispatchByName()
Dgl_entry.cpp181 void glDrawTexfvOES(const GLfloat* coords);
1345 void glDrawTexfvOES(const GLfloat* coords) in glDrawTexfvOES() function
1348 ctx->glDrawTexfvOES(ctx, coords); in glDrawTexfvOES()
Dgl_enc.cpp8343 this->glDrawTexfvOES = &glDrawTexfvOES_enc; in gl_encoder_context_t()
/device/generic/goldfish/opengl/system/egl/
DClientAPIExts.in195 API_ENTRY(glDrawTexfvOES,