HomeSort by relevance Sort by last modified time
    Searched refs:iAttr (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 178 int *iAttr;
219 iAttr = &iAttribs[0];
221 *iAttr++ = WGL_DRAW_TO_WINDOW_ARB;
222 *iAttr++ = GL_TRUE;
223 *iAttr++ = WGL_ACCELERATION_ARB;
224 *iAttr++ = WGL_FULL_ACCELERATION_ARB;
225 *iAttr++ = WGL_RED_BITS_ARB;
226 *iAttr++ = this->gl_config.red_size;
227 *iAttr++ = WGL_GREEN_BITS_ARB;
228 *iAttr++ = this->gl_config.green_size
    [all...]
  /external/svox/pico/lib/
picokdt.c     [all...]

Completed in 47 milliseconds