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

  /frameworks/base/awt/java/awt/
ImageCapabilities.java 32 * The accelerated.
34 private final boolean accelerated; field in class:ImageCapabilities
40 * @param accelerated
41 * the accelerated flag.
43 public ImageCapabilities(boolean accelerated) {
44 this.accelerated = accelerated;
54 return new ImageCapabilities(accelerated);
59 * accelerated.
62 * accelerated, false otherwise
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fb3dfx.c 46 /* Sets video mem colorkey and accelerated blit function */
173 int accelerated; local
190 /* Check to see if final surface blit is accelerated */
191 accelerated = !!(src->flags & SDL_HWACCEL);
192 if ( accelerated ) {
195 return(accelerated);
200 /* We have hardware accelerated surface functions */
209 /* The 3Dfx has an accelerated color fill */
213 /* 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.12/src/video/quartz/
SDL_QuartzGL.m 115 if ( this->gl_config.accelerated > 0 ) {
257 val = (this->gl_config.accelerated != 0);;
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macgl.c 98 if ( this->gl_config.accelerated > 0 ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 283 if ( this->gl_config.accelerated >= 0 ) {
285 *iAttr++ = (this->gl_config.accelerated ? WGL_GENERIC_ACCELERATION_ARB : WGL_NO_ACCELERATION_ARB);
  /external/qemu/distrib/sdl-1.2.12/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::__anon4332
SDL_video.c 235 video->gl_config.accelerated = -1; /* not known, don't set */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 849 printf("Hardware accelerated rectangle fill: %dx%d at %d,%d\n", w, h, x, y);
905 int accelerated; local
922 /* Check to see if final surface blit is accelerated */
923 accelerated = !!(src->flags & SDL_HWACCEL);
924 if ( accelerated ) {
927 return(accelerated);
  /external/qemu/distrib/sdl-1.2.12/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/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gl.c 185 if( this->gl_config.accelerated >= 0 &&
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 1940 int accelerated; local
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContext3DMac.cpp 53 static void setPixelFormat(Vector<CGLPixelFormatAttribute>& attribs, int colorBits, int depthBits, bool accelerated, bool supersample, bool closest)
62 if (accelerated)
107 // 1) 32 bit RGBA/32 bit depth/accelerated/supersampled
108 // 2) 32 bit RGBA/32 bit depth/accelerated
109 // 3) 32 bit RGBA/16 bit depth/accelerated
    [all...]
  /external/webkit/WebKit/win/
WebView.cpp     [all...]
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp 525 OSCL_EXPORT_REF PVMFOMXBaseDecNode::PVMFOMXBaseDecNode(int32 aPriority, const char aAOName[], bool accelerated) :
554 bHWAccelerated(accelerated? OMX_TRUE: OMX_FALSE)
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 376 milliseconds