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

1 2 3 4 5

  /frameworks/native/libs/gui/tests/
MultiTextureConsumer_test.cpp 78 glOrthof(0, getSurfaceWidth(), 0, getSurfaceHeight(), 0, 1);
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 100 glOrthof(0, w, 0, h, 0, 1);
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 94 glOrthof(0, w, 0, h, 0, 1);
  /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),
LabelMaker.java 322 gl.glOrthof(0.0f, viewWidth, 0.0f, viewHeight, 0.0f, 1.0f);
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);
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES11RenderEngine.cpp 86 glOrthof(l, r, t, b, 0, 1);
88 glOrthof(l, r, b, t, 0, 1);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 37 {"glOrthof", (void*)glOrthof},
gl_client_context.h 37 glOrthof_client_proc_t glOrthof;
gl_client_context.cpp 39 glOrthof = (glOrthof_client_proc_t) getProc("glOrthof", userData);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 46 {"glOrthof", (void *)glOrthof},
gles_dispatch.h 49 glOrthof_t glOrthof;
321 glOrthof_t set_glOrthof(glOrthof_t f) { glOrthof_t retval = glOrthof; glOrthof = f; return retval;}
    [all...]
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...]
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 80 gl.glOrthof(0.0f, viewWidth, 0.0f, viewHeight, 0.0f, 1.0f);
GLErrorLogger.java 510 public void glOrthof(float left, float right, float bottom, float top,
512 ((GL10)mGL).glOrthof( left, right, bottom, top,
  /frameworks/base/opengl/java/android/opengl/
GLU.java 94 gl.glOrthof(left, right, bottom, top, -1.0f, 1.0f);
GLES10.java     [all...]
GLErrorWrapper.java 607 public void glOrthof(float left, float right, float bottom, float top,
610 mgl.glOrthof(left, right, bottom, top, near, far);
    [all...]
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 115 glOrthof(0, w, 0, h, 0, 1);
  /frameworks/native/opengl/tests/filter/
filter.cpp 73 glOrthof(0, w, 0, h, 0, 1);
  /frameworks/native/opengl/tests/testViewport/src/com/android/test/
TestView.java 240 gl.glOrthof(0, width, height, 0, -1, 1);
  /frameworks/native/opengl/libs/GLES_trace/proto/
gltrace.proto 290 glOrthof = 262;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 73 void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 745 void glOrthof(
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 

Completed in 285 milliseconds

1 2 3 4 5