/frameworks/native/opengl/tests/linetex/ |
linetex.cpp | 99 glOrthof(0, w, 0, h, 0, 1);
|
/frameworks/native/opengl/tests/swapinterval/ |
swapinterval.cpp | 93 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 | 80 if (yswap) glOrthof(0, w, h, 0, 0, 1); 81 else glOrthof(0, w, 0, h, 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; 329 virtual glOrthof_client_proc_t set_glOrthof(glOrthof_client_proc_t f) { glOrthof_client_proc_t retval = glOrthof; glOrthof = f; return retval;} [all...] |
/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...] |
/frameworks/native/opengl/tests/fillrate/ |
fillrate.cpp | 112 glOrthof(0, w, 0, h, 0, 1);
|
/frameworks/native/opengl/tests/filter/ |
filter.cpp | 71 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);
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 49 glOrthof_t glOrthof;
|
FrameBuffer.cpp | 883 s_gl.glOrthof(-1.0, 1.0, -1.0, 1.0, -1.0, 1.0);
|
/frameworks/native/opengl/libs/GLES_trace/ |
gltrace.proto | 288 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(
|
/frameworks/base/services/java/com/android/server/power/ |
ElectronBeam.java | 417 GLES10.glOrthof(0, mDisplayWidth, 0, mDisplayHeight, 0, 1);
|
/external/robolectric/lib/main/ |
opengl-api-gl1.1-android-2.1_r1.jar | |