Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_extensions.entries12 void glDrawTexsvOES(const GLshort *coords);
/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.cpp176 void glDrawTexsvOES(const GLshort* coords);
1321 void glDrawTexsvOES(const GLshort* coords) in glDrawTexsvOES() function
1324 ctx->glDrawTexsvOES(ctx, coords); in glDrawTexsvOES()
Dgl_enc.cpp8540 this->glDrawTexsvOES = &glDrawTexsvOES_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in187 API_ENTRY(glDrawTexsvOES,
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.attrib216 glDrawTexsvOES
Dgles1.in176 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h615 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);