HomeSort by relevance Sort by last modified time
    Searched defs:glOrthox (Results 1 - 11 of 11) 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);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 517 public void glOrthox(int left, int right, int bottom, int top,
519 ((GL10)mGL).glOrthox( left, right, bottom, top,
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 164 void (*glOrthox)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
main.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 124 glOrthox_client_proc_t glOrthox;
gl_entry.cpp 119 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...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 124 glOrthox_wrapper_proc_t glOrthox;
gles1_wrapper_entry.cpp 119 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
973 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
976 ctx->glOrthox( left, right, bottom, top, zNear, zFar);
    [all...]

Completed in 1022 milliseconds