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

1 2

  /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);
testgl.c 140 glOrtho(0.0, (GLdouble)screen->w, (GLdouble)screen->h, 0.0, 0.0, 1.0);
597 glOrtho( -2.0, 2.0, -2.0, 2.0, -20.0, 20.0 );
  /external/chromium_org/third_party/webrtc/test/gl/
gl_renderer.cc 50 glOrtho(0.0f, 1.0f, 1.0f, 0.0f, -1.0f, 1.0f);
  /external/eigen/demos/opengl/
gpuhelper.cpp 38 //glOrtho(-1., 1., -1., 1., 0., 1.);
44 glOrtho(0., vp[2], 0., vp[3], -1., 1.);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 143 LOAD_GL_FUNC(glOrtho);
GLDispatch.h 120 void (GLAPIENTRY *glOrtho) (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
GLEScmImp.cpp     [all...]
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_transformer_mac.cc 31 glOrtho(0, dst_size.width(), 0, dst_size.height(), -1, 1);
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 180 glOrtho(0, rect.width(), 0, rect.height(), -1, 1);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.c 321 glOrtho(0, w_win, 0, h_win, -10.0, 10.0);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.c 321 glOrtho(0, w_win, 0, h_win, -10.0, 10.0);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.c 321 glOrtho(0, w_win, 0, h_win, -10.0, 10.0);
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 351 DEF(glOrtho),
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 733 &glOrtho,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 733 &glOrtho,
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 183 void (GLAPIENTRY *GLDispatch::glOrtho)(GLdouble,GLdouble,GLdouble,GLdouble,GLdouble,GLdouble) = NULL;
436 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);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 195 SDL_PROC(void,glOrtho,(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar))
SDL_video.c     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h 351 "glOrtho\0"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl.h 897 GLAPI void GLAPIENTRY glOrtho( GLdouble left, GLdouble right,
    [all...]
gl_mangle.h     [all...]
  /external/mesa3d/include/GL/
gl.h 896 GLAPI void GLAPIENTRY glOrtho( GLdouble left, GLdouble right,
    [all...]
gl_mangle.h     [all...]

Completed in 187 milliseconds

1 2