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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixStack.java 107 public void glOrthox(int left, int right, int bottom, int top, int near,
MatrixTrackingGL.java 497 public void glOrthox(int left, int right, int bottom, int top, int near,
499 mCurrent.glOrthox(left, right, bottom, top, near, far);
500 mgl.glOrthox(left, right, bottom, top, near, far);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 122 glOrthox_client_proc_t glOrthox;
gl_entry.cpp 120 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 616 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
618 getDispatch()->glOrthox(left, right, bottom, top, zNear, zFar);
    [all...]
gles_dispatch.h 135 glOrthox_t glOrthox;
407 glOrthox_t set_glOrthox(glOrthox_t f) { glOrthox_t retval = glOrthox; glOrthox = f; return retval;}
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 252 milliseconds