/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
gles_ftable.h | 132 {"glOrthox", (void *)glOrthox},
|
gles_dispatch.h | 135 glOrthox_t glOrthox; 407 glOrthox_t set_glOrthox(glOrthox_t f) { glOrthox_t retval = glOrthox; glOrthox = f; return retval;} [all...] |
gles.cpp | 616 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) 618 getDispatch()->glOrthox(left, right, bottom, top, zNear, zFar); [all...] |
/external/quake/quake/src/WinQuake/ |
glquake.h | 396 #define glOrthox(...) do { glOrthox(__VA_ARGS__); GLCHECK("glOrthox");} while(0)
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixStack.java | 107 public void glOrthox(int left, int right, int bottom, int top, int near,
|
MatrixTrackingGL.java | 497 public void glOrthox(int left, int right, int bottom, int top, int near, 499 mCurrent.glOrthox(left, right, bottom, top, near, far); 500 mgl.glOrthox(left, right, bottom, top, near, far);
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 135 glOrthox_t glOrthox;
|
GLDispatch.cpp | 158 s_gl.glOrthox = (glOrthox_t) s_gles_lib->findSymbol("glOrthox");
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
GLES10.spec | 74 void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
|
/frameworks/base/opengl/java/android/opengl/ |
GLES10.java | [all...] |
GLErrorWrapper.java | 614 public void glOrthox(int left, int right, int bottom, int top, int near, 617 mgl.glOrthox(left, right, bottom, top, near, far); [all...] |
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL10.java | 754 void glOrthox(
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
GLStub.java | 522 public void glOrthox(
|
/development/ndk/platforms/android-4/include/GLES/ |
gl.h | 706 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); [all...] |
/development/tools/emulator/opengl/host/libs/Translator/include/GLES/ |
gl.h | 707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); [all...] |
/frameworks/base/opengl/include/GLES/ |
gl.h | 707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); [all...] |
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | 809 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) 811 public native void glOrthox( [all...] |
/frameworks/base/opengl/tests/angeles/include/GLES/ |
gl.h | 546 GLAPI void APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 706 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/ |
gl.h | 706 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/ |
gl.h | 706 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/ |
gl.h | 706 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/ |
gl.h | 706 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); [all...] |
/prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 706 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); [all...] |
/prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 706 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); [all...] |