Searched refs:glTranslatexOES (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 208 {"glTranslatexOES", (void*)glTranslatexOES},
|
D | gl_client_context.h | 228 glTranslatexOES_client_proc_t glTranslatexOES; member
|
D | gl_client_context.cpp | 228 glTranslatexOES = (glTranslatexOES_client_proc_t) getProc("glTranslatexOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 223 void glTranslatexOES(GLfixed x, GLfixed y, GLfixed z); 1603 void glTranslatexOES(GLfixed x, GLfixed y, GLfixed z) in glTranslatexOES() function 1606 ctx->glTranslatexOES(ctx, x, y, z); in glTranslatexOES()
|
D | gl_enc.cpp | 9145 this->glTranslatexOES = &glTranslatexOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 232 glTranslatexOES_server_proc_t glTranslatexOES; member
|
D | gles1_server_context.cpp | 228 glTranslatexOES = (glTranslatexOES_server_proc_t) getProc("glTranslatexOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 4432 this->glTranslatexOES(var_x, var_y, var_z); in decode()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 601 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 290 void glTranslatexOES( GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 223 GL_ENTRY(void, glTranslatexOES, GLfixed x, GLfixed y, GLfixed z)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 229 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 709 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 292 X(void, glTranslatexOES, (GLfixed x, GLfixed y, GLfixed z), (x, y, z)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5249 GLAPI void APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
|