Home
last modified time | relevance | path

Searched refs:accelerated (Results 1 – 25 of 54) sorted by relevance

123

/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_mac_unittest.mm47 // 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.
Daccelerated_plugin_view_mac.mm265 // Inform the window hosting this accelerated view that it needs to be
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
DSDL_fbriva.c161 int accelerated; in CheckHWBlit() local
179 accelerated = !!(src->flags & SDL_HWACCEL); in CheckHWBlit()
180 if ( accelerated ) { in CheckHWBlit()
183 return(accelerated); in CheckHWBlit()
DSDL_fb3dfx.c173 int accelerated; in CheckHWBlit() local
191 accelerated = !!(src->flags & SDL_HWACCEL); in CheckHWBlit()
192 if ( accelerated ) { in CheckHWBlit()
195 return(accelerated); in CheckHWBlit()
DSDL_fbmatrox.c225 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/
DGraphicsContext3DMac.mm56 …<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/
Dcopy-resources.cmd15 ..\Tests\WebKit2\simple-accelerated-compositing.html
/external/webkit/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/
Dproject.pbxproj14 …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/
DSDL_macgl.c98 if ( this->gl_config.accelerated > 0 ) { in Mac_GL_Init()
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzGL.m115 if ( this->gl_config.accelerated > 0 ) {
257 val = (this->gl_config.accelerated != 0);;
/external/mesa3d/docs/
DRELNOTES-5.180 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/
DSDL_dgavideo.c905 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/
DSDL_dspvideo.c1119 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/
DSDL_wingl.c283 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/
DSDL_sysvideo.h310 int accelerated; member
DSDL_video.c235 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/
Doverlay.css24 /* TODO(flackr): Add perspective(500px) rotateX(5deg) when accelerated
/external/chromium/chrome/browser/resources/ntp4/
Dnew_tab.css135 GPU-accelerated translate3d */
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11gl.c185 if( this->gl_config.accelerated >= 0 && in X11_GL_GetVisual()
/external/chromium/chrome/browser/resources/touch_ntp/
Dnewtab.css196 GPU-accelerated translate3d */
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
DSDL_dx5video.c1940 int accelerated; local
1969 accelerated = !!(src->flags & SDL_HWACCEL);
1970 if ( accelerated ) {
1976 return(accelerated);
/external/webkit/Tools/DumpRenderTree/mac/
DPixelDumpSupportMac.mm141 // If the WebHTMLView uses accelerated compositing, we need for force the on-screen capture path
/external/quake/quake/src/WinQuake/docs/
DINSTALL.Quake214 - Requires a glX based hardware accelerated OpenGL implementation.
/external/webkit/Source/WebKit/mac/WebView/
DWebFullScreenController.mm416 // 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/
DChangeLog98 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 …]

123