HomeSort by relevance Sort by last modified time
    Searched refs:glOrthox (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 122 {"glOrthox", (void*)glOrthox},
gl_client_context.h 122 glOrthox_client_proc_t glOrthox;
    [all...]
  /device/generic/goldfish/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...]
  /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);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 135 glOrthox_t glOrthox;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 290 glOrthox = 264;
  /frameworks/native/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(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 517 public void glOrthox(int left, int right, int bottom, int top,
519 ((GL10)mGL).glOrthox( left, right, bottom, top,
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-4/include/GLES/
gl.h 707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
gl.h 707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /external/mesa3d/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 810 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
812 public native void glOrthox(
    [all...]
  /frameworks/native/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/native/opengl/tests/angeles/include/GLES/
gl.h 546 GLAPI void APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
  /prebuilts/ndk/4/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...]
  /prebuilts/ndk/4/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...]
  /prebuilts/ndk/4/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...]
  /prebuilts/ndk/4/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...]

Completed in 147 milliseconds

1 2 3 4 5