HomeSort by relevance Sort by last modified time
    Searched full:fsaa (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.15/test/
testgl.c 452 int logo, int logocursor, int slowly, int bpp, float gamma, int noframe, int fsaa, int sync, int accel )
534 if ( fsaa ) {
536 SDL_GL_SetAttribute( SDL_GL_MULTISAMPLESAMPLES, fsaa );
570 if ( fsaa ) {
574 printf("SDL_GL_MULTISAMPLESAMPLES: requested %d, got %d\n", fsaa, value );
792 int fsaa = 0; local
826 if ( strcmp(argv[i], "-fsaa") == 0 ) {
827 ++fsaa;
837 "Usage: %s [-twice] [-logo] [-logocursor] [-slow] [-bpp n] [-gamma n] [-noframe] [-fsaa] [-accel] [-sync] [-fullscreen]\n",
843 RunGLTest(argc, argv, logo, logocursor, slowly, bpp, gamma, noframe, fsaa, sync, accel)
    [all...]
  /external/chromium_org/third_party/libXNVCtrl/
NVCtrl.h 256 * NV_CTRL_FSAA_MODE - the FSAA setting for OpenGL clients; possible
257 * FSAA modes:
745 * When Application Control for FSAA is enabled, then what the
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawState.h 756 * Perform HW anti-aliasing. This means either HW FSAA, if supported by the render target,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/
WhatsNew 62 Added SDL_GL_MULTISAMPLEBUFFERS and SDL_GL_MULTISAMPLESAMPLES for FSAA
  /external/skia/src/gpu/
GrDrawState.h 756 * Perform HW anti-aliasing. This means either HW FSAA, if supported by the render target,
    [all...]

Completed in 1030 milliseconds