Searched refs:glOrthof (Results 1 - 23 of 23) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DMultiTextureConsumer_test.cpp78 glOrthof(0, getSurfaceWidth(), 0, getSurfaceHeight(), 0, 1);
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp98 glOrthof(0, w, 0, h, 0, 1);
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp94 glOrthof(0, w, 0, h, 0, 1);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp92 glOrthof(l, r, t, b, 0, 1);
94 glOrthof(l, r, b, t, 0, 1);
/frameworks/base/opengl/java/android/opengl/
H A DGLU.java94 gl.glOrthof(left, right, bottom, top, -1.0f, 1.0f);
H A DGLES10.java974 // C function void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
976 public static native void glOrthof( method in class:GLES10
H A DGLErrorWrapper.java607 public void glOrthof(float left, float right, float bottom, float top, method in class:GLErrorWrapper
610 mgl.glOrthof(left, right, bottom, top, near, far);
H A DGLLogWrapper.java2158 public void glOrthof(float left, float right, float bottom, float top, method in class:GLLogWrapper
2160 begin("glOrthof");
2169 mgl.glOrthof(left, right, bottom, top, near, far);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp113 glOrthof(0, w, 0, h, 0, 1);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp73 glOrthof(0, w, 0, h, 0, 1);
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java240 gl.glOrthof(0, width, height, 0, -1, 1);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto288 glOrthof = 262;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec73 void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java745 void glOrthof( method in interface:GL10
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java799 // C function void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
801 public native void glOrthof( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h545 GLAPI void APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1015 void glOrthof( function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2420 /* void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
2424 glOrthof(
3157 {"glOrthof", "(FFFFFF)V", (void *) android_glOrthof__FFFFFF },
H A Dcom_google_android_gles_jni_GLImpl.cpp3252 /* void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
3256 glOrthof(
8578 {"glOrthof", "(FFFFFF)V", (void *) android_glOrthof__FFFFFF },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1094 const GLMessage_Function GLMessage::glOrthof; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1442 static const Function glOrthof = GLMessage_Function_glOrthof; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp24253 glmsg.set_function(GLMessage::glOrthof);
24294 glContext->hooks->gl.glOrthof(l, r, b, t, n, f);
[all...]

Completed in 2335 milliseconds