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

1 2 3 4

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 97 FNDEF(void, glMultMatrixx, (const GLfixed *m));
149 #define glMultMatrixx FNPTR(glMultMatrixx)
importgl.c 140 IMPORT_FUNC(glMultMatrixx);
demo.c 692 glMultMatrixx(fixedM);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixStack.java 88 public void glMultMatrixx(int[] m, int offset) {
95 public void glMultMatrixx(IntBuffer m) {
MatrixTrackingGL.java 455 public void glMultMatrixx(int[] m, int offset) {
456 mCurrent.glMultMatrixx(m, offset);
457 mgl.glMultMatrixx(m, offset);
461 public void glMultMatrixx(IntBuffer m) {
463 mCurrent.glMultMatrixx(m);
465 mgl.glMultMatrixx(m);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 118 {"glMultMatrixx", (void*)glMultMatrixx},
gl_client_context.h 118 glMultMatrixx_client_proc_t glMultMatrixx;
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 128 {"glMultMatrixx", (void *)glMultMatrixx},
gles_dispatch.h 131 glMultMatrixx_t glMultMatrixx;
403 glMultMatrixx_t set_glMultMatrixx(glMultMatrixx_t f) { glMultMatrixx_t retval = glMultMatrixx; glMultMatrixx = f; return retval;}
    [all...]
gles.cpp 596 void glMultMatrixx(const GLfixed *m)
598 getDispatch()->glMultMatrixx(m);
    [all...]
  /external/quake/quake/src/WinQuake/
glquake.h 392 #define glMultMatrixx(...) do { glMultMatrixx(__VA_ARGS__); GLCHECK("glMultMatrixx");} while(0)
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
GLErrorWrapper.java 564 public void glMultMatrixx(int[] m, int offset) {
566 mgl.glMultMatrixx(m, offset);
570 public void glMultMatrixx(IntBuffer m) {
572 mgl.glMultMatrixx(m);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 702 void glMultMatrixx(
707 void glMultMatrixx(
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLStub.java 470 public void glMultMatrixx(
475 public void glMultMatrixx(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 474 public void glMultMatrixx(IntBuffer m) {
475 ((GL10)mGL).glMultMatrixx(m);
479 public void glMultMatrixx(int[] m, int offset) {
480 ((GL10)mGL).glMultMatrixx(m, offset);
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 131 glMultMatrixx_t glMultMatrixx;
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 721 // C function void glMultMatrixx ( const GLfixed *m )
723 public native void glMultMatrixx(
728 // C function void glMultMatrixx ( const GLfixed *m )
730 public native void glMultMatrixx(
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 282 glMultMatrixx = 256;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 67 void glMultMatrixx ( const GLfixed *m )
  /development/ndk/platforms/android-4/include/GLES/
gl.h 703 GL_API void GL_APIENTRY glMultMatrixx (const GLfixed *m);
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 703 GL_API void GL_APIENTRY glMultMatrixx (const GLfixed *m);
    [all...]
  /frameworks/native/opengl/tests/angeles/
demo.c 692 glMultMatrixx(fixedM);

Completed in 647 milliseconds

1 2 3 4