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

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixStack.java 66 public void glLoadMatrixx(int[] m, int offset) {
72 public void glLoadMatrixx(IntBuffer m) {
MatrixTrackingGL.java 380 public void glLoadMatrixx(int[] m, int offset) {
381 mCurrent.glLoadMatrixx(m, offset);
382 mgl.glLoadMatrixx(m, offset);
386 public void glLoadMatrixx(IntBuffer m) {
388 mCurrent.glLoadMatrixx(m);
390 mgl.glLoadMatrixx(m);
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 123 {"glLoadMatrixx", (void *)glLoadMatrixx},
gles_dispatch.h 126 glLoadMatrixx_t glLoadMatrixx;
398 glLoadMatrixx_t set_glLoadMatrixx(glLoadMatrixx_t f) { glLoadMatrixx_t retval = glLoadMatrixx; glLoadMatrixx = f; return retval;}
    [all...]
gles.cpp 571 void glLoadMatrixx(const GLfixed *m)
573 getDispatch()->glLoadMatrixx(m);
    [all...]
  /external/quake/quake/src/WinQuake/
glquake.h 387 #define glLoadMatrixx(...) do { glLoadMatrixx(__VA_ARGS__); GLCHECK("glLoadMatrixx");} while(0)
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
GLErrorWrapper.java 492 public void glLoadMatrixx(int[] m, int offset) {
494 mgl.glLoadMatrixx(m, offset);
498 public void glLoadMatrixx(IntBuffer m) {
500 mgl.glLoadMatrixx(m);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 638 void glLoadMatrixx(
643 void glLoadMatrixx(
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 406 public void glLoadMatrixx(
411 public void glLoadMatrixx(
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 126 glLoadMatrixx_t glLoadMatrixx;
GLDispatch.cpp 149 s_gl.glLoadMatrixx = (glLoadMatrixx_t) s_gles_lib->findSymbol("glLoadMatrixx");
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 632 // C function void glLoadMatrixx ( const GLfixed *m )
634 public native void glLoadMatrixx(
639 // C function void glLoadMatrixx ( const GLfixed *m )
641 public native void glLoadMatrixx(
    [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES10.spec 59 void glLoadMatrixx ( const GLfixed *m )
  /development/ndk/platforms/android-4/include/GLES/
gl.h 697 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
    [all...]
  /frameworks/base/opengl/include/GLES/
gl.h 698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
    [all...]
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 531 GLAPI void APIENTRY glLoadMatrixx (const GLfixed *m);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 697 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 697 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 697 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 697 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 697 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 697 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
    [all...]

Completed in 1029 milliseconds

1 2