HomeSort by relevance Sort by last modified time
    Searched refs:ImageTransportSurface (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/common/gpu/
image_transport_surface.h 49 // The ImageTransportSurface class defines an simple interface for events that
54 // making sure outside events reach the ImageTransportSurface and
55 // allowing the ImageTransportSurface to send events to the outside world.
57 class ImageTransportSurface {
59 ImageTransportSurface();
82 virtual ~ImageTransportSurface();
97 DISALLOW_COPY_AND_ASSIGN(ImageTransportSurface);
105 ImageTransportHelper(ImageTransportSurface* surface,
165 ImageTransportSurface* surface_;
175 // An implementation of ImageTransportSurface that implements GLSurface throug
    [all...]
image_transport_surface_linux.cc 10 scoped_refptr<gfx::GLSurface> ImageTransportSurface::CreateNativeSurface(
image_transport_surface.cc 24 ImageTransportSurface::ImageTransportSurface() {}
26 ImageTransportSurface::~ImageTransportSurface() {}
28 scoped_refptr<gfx::GLSurface> ImageTransportSurface::CreateSurface(
43 ImageTransportHelper::ImageTransportHelper(ImageTransportSurface* surface,
texture_image_transport_surface.h 23 : public ImageTransportSurface,
50 // ImageTransportSurface implementation.
image_transport_surface_win.cc 28 public ImageTransportSurface,
46 // ImageTransportSurface implementation
254 scoped_refptr<gfx::GLSurface> ImageTransportSurface::CreateNativeSurface(
image_transport_surface_mac.cc 39 public ImageTransportSurface,
61 // ImageTransportSurface implementation
521 scoped_refptr<gfx::GLSurface> ImageTransportSurface::CreateNativeSurface(
555 void ImageTransportSurface::SetAllowOSMesaForTesting(bool allow) {
image_transport_surface_android.cc 185 scoped_refptr<gfx::GLSurface> ImageTransportSurface::CreateNativeSurface(
gpu_command_buffer_stub.cc 432 surface_ = ImageTransportSurface::CreateSurface(
    [all...]
  /external/chromium_org/content/test/
layouttest_support.cc 104 ImageTransportSurface::SetAllowOSMesaForTesting(true);

Completed in 1622 milliseconds