HomeSort by relevance Sort by last modified time
    Searched refs:surface_ (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/content/plugin/
webplugin_accelerated_surface_proxy_mac.cc 46 surface_(surface) {
50 if (surface_) {
51 surface_->Destroy();
52 delete surface_;
53 surface_ = NULL;
58 if (!surface_)
61 uint32 io_surface_id = surface_->SetSurfaceSize(size);
68 return surface_ ? surface_->context() : NULL;
72 if (!surface_)
    [all...]
webplugin_accelerated_surface_proxy_mac.h 41 AcceleratedSurface* surface_; member in class:content::WebPluginAcceleratedSurfaceProxy
  /external/chromium/chrome/browser/ui/gtk/
cairo_cached_surface.cc 12 CairoCachedSurface::CairoCachedSurface() : pixbuf_(NULL), surface_(NULL) {
16 if (surface_)
17 cairo_surface_destroy(surface_);
32 if (surface_) {
33 cairo_surface_destroy(surface_);
34 surface_ = NULL;
50 if (!surface_) {
53 surface_ = cairo_surface_create_similar(
59 DCHECK(surface_);
61 int surface_type = cairo_surface_get_type(surface_);
    [all...]
cairo_cached_surface.h 57 cairo_surface_t* surface_; member in class:CairoCachedSurface
  /external/chromium_org/ui/gl/
gl_surface.cc 179 GLSurfaceAdapter::GLSurfaceAdapter(GLSurface* surface) : surface_(surface) {}
182 return surface_->Initialize();
186 surface_->Destroy();
190 return surface_->Resize(size);
194 return surface_->Recreate();
198 return surface_->DeferDraws();
202 return surface_->IsOffscreen();
206 return surface_->SwapBuffers();
210 return surface_->PostSubBuffer(x, y, width, height);
214 return surface_->GetExtensions()
    [all...]
scoped_make_current.cc 18 surface_(surface),
30 context_->ReleaseCurrent(surface_.get());
gl_surface_egl.cc 65 surface_(surface) {
76 g_display, surface_, &u_system_time,
91 EGLSurface surface_; member in class:gfx::__anon14986::EGLSyncControlVSyncProvider
243 surface_(NULL),
257 DCHECK(!surface_);
276 surface_ = eglCreateWindowSurface(
284 if (!surface_) {
293 surface_,
301 vsync_provider_.reset(new EGLSyncControlVSyncProvider(surface_));
306 if (surface_) {
    [all...]
scoped_make_current.h 30 scoped_refptr<gfx::GLSurface> surface_; member in class:ui::ScopedMakeCurrent
gl_surface.h 151 GLSurface* surface() const { return surface_.get(); }
157 scoped_refptr<GLSurface> surface_; member in class:gfx::GLSurfaceAdapter
gl_surface_egl.h 79 EGLSurface surface_; member in class:gfx::NativeViewGLSurfaceEGL
109 EGLSurface surface_; member in class:gfx::PbufferGLSurfaceEGL
  /external/chromium_org/ui/gfx/ozone/dri/
dri_surface_unittest.cc 126 scoped_ptr<MockDriSurface> surface_; member in class:DriSurfaceTest
138 surface_.reset(new MockDriSurface(controller_.get()));
142 surface_.reset();
148 surface_->set_initialize_expectation(false);
149 EXPECT_FALSE(surface_->Initialize());
153 EXPECT_TRUE(surface_->Initialize());
157 EXPECT_TRUE(surface_->Initialize());
159 surface_.PassAs<gfx::DriSurface>());
170 EXPECT_TRUE(surface_->Initialize());
172 void* bitmap_pixels1 = surface_->GetDrawableForWidget()->getDevice(
    [all...]
hardware_display_controller.cc 26 surface_(),
51 if (surface_.get()) {
54 if (!drm_->RemoveFramebuffer(surface_->bitmaps_[i]->get_framebuffer()))
81 surface_.reset(surface.release());
92 surface_->GetFramebufferId(),
109 surface_->GetFramebufferId(),
126 surface_->SwapBuffers();
hardware_display_controller.h 120 // Schedules the |surface_|'s framebuffer to be displayed on the next vsync
154 DriSurface* get_surface() const { return surface_.get(); };
181 scoped_ptr<DriSurface> surface_; member in class:gfx::HardwareDisplayController
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 68 surface_ = manager->GetDefaultOffscreenSurface();
69 if (!surface_.get())
86 if (surface_.get())
87 surface_ = NULL;
160 return surface_.get() ? surface_->GetDisplay() : NULL;
164 return surface_.get() ? surface_->GetConfig() : NULL;
287 return surface_.get() ? surface_->GetHandle() : NULL
    [all...]
image_transport_surface.cc 47 : surface_(surface),
191 surface_->OnBufferPresented(params);
195 surface_->OnResizeViewACK();
199 surface_->WakeUpGpu();
203 surface_->OnResize(size, scale_factor);
213 surface_->SetLatencyInfo(latency_info);
texture_image_transport_surface.h 108 scoped_refptr<gfx::GLSurface> surface_; member in class:content::TextureImageTransportSurface
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc 141 surface_ = gfx::GLSurface::CreateOffscreenGLSurface(options.size);
142 ASSERT_TRUE(surface_.get() != NULL) << "could not create offscreen surface";
148 surface_.get(), gfx::PreferIntegratedGpu));
154 surface_.get(), gfx::PreferIntegratedGpu));
157 surface_.get(),
163 ASSERT_TRUE(context_->MakeCurrent(surface_.get()));
166 surface_.get(),
  /external/chromium_org/content/browser/gpu/
gpu_surface_tracker.cc 39 gfx::PluginWindowHandle surface_; member in class:content::__anon7737::SurfaceRefPluginWindow
44 : surface_(surface) {
45 if (surface_ != gfx::kNullPluginWindow) {
47 if (!manager->AddRefPermanentXID(surface_)) {
54 if (surface_ != gfx::kNullPluginWindow) {
58 surface_));
  /external/chromium_org/skia/ext/
bitmap_platform_device_cairo.cc 33 cairo_surface_t* surface_; member in class:skia::__anon10364::CairoSurfacePixelRef
38 : SkPixelRef(info), surface_(surface) {
42 if (surface_)
43 cairo_surface_destroy(surface_);
48 return cairo_image_surface_get_data(surface_);
223 cairo_destroy(surface_);
bitmap_platform_device_win.cc 371 if (surface_) {
373 SelectObject(surface_, reinterpret_cast<HGDIOBJ>(platform_extra_));
374 DeleteDC(surface_);
384 surface_ = CreateCompatibleDC(NULL);
385 InitializeDC(surface_);
389 HGDIOBJ stock_bitmap = SelectObject(surface_, hbitmap);
platform_canvas.h 168 PlatformSurface GetSurface() { return surface_; }
180 PlatformSurface surface_; // initialized to 0 member in class:skia::PlatformBitmap
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.cc 217 DCHECK(!surface_->IsOffscreen());
218 surface_->Resize(size);
266 surface_ = surface;
347 if (!surface_) {
349 surface_ = gfx::GLSurface::CreateOffscreenGLSurface(params.size);
351 surface_ = gfx::GLSurface::CreateViewGLSurface(params.window);
354 if (!surface_.get()) {
364 gl_share_group_.get(), surface_.get(), params.gpu_preference);
370 if (context_->Initialize(surface_.get(), params.gpu_preference)) {
377 gl_share_group_.get(), surface_.get(), params.gpu_preference)
    [all...]
async_pixel_transfer_manager_share_group.cc 78 surface_ = NULL;
89 scoped_refptr<gfx::GLSurface> surface_; member in class:gpu::__anon8512::TransferThread
103 surface_ = gfx::GLSurface::CreateOffscreenGLSurface(gfx::Size(1, 1));
104 if (!surface_.get()) {
115 surface_.get(),
123 context_->MakeCurrent(surface_.get());
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.cc 43 : surface_(surface),
51 if (!surface_->current_sw_canvas_) {
55 LOG_IF(WARNING, surface_->did_swap_buffer_)
57 return surface_->current_sw_canvas_;
66 SynchronousCompositorOutputSurface* surface_; member in class:content::SynchronousCompositorOutputSurface::SoftwareDevice
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 95 return (surface != NULL) && (surface == surface_.get());
101 if (surface_ != NULL) {
194 surface_.reset(new Surface(win));
196 return surface_.get();
208 surface_.reset();

Completed in 597 milliseconds

1 2