HomeSort by relevance Sort by last modified time
    Searched refs:glPopMatrix (Results 1 - 25 of 41) sorted by null

1 2

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 100 FNDEF(void, glPopMatrix, (void));
152 #define glPopMatrix FNPTR(glPopMatrix)
importgl.c 142 IMPORT_FUNC(glPopMatrix);
demo.c 588 glPopMatrix();
601 glPopMatrix();
606 glPopMatrix();
782 glPopMatrix();
  /frameworks/base/opengl/tests/lighting1709/src/com/android/lightingtest/
ClearActivity.java 154 gl.glPopMatrix();
160 gl.glPopMatrix();
166 gl.glPopMatrix();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 358 gl.glPopMatrix();
360 gl.glPopMatrix();
MatrixStack.java 114 public void glPopMatrix() {
MatrixTrackingGL.java 524 public void glPopMatrix() {
525 mCurrent.glPopMatrix();
526 mgl.glPopMatrix();
  /external/quake/quake/src/WinQuake/
glquake.h 402 #define glPopMatrix(...) do { glPopMatrix(__VA_ARGS__); GLCHECK("glPopMatrix");} while(0)
gl_rmain.cpp 718 glPopMatrix ();
731 glPopMatrix ();
    [all...]
  /external/skia/src/gl/
SkGLDevice.cpp 404 glPopMatrix();
436 glPopMatrix();
788 glPopMatrix(); // GL_MODELVIEW
805 glPopMatrix(); // GL_MODELVIEW
  /frameworks/base/opengl/tests/angeles/
demo.c 588 glPopMatrix();
601 glPopMatrix();
606 glPopMatrix();
782 glPopMatrix();
  /packages/apps/Gallery3D/src/com/cooliris/media/
MatrixStack.java 112 public void glPopMatrix() {
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 357 DEF(glPopMatrix),
  /external/quake/quake/src/QW/client/
gl_rmain.c 630 glPopMatrix ();
643 glPopMatrix ();
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES10.spec 80 void glPopMatrix ( void )
  /packages/apps/Camera/src/com/android/camera/ui/
GLRootView.java 346 gl.glPopMatrix();
381 gl.glPopMatrix();
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
GLErrorWrapper.java 651 public void glPopMatrix() {
653 mgl.glPopMatrix();
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 786 void glPopMatrix(
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c     [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 712 GL_API void GL_APIENTRY glPopMatrix (void);
    [all...]
  /frameworks/base/opengl/include/GLES/
gl.h 713 GL_API void GL_APIENTRY glPopMatrix (void);
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 853 // C function void glPopMatrix ( void )
855 public native void glPopMatrix(
    [all...]
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 552 GLAPI void APIENTRY glPopMatrix (void);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 712 GL_API void GL_APIENTRY glPopMatrix (void);
    [all...]

Completed in 974 milliseconds

1 2