Searched defs:surface_ (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/content/plugin/
H A Dwebplugin_accelerated_surface_proxy_mac.h41 AcceleratedSurface* surface_; member in class:content::WebPluginAcceleratedSurfaceProxy
/external/chromium/chrome/browser/ui/gtk/
H A Dcairo_cached_surface.h57 cairo_surface_t* surface_; member in class:CairoCachedSurface
/external/chromium_org/ui/gl/
H A Dgl_surface.h151 GLSurface* surface() const { return surface_.get(); }
157 scoped_refptr<GLSurface> surface_; member in class:gfx::GLSurfaceAdapter
H A Dscoped_make_current.h30 scoped_refptr<gfx::GLSurface> surface_; member in class:ui::ScopedMakeCurrent
H A Dgl_surface_egl.h79 EGLSurface surface_; member in class:gfx::NativeViewGLSurfaceEGL
109 EGLSurface surface_; member in class:gfx::PbufferGLSurfaceEGL
H A Dgl_surface_egl.cc65 surface_(surface) {
76 g_display, surface_, &u_system_time,
91 EGLSurface surface_; member in class:gfx::__anon15303::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...]
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface.h165 ImageTransportSurface* surface_; member in class:content::ImageTransportHelper
H A Dtexture_image_transport_surface.h108 scoped_refptr<gfx::GLSurface> surface_; member in class:content::TextureImageTransportSurface
H A Dgpu_command_buffer_stub.h131 gfx::GLSurface* surface() const { return surface_.get(); }
238 scoped_refptr<gfx::GLSurface> surface_; member in class:content::GpuCommandBufferStub
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.h95 scoped_ptr<Surface> surface_; member in class:egl::Display
/external/chromium_org/skia/ext/
H A Dplatform_canvas.h168 PlatformSurface GetSurface() { return surface_; }
180 PlatformSurface surface_; // initialized to 0 member in class:skia::PlatformBitmap
H A Dbitmap_platform_device_cairo.cc33 cairo_surface_t* surface_; member in class:skia::__anon10674::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_);
/external/chromium_org/ui/gfx/ozone/dri/
H A Dhardware_display_controller.h120 // 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
H A Ddri_surface_unittest.cc126 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_
[all...]
/external/chromium_org/content/browser/gpu/
H A Dgpu_surface_tracker.cc39 gfx::PluginWindowHandle surface_; member in class:content::__anon8047::SurfaceRefPluginWindow
44 : surface_(surface) {
45 if (surface_ != gfx::kNullPluginWindow) {
47 if (!manager->AddRefPermanentXID(surface_)) {
54 if (surface_ != gfx::kNullPluginWindow) {
58 surface_));
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.h106 scoped_refptr<gfx::GLSurface> surface_; member in class:gpu::GLManager
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_output_surface.cc43 : 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/command_buffer/service/
H A Din_process_command_buffer.h197 scoped_refptr<gfx::GLSurface> surface_; member in class:gpu::InProcessCommandBuffer
H A Dasync_pixel_transfer_manager_share_group.cc78 surface_ = NULL;
89 scoped_refptr<gfx::GLSurface> surface_; member in class:gpu::__anon8822::TransferThread
103 surface_ = gfx::GLSurface::CreateOffscreenGLSurface(gfx::Size(1, 1));
104 if (!surface_.get()) {
115 surface_.get(),
123 context_->MakeCurrent(surface_.get());
H A Dasync_pixel_transfer_manager_egl.cc105 surface_ = new gfx::PbufferGLSurfaceEGL(gfx::Size(1, 1));
106 surface_->Initialize();
108 share_group, surface_.get(), gfx::PreferDiscreteGpu);
109 bool is_current = context_->MakeCurrent(surface_.get());
114 surface_ = NULL;
115 context_->ReleaseCurrent(surface_.get());
125 scoped_refptr<gfx::GLSurface> surface_; member in class:gpu::__anon8819::TransferThread
H A Dgles2_cmd_decoder_unittest_base.h483 scoped_refptr<gfx::GLSurfaceStub> surface_; member in class:gpu::gles2::GLES2DecoderTestBase
H A Dgles2_cmd_decoder.cc1572 surface_->DeferDraws();
1578 surface_->DeferDraws();
1586 !surface_->SetBackbufferAllocation(true))
1596 !surface_->SetBackbufferAllocation(true))
1616 scoped_refptr<gfx::GLSurface> surface_; member in class:gpu::gles2::GLES2DecoderImpl
2278 surface_ = surface;
2557 call_gl_clear = surface_->GetHandle();
2618 base::SplitString(surface_->GetExtensions(), ' ', &extension_list);
2909 if (!context_->MakeCurrent(surface_.get()) || WasContextLost()) {
2952 context_->ReleaseCurrent(surface_
[all...]
/external/chromium_org/media/base/android/
H A Dmedia_source_player.h229 gfx::ScopedJavaSurface surface_; member in class:media::MediaSourcePlayer
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl.h428 WebPluginAcceleratedSurface* surface_; // Weak ref. member in class:content::WebPluginDelegateImpl
429 CARenderer* renderer_; // Renders layer_ to surface_.

Completed in 1110 milliseconds