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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixStack.java 102 public void glOrthof(float left, float right, float bottom, float top,
109 glOrthof(fixedToFloat(left), fixedToFloat(right),
MatrixTrackingGL.java 490 public void glOrthof(float left, float right, float bottom, float top,
492 mCurrent.glOrthof(left, right, bottom, top, near, far);
493 mgl.glOrthof(left, right, bottom, top, near, far);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 37 glOrthof_client_proc_t glOrthof;
gl_entry.cpp 35 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
465 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
468 ctx->glOrthof(ctx, left, right, bottom, top, zNear, zFar);
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 186 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
188 getDispatch()->glOrthof(left, right, bottom, top, zNear, zFar);
    [all...]
gles_dispatch.h 49 glOrthof_t glOrthof;
321 glOrthof_t set_glOrthof(glOrthof_t f) { glOrthof_t retval = glOrthof; glOrthof = f; return retval;}
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 3082 milliseconds