Searched refs:glOrthof (Results 1 - 20 of 20) 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.cpp100 glOrthof(0, w, 0, h, 0, 1);
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp94 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.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.cpp115 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/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/libs/hwui/debug/
H A Dgles_redefine.h579 #define glOrthof wrap_glOrthof macro
H A Dgles_undefine.h579 #undef glOrthof macro
/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.cpp2714 /* void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
2718 glOrthof(
3501 {"glOrthof", "(FFFFFF)V", (void *) android_glOrthof__FFFFFF },
H A Dcom_google_android_gles_jni_GLImpl.cpp3426 /* void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
3430 glOrthof(
9182 {"glOrthof", "(FFFFFF)V", (void *) android_glOrthof__FFFFFF },

Completed in 1121 milliseconds