HomeSort by relevance Sort by last modified time
    Searched refs:glMatrixMode (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 207 gl.glMatrixMode(gl.GL_MODELVIEW);
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java     [all...]
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 130 glMatrixMode_t glMatrixMode;
GLDispatch.cpp 153 s_gl.glMatrixMode = (glMatrixMode_t) s_gles_lib->findSymbol("glMatrixMode");
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 350 DEF(glMatrixMode),
  /external/quake/quake/src/WinQuake/
gl_rmain.cpp 1176 glMatrixMode(GL_PROJECTION);
1218 glMatrixMode(GL_MODELVIEW);
1447 glMatrixMode(GL_PROJECTION);
1453 glMatrixMode(GL_MODELVIEW);
    [all...]
gl_draw.cpp 1222 glMatrixMode(GL_PROJECTION);
1230 glMatrixMode(GL_MODELVIEW);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 131 void (GLAPIENTRY *glMatrixMode) (GLenum mode);
GLEScmImp.cpp     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 422 public void glMatrixMode(int mode) {
436 mgl.glMatrixMode(mode);
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES10.spec 65 void glMatrixMode ( GLenum mode )
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 130 glMatrixMode_t glMatrixMode;
402 glMatrixMode_t set_glMatrixMode(glMatrixMode_t f) { glMatrixMode_t retval = glMatrixMode; glMatrixMode = f; return retval;}
    [all...]
gles.cpp 591 void glMatrixMode(GLenum mode)
593 getDispatch()->glMatrixMode(mode);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
GLErrorWrapper.java 546 public void glMatrixMode(int mode) {
548 mgl.glMatrixMode(mode);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 689 void glMatrixMode(
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 457 public void glMatrixMode(
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 190 void (GLAPIENTRY *GLDispatch::glMatrixMode)(GLenum) = NULL;
443 LOAD_GL_FUNC(glMatrixMode);
  /external/quake/quake/src/QW/client/
gl_draw.c 965 glMatrixMode(GL_PROJECTION);
973 glMatrixMode(GL_MODELVIEW);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 459 public void glMatrixMode(int mode) {
460 ((GL10)mGL).glMatrixMode(mode);
  /development/ndk/platforms/android-4/include/GLES/
gl.h 702 GL_API void GL_APIENTRY glMatrixMode (GLenum mode);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 702 GL_API void GL_APIENTRY glMatrixMode (GLenum mode);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 172 static void (GLAPIENTRY *glMatrixMode) (GLenum mode);
  /frameworks/base/opengl/include/GLES/
gl.h 702 GL_API void GL_APIENTRY glMatrixMode (GLenum mode);
    [all...]

Completed in 894 milliseconds

1 23 4 5