Home
last modified time | relevance | path

Searched refs:glOrthox (Results 1 – 9 of 9) sorted by relevance

/development/ndk/platforms/android-L/arch-x86_64/symbols/
DlibGLESv1_CM.so.functions.txt171 glOrthox
/development/ndk/platforms/android-4/arch-arm/symbols/
DlibGLESv1_CM.so.functions.txt171 glOrthox
/development/ndk/platforms/android-L/arch-mips64/symbols/
DlibGLESv1_CM.so.functions.txt171 glOrthox
/development/ndk/platforms/android-L/arch-arm64/symbols/
DlibGLESv1_CM.so.functions.txt171 glOrthox
/development/ndk/platforms/android-9/arch-x86/symbols/
DlibGLESv1_CM.so.functions.txt204 glOrthox
/development/ndk/platforms/android-9/arch-mips/symbols/
DlibGLESv1_CM.so.functions.txt204 glOrthox
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixStack.java107 public void glOrthox(int left, int right, int bottom, int top, int near, in glOrthox() method in MatrixStack
DMatrixTrackingGL.java497 public void glOrthox(int left, int right, int bottom, int top, int near, in glOrthox() method in MatrixTrackingGL
499 mCurrent.glOrthox(left, right, bottom, top, near, far); in glOrthox()
500 mgl.glOrthox(left, right, bottom, top, near, far); in glOrthox()
/development/ndk/platforms/android-4/include/GLES/
Dgl.h707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed…