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

1 2 3 4 5 6 7

  /external/mesa3d/src/mapi/es1api/
ABI-check 118 glOrthox
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 122 {"glOrthox", (void*)glOrthox},
gl_client_context.h 124 glOrthox_client_proc_t glOrthox;
gl_client_context.cpp 124 glOrthox = (glOrthox_client_proc_t) getProc("glOrthox", userData);
  /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);
  /external/mesa3d/src/mapi/glapi/
glapi_dispatch.c 132 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 74 void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 164 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/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-9/include/GLES/
gl.h 707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /device/generic/goldfish-opengl/system/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...]
  /external/swiftshader/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/swiftshader/third_party/PowerVR_SDK/Builds/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/libs/hwui/debug/
gles_redefine.h 581 #define glOrthox wrap_glOrthox
    [all...]
gles_undefine.h 581 #undef glOrthox

Completed in 199 milliseconds

1 2 3 4 5 6 7