Searched refs:glRotatexOES (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 201 {"glRotatexOES", (void*)glRotatexOES},
|
D | gl_client_context.h | 221 glRotatexOES_client_proc_t glRotatexOES; member
|
D | gl_client_context.cpp | 221 glRotatexOES = (glRotatexOES_client_proc_t) getProc("glRotatexOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 216 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()
|
D | gl_enc.cpp | 9138 this->glRotatexOES = &glRotatexOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 225 glRotatexOES_server_proc_t glRotatexOES; member
|
D | gles1_server_context.cpp | 221 glRotatexOES = (glRotatexOES_server_proc_t) getProc("glRotatexOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 4298 this->glRotatexOES(var_angle, var_x, var_y, var_z); in decode()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 594 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 248 void glRotatexOES( GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 216 GL_ENTRY(void, glRotatexOES, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 223 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 702 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 250 X(void, glRotatexOES, (GLfixed angle, GLfixed x, GLfixed y, GLfixed z), (angle, x, y, z)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5243 GLAPI void APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|