Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h171 {"glDrawTexsvOES", (void *)glDrawTexsvOES},
Dgles_dispatch.h174 glDrawTexsvOES_t glDrawTexsvOES; member
446 …DrawTexsvOES(glDrawTexsvOES_t f) { glDrawTexsvOES_t retval = glDrawTexsvOES; glDrawTexsvOES = f; r… in set_glDrawTexsvOES()
Dgles.cpp811 void glDrawTexsvOES(const GLshort *coords) in glDrawTexsvOES() function
813 getDispatch()->glDrawTexsvOES(coords); in glDrawTexsvOES()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h161 {"glDrawTexsvOES", (void*)glDrawTexsvOES},
Dgl_client_context.h181 glDrawTexsvOES_client_proc_t glDrawTexsvOES; member
Dgl_client_context.cpp181 glDrawTexsvOES = (glDrawTexsvOES_client_proc_t) getProc("glDrawTexsvOES", userData); in initDispatchByName()
Dgl_entry.cpp177 void glDrawTexsvOES(const GLshort* coords);
1321 void glDrawTexsvOES(const GLshort* coords) in glDrawTexsvOES() function
1324 ctx->glDrawTexsvOES(ctx, coords); in glDrawTexsvOES()
Dgl_enc.cpp8339 this->glDrawTexsvOES = &glDrawTexsvOES_enc; in gl_encoder_context_t()
/device/generic/goldfish/opengl/system/egl/
DClientAPIExts.in187 API_ENTRY(glDrawTexsvOES,