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

1 2 3

  /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);
  /external/mesa3d/src/mapi/es1api/
ABI-check 101 glLoadMatrixx
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 113 {"glLoadMatrixx", (void*)glLoadMatrixx},
gl_client_context.h 115 glLoadMatrixx_client_proc_t glLoadMatrixx;
gl_client_context.cpp 115 glLoadMatrixx = (glLoadMatrixx_client_proc_t) getProc("glLoadMatrixx", userData);
  /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...]
  /external/mesa3d/src/mapi/glapi/
glapi_dispatch.c 126 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
  /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...]
  /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/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 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/tools/glgen/specs/gles11/
GLES10.spec 59 void glLoadMatrixx ( const GLfixed *m )
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 149 void (*glLoadMatrixx)(const GLfixed *m);
  /device/generic/goldfish-opengl/system/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...]
  /external/swiftshader/include/GLES/
gl.h 507 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
gl.h 698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 530 #define glLoadMatrixx wrap_glLoadMatrixx
    [all...]
gles_undefine.h 529 #undef glLoadMatrixx

Completed in 382 milliseconds

1 2 3