Searched defs:offscreen (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_visual.c69 bool offscreen)
82 if (offscreen) {
84 ("offscreen rendering enabled. Using kCGLPFAOffScreen\n");
119 if (!offscreen && mode->doubleBufferMode) {
67 apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode, bool * double_buffered, bool * uses_stereo, bool offscreen) argument
/external/mesa3d/src/glx/apple/
H A Dapple_visual.c69 bool offscreen)
82 if (offscreen) {
84 ("offscreen rendering enabled. Using kCGLPFAOffScreen\n");
119 if (!offscreen && mode->doubleBufferMode) {
67 apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode, bool * double_buffered, bool * uses_stereo, bool offscreen) argument
/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host.cc427 // If there are any remaining offscreen contexts at the point the
757 void GpuProcessHost::OnDidLoseContext(bool offscreen, argument
760 // TODO(kbr): would be nice to see the "offscreen" flag too.
766 if (!offscreen || url.is_empty()) {
769 // offscreen contexts. This more robustly handles situations where
771 // offscreen context.
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
H A Dd3d11gears.cpp329 ID3D11Texture2D* offscreen; local
370 ensure(dev->CreateTexture2D(&offscreend, 0, &offscreen));
371 ensure(dev->CreateRenderTargetView(offscreen, 0, &offscreen_rtv));
372 ensure(dev->CreateShaderResourceView(offscreen, 0, &offscreen_srv));
373 offscreen->Release();
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
H A Dd3d11gears.cpp329 ID3D11Texture2D* offscreen; local
370 ensure(dev->CreateTexture2D(&offscreend, 0, &offscreen));
371 ensure(dev->CreateRenderTargetView(offscreen, 0, &offscreen_rtv));
372 ensure(dev->CreateShaderResourceView(offscreen, 0, &offscreen_srv));
373 offscreen->Release();
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c43 Secondly, an offscreen pixel image allocated in VRAM can be
205 GWorldPtr offscreen; // offscreen gworld in VRAM or AGP member in struct:private_hwdata
436 GWorldPtr offscreen; local
443 err = NewGWorld (&offscreen, vformat->BitsPerPixel, &bounds, NULL, SDL_Display, useDistantHdwrMem | noNewDevice);
446 DisposeGWorld (offscreen);
449 err = NewGWorld (&offscreen, vformat->BitsPerPixel, &bounds, NULL, SDL_Display, useLocalHdwrMem | noNewDevice);
451 DisposeGWorld (offscreen);
879 current->hwdata->offscreen = dsp_back_buffer;
899 current->hwdata->offscreen
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc327 // the multisampled offscreen render buffer if that buffer is multisampled, and,
585 bool offscreen,
1675 // Current width and height of the offscreen frame buffer.
1706 // The offscreen frame buffer that the client renders to. With EGL, the
1987 << "because offscreen resolved FBO was incomplete.";
2052 // never called on an offscreen context, no data will ever be uploaded to the
2053 // saved offscreen color texture (it is deferred until to when SwapBuffers
2367 bool offscreen,
2492 if (offscreen) {
2573 // attached to the offscreen fram
2364 Initialize( const scoped_refptr<gfx::GLSurface>& surface, const scoped_refptr<gfx::GLContext>& context, bool offscreen, const gfx::Size& size, const DisallowedFeatures& disallowed_features, const std::vector<int32>& attribs) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3305 milliseconds