Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h127 {"glMatrixMode", (void *)glMatrixMode},
Dgles_dispatch.h130 glMatrixMode_t glMatrixMode; member
402 …t set_glMatrixMode(glMatrixMode_t f) { glMatrixMode_t retval = glMatrixMode; glMatrixMode = f; ret… in set_glMatrixMode()
Dgles.cpp591 void glMatrixMode(GLenum mode) in glMatrixMode() function
593 getDispatch()->glMatrixMode(mode); in glMatrixMode()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h117 {"glMatrixMode", (void*)glMatrixMode},
Dgl_client_context.h119 glMatrixMode_client_proc_t glMatrixMode; member
Dgl_client_context.cpp119 glMatrixMode = (glMatrixMode_client_proc_t) getProc("glMatrixMode", userData); in initDispatchByName()
Dgl_entry.cpp114 void glMatrixMode(GLenum mode);
949 void glMatrixMode(GLenum mode) in glMatrixMode() function
952 ctx->glMatrixMode(ctx, mode); in glMatrixMode()
Dgl_enc.cpp8478 this->glMatrixMode = &glMatrixMode_enc; in gl_encoder_context_t()
/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.cpp252 glMatrixMode(GL_PROJECTION); in update_scene()
255 glMatrixMode(GL_MODELVIEW); in update_scene()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries115 void glMatrixMode(GLenum mode);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h702 GL_API void GL_APIENTRY glMatrixMode (GLenum mode);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in107 GL_ENTRY(void, glMatrixMode, GLenum mode)