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

  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fb3dfx.c 46 /* Sets video mem colorkey and accelerated blit function */
171 int accelerated; local
188 /* Check to see if final surface blit is accelerated */
189 accelerated = !!(src->flags & SDL_HWACCEL);
190 if ( accelerated ) {
193 return(accelerated);
198 /* We have hardware accelerated surface functions */
207 /* The 3Dfx has an accelerated color fill */
211 /* The 3Dfx has accelerated normal and colorkey blits */
SDL_fbriva.c 60 /* Sets video mem colorkey and accelerated blit function */
161 int accelerated; local
178 /* Check to see if final surface blit is accelerated */
179 accelerated = !!(src->flags & SDL_HWACCEL);
180 if ( accelerated ) {
183 return(accelerated);
190 /* We have hardware accelerated surface functions */
206 /* The Riva has an accelerated color fill */
210 /* The Riva has accelerated normal and colorkey blits. */
218 /* The Riva has an accelerated alpha blit *
    [all...]
SDL_fbmatrox.c 51 /* Sets video mem colorkey and accelerated blit function */
225 int accelerated; local
242 /* Check to see if final surface blit is accelerated */
243 accelerated = !!(src->flags & SDL_HWACCEL);
244 if ( accelerated ) {
247 return(accelerated);
252 /* We have hardware accelerated surface functions */
257 /* The Matrox has an accelerated color fill */
261 /* The Matrox has accelerated normal and colorkey blits. */
272 /* The Matrox G200/G400 has an accelerated alpha blit *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzGL.m 126 if ( this->gl_config.accelerated > 0 ) {
268 val = (this->gl_config.accelerated != 0);;
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macgl.c 98 if ( this->gl_config.accelerated > 0 ) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.h 180 void setAccelerated(bool accelerated) { m_accelerated = accelerated; }
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c 237 if (this->gl_config.accelerated) {
307 if ( ( !pixel_format ) && ( this->gl_config.accelerated < 0 ) ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 126 /* Sets the hardware accelerated blit function, if any, based
134 /* Sets video mem colorkey and accelerated blit function */
310 int accelerated; member in struct:SDL_VideoDevice::__anon26781
SDL_video.c 241 video->gl_config.accelerated = -1; /* not known, don't set */
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 853 printf("Hardware accelerated rectangle fill: %dx%d at %d,%d\n", w, h, x, y);
909 int accelerated; local
926 /* Check to see if final surface blit is accelerated */
927 accelerated = !!(src->flags & SDL_HWACCEL);
928 if ( accelerated ) {
931 return(accelerated);
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 70 2. *MacOS 9 or later (but *not* Mac OS X) for hardware accelerated blit / fill
1119 int accelerated; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa.c 596 Bool accelerated = exa->accel && xorg_composite_accelerated(op, local
602 op, pSrcPicture, pMaskPicture, pDstPicture, accelerated);
604 return accelerated;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa.c 596 Bool accelerated = exa->accel && xorg_composite_accelerated(op, local
602 op, pSrcPicture, pMaskPicture, pDstPicture, accelerated);
604 return accelerated;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl.c 192 if( this->gl_config.accelerated >= 0 &&
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 1957 int accelerated; local
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 262 milliseconds