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

12

  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.h 106 scoped_refptr<gfx::GLSurface> surface_; member in class:gpu::GLManager
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.h 95 scoped_ptr<Surface> surface_; member in class:egl::Display
  /external/chromium_org/skia/ext/
bitmap_platform_device_skia.cc 95 surface_ = bitmap_.getPixels();
platform_canvas.cc 76 PlatformBitmap::PlatformBitmap() : surface_(0), platform_extra_(0) {}
bitmap_platform_device_mac.cc 270 if (surface_)
271 CGContextRelease(surface_);
286 surface_ = CGContextForData(bitmap_.getPixels(), bitmap_.width(),
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 385 surface_ = NULL;
432 surface_ = ImageTransportSurface::CreateSurface(
438 surface_ = manager->GetDefaultOffscreenSurface();
441 if (!surface_.get()) {
461 if (!context->Initialize(surface_.get(), gpu_preference_)) {
475 channel_->share_group(), surface_.get(), gpu_preference_);
483 if (!context->MakeCurrent(surface_.get())) {
503 if (!decoder_->Initialize(surface_,
917 if (!surface_.get())
919 return surface_->GetSize()
    [all...]
gpu_command_buffer_stub.h 131 gfx::GLSurface* surface() const { return surface_.get(); }
238 scoped_refptr<gfx::GLSurface> surface_; member in class:content::GpuCommandBufferStub
image_transport_surface.h 165 ImageTransportSurface* surface_; member in class:content::ImageTransportHelper
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_egl.cc 105 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::__anon8509::TransferThread
in_process_command_buffer.h 197 scoped_refptr<gfx::GLSurface> surface_; member in class:gpu::InProcessCommandBuffer
gles2_cmd_decoder_unittest_base.cc 43 : surface_(NULL),
279 surface_ = new gfx::GLSurfaceStub;
280 surface_->SetSize(gfx::Size(kBackBufferWidth, kBackBufferHeight));
284 context_->MakeCurrent(surface_.get());
295 decoder_->Initialize(surface_,
298 surface_->GetSize(),
    [all...]
gles2_cmd_decoder.cc 1616 scoped_refptr<gfx::GLSurface> surface_; member in class:gpu::gles2::GLES2DecoderImpl
    [all...]
gles2_cmd_decoder_unittest_base.h 483 scoped_refptr<gfx::GLSurfaceStub> surface_; member in class:gpu::gles2::GLES2DecoderTestBase
gles2_cmd_decoder_unittest.cc     [all...]
  /external/chromium_org/media/base/android/
media_source_player.cc 108 surface_ = surface.Pass();
261 surface_ = gfx::ScopedJavaSurface();
804 // Any eventual video decoder job re-creation will use the current |surface_|.
810 if (!HasVideo() || surface_.IsEmpty()) {
857 surface_.j_surface().obj(),
media_source_player.h 229 gfx::ScopedJavaSurface surface_; member in class:media::MediaSourcePlayer
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl.h 428 WebPluginAcceleratedSurface* surface_; // Weak ref. member in class:content::WebPluginDelegateImpl
429 CARenderer* renderer_; // Renders layer_ to surface_.

Completed in 335 milliseconds

12