/frameworks/base/opengl/tests/linetex/ |
linetex.cpp | 99 glOrthof(0, w, 0, h, 0, 1);
|
/frameworks/base/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);
|
/development/tools/emulator/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...] |
/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/base/opengl/tests/fillrate/ |
fillrate.cpp | 112 glOrthof(0, w, 0, h, 0, 1);
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
GLMock.java | 129 public void glOrthof(
|
GLStub.java | 513 public void glOrthof(
|
/external/quake/quake/src/WinQuake/ |
glquake.h | 310 #define glOrthof(...) do { glOrthof(__VA_ARGS__); GLCHECK("glOrthof");} while(0)
|
/frameworks/base/opengl/tests/filter/ |
filter.cpp | 71 glOrthof(0, w, 0, h, 0, 1);
|
/frameworks/base/opengl/tests/testViewport/src/com/android/test/ |
TestView.java | 240 gl.glOrthof(0, width, height, 0, -1, 1);
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 49 glOrthof_t glOrthof;
|
FrameBuffer.cpp | 821 s_gl.glOrthof(-1.0, 1.0, -1.0, 1.0, -1.0, 1.0);
|
GLDispatch.cpp | 72 s_gl.glOrthof = (glOrthof_t) s_gles_lib->findSymbol("glOrthof");
|
/frameworks/base/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(
|
/development/ndk/platforms/android-4/include/GLES/ |
gl.h | 618 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); [all...] |
/development/tools/emulator/opengl/host/libs/Translator/include/GLES/ |
gl.h | 619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); [all...] |
/frameworks/base/opengl/include/GLES/ |
gl.h | 619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); [all...] |