Home
last modified time | relevance | path

Searched refs:glRotatexOES (Results 1 – 11 of 11) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h209 {"glRotatexOES", (void *)glRotatexOES},
Dgles_dispatch.h212 glRotatexOES_t glRotatexOES; member
484 …t set_glRotatexOES(glRotatexOES_t f) { glRotatexOES_t retval = glRotatexOES; glRotatexOES = f; ret… in set_glRotatexOES()
Dgles.cpp1001 void glRotatexOES(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatexOES() function
1003 getDispatch()->glRotatexOES(angle, x, y, z); in glRotatexOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h201 {"glRotatexOES", (void*)glRotatexOES},
Dgl_client_context.h221 glRotatexOES_client_proc_t glRotatexOES; member
Dgl_client_context.cpp221 glRotatexOES = (glRotatexOES_client_proc_t) getProc("glRotatexOES", userData); in initDispatchByName()
Dgl_entry.cpp216 void glRotatexOES(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
1561 void glRotatexOES(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatexOES() function
1564 ctx->glRotatexOES(ctx, angle, x, y, z); in glRotatexOES()
Dgl_enc.cpp8580 this->glRotatexOES = &glRotatexOES_enc; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp363 glRotatexOES = glRotatex; in GLESv1()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in216 GL_ENTRY(void, glRotatexOES, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h698 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);