HomeSort by relevance Sort by last modified time
    Searched defs:glLoadMatrixx (Results 1 - 7 of 7) sorted by null

  /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_client_context.h 113 glLoadMatrixx_client_proc_t glLoadMatrixx;
gl_entry.cpp 111 void glLoadMatrixx(const GLfixed* m);
925 void glLoadMatrixx(const GLfixed* m)
928 ctx->glLoadMatrixx(ctx, m);
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 571 void glLoadMatrixx(const GLfixed *m)
573 getDispatch()->glLoadMatrixx(m);
    [all...]
gles_dispatch.h 126 glLoadMatrixx_t glLoadMatrixx;
398 glLoadMatrixx_t set_glLoadMatrixx(glLoadMatrixx_t f) { glLoadMatrixx_t retval = glLoadMatrixx; glLoadMatrixx = f; return retval;}
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 49 milliseconds