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

1 2 3 4

  /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);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 113 {"glLoadMatrixx", (void*)glLoadMatrixx},
gl_client_context.h 113 glLoadMatrixx_client_proc_t glLoadMatrixx;
405 virtual glLoadMatrixx_client_proc_t set_glLoadMatrixx(glLoadMatrixx_client_proc_t f) { glLoadMatrixx_client_proc_t retval = glLoadMatrixx; glLoadMatrixx = f; return retval;}
    [all...]
  /device/generic/goldfish/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...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 808 // C function void glLoadMatrixx ( const GLfixed *m )
810 public static native void glLoadMatrixx(
    [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(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 414 public void glLoadMatrixx(IntBuffer m) {
415 ((GL10)mGL).glLoadMatrixx(m);
419 public void glLoadMatrixx(int[] m, int offset) {
420 ((GL10)mGL).glLoadMatrixx(m, offset);
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 126 glLoadMatrixx_t glLoadMatrixx;
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 633 // C function void glLoadMatrixx ( const GLfixed *m )
635 public native void glLoadMatrixx(
640 // C function void glLoadMatrixx ( const GLfixed *m )
642 public native void glLoadMatrixx(
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 263 glLoadMatrixx = 237;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 59 void glLoadMatrixx ( const GLfixed *m )
  /development/ndk/platforms/android-4/include/GLES/
gl.h 698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
gl.h 698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
    [all...]
  /external/mesa3d/include/GLES/
gl.h 698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 531 GLAPI void APIENTRY glLoadMatrixx (const GLfixed *m);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 697 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 697 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 697 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
    [all...]

Completed in 916 milliseconds

1 2 3 4