Searched refs:GL_MODELVIEW (Results 1 - 25 of 34) sorted by relevance

12

/external/eigen/demos/opengl/
H A Dgpuhelper.cpp47 pushMatrix(Matrix4f::Identity(),GL_MODELVIEW); local
53 popMatrix(GL_MODELVIEW);
61 pushMatrix(GL_MODELVIEW);
74 popMatrix(GL_MODELVIEW);
82 pushMatrix(GL_MODELVIEW);
95 popMatrix(GL_MODELVIEW);
H A Dquaternion_demo.cpp102 gpu.pushMatrix(GL_MODELVIEW);
103 gpu.multMatrix(t.matrix(),GL_MODELVIEW);
105 gpu.popMatrix(GL_MODELVIEW);
H A Dcamera.cpp242 gpu.loadMatrix(viewMatrix().matrix(),GL_MODELVIEW);
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableBitmap.java81 gl.glMatrixMode(GL10.GL_MODELVIEW);
157 gl.glMatrixMode(GL10.GL_MODELVIEW);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dquerymatrix.c119 {GL_MODELVIEW, GL_MODELVIEW_MATRIX},
H A Dmatrix.c157 case GL_MODELVIEW:
774 ctx->Transform.MatrixMode = GL_MODELVIEW;
H A Dnvprogram.c764 case GL_MODELVIEW:
H A Drastpos.c457 glMatrixMode( GL_MODELVIEW );
/external/chromium_org/third_party/webrtc/test/gl/
H A Dgl_renderer.cc51 glMatrixMode(GL_MODELVIEW);
/external/mesa3d/src/mesa/main/
H A Dquerymatrix.c117 {GL_MODELVIEW, GL_MODELVIEW_MATRIX},
H A Dmatrix.c157 case GL_MODELVIEW:
774 ctx->Transform.MatrixMode = GL_MODELVIEW;
H A Dnvprogram.c764 case GL_MODELVIEW:
H A Drastpos.c457 glMatrixMode( GL_MODELVIEW );
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.c189 glMatrixMode(GL_MODELVIEW);
350 glMatrixMode(GL_MODELVIEW);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.c189 glMatrixMode(GL_MODELVIEW);
350 glMatrixMode(GL_MODELVIEW);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
H A Datlantis.c189 glMatrixMode(GL_MODELVIEW);
350 glMatrixMode(GL_MODELVIEW);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestdyngl.c152 f.glMatrixMode(GL_MODELVIEW);
H A Dtestgl.c142 glMatrixMode(GL_MODELVIEW);
151 glMatrixMode(GL_MODELVIEW);
599 glMatrixMode( GL_MODELVIEW );
716 glMatrixMode(GL_MODELVIEW);
/external/robolectric/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dgl.h351 #define GL_MODELVIEW 0x1700 macro
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_statevars.c1120 if (ctx->VertexProgram.TrackMatrix[i] == GL_MODELVIEW) {
/external/mesa3d/include/GLES/
H A Dgl.h351 #define GL_MODELVIEW 0x1700 macro
/external/mesa3d/src/mesa/program/
H A Dprog_statevars.c1120 if (ctx->VertexProgram.TrackMatrix[i] == GL_MODELVIEW) {
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c1666 this->glMatrixMode(GL_MODELVIEW);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c721 _mesa_MatrixMode(GL_MODELVIEW);
1054 _mesa_MatrixMode(GL_MODELVIEW);

Completed in 401 milliseconds

12