Home
last modified time | relevance | path

Searched refs:glDrawTexxOES (Results 1 – 12 of 12) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_extensions.entries11 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h170 {"glDrawTexxOES", (void *)glDrawTexxOES},
Dgles_dispatch.h173 glDrawTexxOES_t glDrawTexxOES; member
445 …t_glDrawTexxOES(glDrawTexxOES_t f) { glDrawTexxOES_t retval = glDrawTexxOES; glDrawTexxOES = f; re… in set_glDrawTexxOES()
Dgles.cpp806 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in glDrawTexxOES() function
808 getDispatch()->glDrawTexxOES(x, y, z, width, height); in glDrawTexxOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h160 {"glDrawTexxOES", (void*)glDrawTexxOES},
Dgl_client_context.h180 glDrawTexxOES_client_proc_t glDrawTexxOES; member
Dgl_client_context.cpp180 glDrawTexxOES = (glDrawTexxOES_client_proc_t) getProc("glDrawTexxOES", userData); in initDispatchByName()
Dgl_entry.cpp175 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
1315 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in glDrawTexxOES() function
1318 ctx->glDrawTexxOES(ctx, x, y, z, width, height); in glDrawTexxOES()
Dgl_enc.cpp8539 this->glDrawTexxOES = &glDrawTexxOES_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in183 API_ENTRY(glDrawTexxOES,
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in175 GL_ENTRY(void, glDrawTexxOES, GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h614 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…