Searched refs:glDrawTexxOES (Results 1 – 12 of 12) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_extensions.entries | 11 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 170 {"glDrawTexxOES", (void *)glDrawTexxOES},
|
D | gles_dispatch.h | 173 glDrawTexxOES_t glDrawTexxOES; member 445 …t_glDrawTexxOES(glDrawTexxOES_t f) { glDrawTexxOES_t retval = glDrawTexxOES; glDrawTexxOES = f; re… in set_glDrawTexxOES()
|
D | gles.cpp | 806 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/ |
D | gl_ftable.h | 160 {"glDrawTexxOES", (void*)glDrawTexxOES},
|
D | gl_client_context.h | 180 glDrawTexxOES_client_proc_t glDrawTexxOES; member
|
D | gl_client_context.cpp | 180 glDrawTexxOES = (glDrawTexxOES_client_proc_t) getProc("glDrawTexxOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 175 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()
|
D | gl_enc.cpp | 8539 this->glDrawTexxOES = &glDrawTexxOES_enc; in gl_encoder_context_t()
|
/device/generic/goldfish-opengl/system/egl/ |
D | ClientAPIExts.in | 183 API_ENTRY(glDrawTexxOES,
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 175 GL_ENTRY(void, glDrawTexxOES, GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 614 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…
|