Searched refs:glDrawTexfOES (Results 1 – 12 of 12) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_extensions.entries | 15 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 174 {"glDrawTexfOES", (void *)glDrawTexfOES},
|
D | gles_dispatch.h | 177 glDrawTexfOES_t glDrawTexfOES; member 449 …t_glDrawTexfOES(glDrawTexfOES_t f) { glDrawTexfOES_t retval = glDrawTexfOES; glDrawTexfOES = f; re… in set_glDrawTexfOES()
|
D | gles.cpp | 826 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in glDrawTexfOES() function 828 getDispatch()->glDrawTexfOES(x, y, z, width, height); in glDrawTexfOES()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 164 {"glDrawTexfOES", (void*)glDrawTexfOES},
|
D | gl_client_context.h | 184 glDrawTexfOES_client_proc_t glDrawTexfOES; member
|
D | gl_client_context.cpp | 184 glDrawTexfOES = (glDrawTexfOES_client_proc_t) getProc("glDrawTexfOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 179 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height); 1339 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in glDrawTexfOES() function 1342 ctx->glDrawTexfOES(ctx, x, y, z, width, height); in glDrawTexfOES()
|
D | gl_enc.cpp | 8543 this->glDrawTexfOES = &glDrawTexfOES_enc; in gl_encoder_context_t()
|
/device/generic/goldfish-opengl/system/egl/ |
D | ClientAPIExts.in | 179 API_ENTRY(glDrawTexfOES,
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 179 GL_ENTRY(void, glDrawTexfOES, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 618 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig…
|