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

1 23 4 5 6

  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 207 gl.glMatrixMode(gl.GL_MODELVIEW);
  /external/qemu/distrib/sdl-1.2.15/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 1224 glMatrixMode(GL_PROJECTION);
1232 glMatrixMode(GL_MODELVIEW);
    [all...]
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 75 interface->fMatrixMode = glMatrixMode;
  /frameworks/native/services/surfaceflinger/
Layer.cpp 504 glMatrixMode(GL_TEXTURE);
506 glMatrixMode(GL_MODELVIEW);
511 glMatrixMode(GL_TEXTURE);
513 glMatrixMode(GL_MODELVIEW);
    [all...]
SurfaceFlinger.cpp     [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 130 glMatrixMode_t glMatrixMode;
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 439 glMatrixMode(GL_MODELVIEW);
449 glMatrixMode(GL_PROJECTION);
515 glMatrixMode(GL_MODELVIEW);
    [all...]
  /sdk/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/native/opengl/libs/GLES_trace/
gltrace.proto 275 glMatrixMode = 249;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 65 void glMatrixMode ( GLenum mode )
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 117 glMatrixMode_client_proc_t glMatrixMode;
    [all...]
  /device/generic/goldfish/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.15/src/video/
SDL_video.c     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 689 void glMatrixMode(
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLStub.java 457 public void 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);
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 190 void (GLAPIENTRY *GLDispatch::glMatrixMode)(GLenum) = NULL;
443 LOAD_GL_FUNC(glMatrixMode);

Completed in 601 milliseconds

1 23 4 5 6