Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_extensions.entries15 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h174 {"glDrawTexfOES", (void *)glDrawTexfOES},
Dgles_dispatch.h177 glDrawTexfOES_t glDrawTexfOES; member
449 …t_glDrawTexfOES(glDrawTexfOES_t f) { glDrawTexfOES_t retval = glDrawTexfOES; glDrawTexfOES = f; re… in set_glDrawTexfOES()
Dgles.cpp826 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/
Dgl_ftable.h164 {"glDrawTexfOES", (void*)glDrawTexfOES},
Dgl_client_context.h184 glDrawTexfOES_client_proc_t glDrawTexfOES; member
Dgl_client_context.cpp184 glDrawTexfOES = (glDrawTexfOES_client_proc_t) getProc("glDrawTexfOES", userData); in initDispatchByName()
Dgl_entry.cpp179 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()
Dgl_enc.cpp8543 this->glDrawTexfOES = &glDrawTexfOES_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in179 API_ENTRY(glDrawTexfOES,
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in179 GL_ENTRY(void, glDrawTexfOES, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h618 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig…