Home
last modified time | relevance | path

Searched refs:glTranslatexOES (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h208 {"glTranslatexOES", (void*)glTranslatexOES},
Dgl_client_context.h228 glTranslatexOES_client_proc_t glTranslatexOES; member
Dgl_client_context.cpp228 glTranslatexOES = (glTranslatexOES_client_proc_t) getProc("glTranslatexOES", userData); in initDispatchByName()
Dgl_entry.cpp223 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()
Dgl_enc.cpp9145 this->glTranslatexOES = &glTranslatexOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h232 glTranslatexOES_server_proc_t glTranslatexOES; member
Dgles1_server_context.cpp228 glTranslatexOES = (glTranslatexOES_server_proc_t) getProc("glTranslatexOES", userData); in initDispatchByName()
Dgles1_dec.cpp4432 this->glTranslatexOES(var_x, var_y, var_z); in decode()
/hardware/google/gfxstream/include/GLES/
Dglext.h601 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles12tr_internal.entries290 void glTranslatexOES( GLfixed x, GLfixed y, GLfixed z);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in223 GL_ENTRY(void, glTranslatexOES, GLfixed x, GLfixed y, GLfixed z)
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h229 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h709 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles12tr_internal.h292 X(void, glTranslatexOES, (GLfixed x, GLfixed y, GLfixed z), (x, y, z)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h5249 GLAPI void APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);