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

1 2 3 4 5 6 7

  /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);
  /external/mesa3d/src/mapi/es1api/
ABI-check 113 glMultMatrixx
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 118 {"glMultMatrixx", (void*)glMultMatrixx},
gl_client_context.h 120 glMultMatrixx_client_proc_t glMultMatrixx;
gl_client_context.cpp 120 glMultMatrixx = (glMultMatrixx_client_proc_t) getProc("glMultMatrixx", userData);
  /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/mesa3d/src/mapi/glapi/
glapi_dispatch.c 129 GL_API void GL_APIENTRY glMultMatrixx (const GLfixed *m);
  /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...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 702 void glMultMatrixx(
707 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/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /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/tools/glgen/specs/gles11/
GLES10.spec 67 void glMultMatrixx ( const GLfixed *m )
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 157 void (*glMultMatrixx)(const GLfixed *m);
  /development/ndk/platforms/android-9/include/GLES/
gl.h 703 GL_API void GL_APIENTRY glMultMatrixx (const GLfixed *m);
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 703 GL_API void GL_APIENTRY glMultMatrixx (const GLfixed *m);
    [all...]
  /external/mesa3d/include/GLES/
gl.h 703 GL_API void GL_APIENTRY glMultMatrixx (const GLfixed *m);
    [all...]
  /external/swiftshader/include/GLES/
gl.h 703 GL_API void GL_APIENTRY glMultMatrixx (const GLfixed *m);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
gl.h 703 GL_API void GL_APIENTRY glMultMatrixx (const GLfixed *m);
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 559 #define glMultMatrixx wrap_glMultMatrixx
    [all...]

Completed in 517 milliseconds

1 2 3 4 5 6 7