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

/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp99 glOrthof(0, w, 0, h, 0, 1);
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp93 glOrthof(0, w, 0, h, 0, 1);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp112 glOrthof(0, w, 0, h, 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.java990 // C function void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
992 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/filter/
H A Dfilter.cpp71 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/services/surfaceflinger/
H A DDisplayDevice.cpp278 glOrthof(0, w, 0, h, 0, 1); // l=0, r=w ; b=0, t=h
H A DSurfaceFlinger.cpp2667 glOrthof(0, hw_w, hw_h, 0, 0, 1);
/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/services/java/com/android/server/power/
H A DElectronBeam.java441 GLES10.glOrthof(0, mDisplayWidth, 0, mDisplayHeight, 0, 1);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java745 void glOrthof( method in interface:GL10
/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/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/libagl/
H A Dmatrix.cpp1015 void glOrthof( function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp799 const GLMessage_Function GLMessage::glOrthof; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1132 static const Function glOrthof = GLMessage_Function_glOrthof; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp11951 glmsg.set_function(GLMessage::glOrthof);
11992 glContext->hooks->gl.glOrthof(left, right, bottom, top, zNear, zFar);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp3124 /* void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
3128 glOrthof(
3905 {"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 },

Completed in 733 milliseconds