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

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h161 {"glDrawTexsvOES", (void*)glDrawTexsvOES},
H A Dgl_client_context.h181 glDrawTexsvOES_client_proc_t glDrawTexsvOES; member in struct:gl_client_context_t
H A Dgl_client_context.cpp181 glDrawTexsvOES = (glDrawTexsvOES_client_proc_t) getProc("glDrawTexsvOES", userData);
H A Dgl_entry.cpp176 void glDrawTexsvOES(const GLshort* coords);
1319 void glDrawTexsvOES(const GLshort* coords) function
1322 ctx->glDrawTexsvOES(ctx, coords);
H A Dgl_enc.cpp8454 this->glDrawTexsvOES = &glDrawTexsvOES_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h171 {"glDrawTexsvOES", (void *)glDrawTexsvOES},
H A Dgles_dispatch.h174 glDrawTexsvOES_t glDrawTexsvOES; member in struct:gles_dispatch
446 glDrawTexsvOES_t set_glDrawTexsvOES(glDrawTexsvOES_t f) { glDrawTexsvOES_t retval = glDrawTexsvOES; glDrawTexsvOES = f; return retval;}
H A Dgles.cpp811 void glDrawTexsvOES(const GLshort *coords) function
813 getDispatch()->glDrawTexsvOES(coords);
/device/generic/goldfish-opengl/system/include/GLES/
H A Dglext.h615 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);

Completed in 114 milliseconds