/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_mac_unittest.mm | 47 // Adds an accelerated plugin view to |rwhv_cocoa_|. Returns a handle to the 51 // Create an accelerated view the size of the rhwvmac. 58 // The accelerated view isn't shown until it has a valid rect and has been 93 // The accelerated view methods want to be called on the UI thread. 105 // click on the accelerated view. The rwhvmac should be first responder 165 // The accelerated view methods want to be called on the UI thread. 184 // Tell the RWHVMac to not accept first responder status. The accelerated 189 // A click on the accelerated view should focus the RWHVCocoa.
|
D | accelerated_plugin_view_mac.mm | 265 // Inform the window hosting this accelerated view that it needs to be
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
D | SDL_fbriva.c | 161 int accelerated; in CheckHWBlit() local 179 accelerated = !!(src->flags & SDL_HWACCEL); in CheckHWBlit() 180 if ( accelerated ) { in CheckHWBlit() 183 return(accelerated); in CheckHWBlit()
|
D | SDL_fb3dfx.c | 173 int accelerated; in CheckHWBlit() local 191 accelerated = !!(src->flags & SDL_HWACCEL); in CheckHWBlit() 192 if ( accelerated ) { in CheckHWBlit() 195 return(accelerated); in CheckHWBlit()
|
D | SDL_fbmatrox.c | 225 int accelerated; in CheckHWBlit() local 243 accelerated = !!(src->flags & SDL_HWACCEL); in CheckHWBlit() 244 if ( accelerated ) { in CheckHWBlit() 247 return(accelerated); in CheckHWBlit()
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | GraphicsContext3DMac.mm | 56 …<CGLPixelFormatAttribute>& attribs, int colorBits, int depthBits, bool accelerated, bool supersamp… 65 if (accelerated) 116 // 1) 32 bit RGBA/32 bit depth/accelerated/supersampled 117 // 2) 32 bit RGBA/32 bit depth/accelerated 118 // 3) 32 bit RGBA/16 bit depth/accelerated
|
/external/webkit/Tools/TestWebKitAPI/win/ |
D | copy-resources.cmd | 15 ..\Tests\WebKit2\simple-accelerated-compositing.html
|
/external/webkit/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/ |
D | project.pbxproj | 14 …9 /* simple-accelerated-compositing.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 1AD… 95 1ADBEFE3130C6AA100D61D19 /* simple-accelerated-compositing.html in Copy Resources */, 107 …* simple-accelerated-compositing.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFil… 312 1ADBEFBC130C6A0100D61D19 /* simple-accelerated-compositing.html */,
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
D | SDL_macgl.c | 98 if ( this->gl_config.accelerated > 0 ) { in Mac_GL_Init()
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzGL.m | 115 if ( this->gl_config.accelerated > 0 ) { 257 val = (this->gl_config.accelerated != 0);;
|
/external/mesa3d/docs/ |
D | RELNOTES-5.1 | 80 be accelerated (via XPutImage()) if the image format is GL_BGRA and the 85 be accelerated (via XPutImage()) if the image format is GL_RGB and the 89 glCopyPixels() calls for the front color buffer will be accelerated
|
/external/qemu/distrib/sdl-1.2.12/src/video/dga/ |
D | SDL_dgavideo.c | 905 int accelerated; in DGA_CheckHWBlit() local 923 accelerated = !!(src->flags & SDL_HWACCEL); in DGA_CheckHWBlit() 924 if ( accelerated ) { in DGA_CheckHWBlit() 927 return(accelerated); in DGA_CheckHWBlit()
|
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/ |
D | SDL_dspvideo.c | 1119 int accelerated; in DSp_CheckHWBlit() local 1137 accelerated = !!(src->flags & SDL_HWACCEL); in DSp_CheckHWBlit() 1138 if ( accelerated ) { in DSp_CheckHWBlit() 1141 return(accelerated); in DSp_CheckHWBlit()
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
D | SDL_wingl.c | 283 if ( this->gl_config.accelerated >= 0 ) { in WIN_GL_SetupWindow() 285 *iAttr++ = (this->gl_config.accelerated ? WGL_GENERIC_ACCELERATION_ARB : WGL_NO_ACCELERATION_ARB); in WIN_GL_SetupWindow()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_sysvideo.h | 310 int accelerated; member
|
D | SDL_video.c | 235 video->gl_config.accelerated = -1; /* not known, don't set */ in SDL_VideoInit() 1479 video->gl_config.accelerated = value; in SDL_GL_SetAttribute()
|
/external/chromium-trace/src/shared/css/ |
D | overlay.css | 24 /* TODO(flackr): Add perspective(500px) rotateX(5deg) when accelerated
|
/external/chromium/chrome/browser/resources/ntp4/ |
D | new_tab.css | 135 GPU-accelerated translate3d */
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
D | SDL_x11gl.c | 185 if( this->gl_config.accelerated >= 0 && in X11_GL_GetVisual()
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
D | newtab.css | 196 GPU-accelerated translate3d */
|
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
D | SDL_dx5video.c | 1940 int accelerated; local 1969 accelerated = !!(src->flags & SDL_HWACCEL); 1970 if ( accelerated ) { 1976 return(accelerated);
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | PixelDumpSupportMac.mm | 141 // If the WebHTMLView uses accelerated compositing, we need for force the on-screen capture path
|
/external/quake/quake/src/WinQuake/docs/ |
D | INSTALL.Quake2 | 14 - Requires a glX based hardware accelerated OpenGL implementation.
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFullScreenController.mm | 416 // Check to see if the fullscreen renderer is composited. If not, accelerated graphics 569 // Check to see if the fullscreen renderer is composited. If not, accelerated graphics
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog | 98 doing some extra work when a page goes into accelerated compositing mode, but otherwise 1536 Paint directly into a GraphicsLayer when using accelerated compositing 1544 When entering accelerated compositing mode, WebView now creates a 1554 GraphicsLayer when in accelerated compositing mode 1564 (WebView::repaint): When using accelerated compositing, just invalidate 1566 (WebView::deleteBackingStore): Removed accelerated compositing code. 1568 anymore; we don't use it at all when in accelerated compositing mode. 1569 (WebView::addToDirtyRegion): When using accelerated compositing, just 1572 called in accelerated compositing mode. 1576 called in accelerated compositing mode. [all …]
|