HomeSort by relevance Sort by last modified time
    Searched defs:glOrtho (Results 1 - 9 of 9) sorted by null

  /external/qemu/distrib/sdl-1.2.15/test/
testdyngl.c 67 void(APIENTRY*glOrtho)(GLdouble,GLdouble,GLdouble,GLdouble,GLdouble,GLdouble);
89 f->glOrtho=get_funcaddr("glOrtho");
150 f.glOrtho(-100,100,-100,100,-500,500);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 120 void (GLAPIENTRY *glOrtho) (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 182 void (GLAPIENTRY *GLDispatch::glOrtho)(GLdouble,GLdouble,GLdouble,GLdouble,GLdouble,GLdouble) = NULL;
435 LOAD_GL_FUNC(glOrtho);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 162 static void (GLAPIENTRY *glOrtho) (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]

Completed in 237 milliseconds