Searched refs:PassThroughImageTransportSurface (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface.cc217 PassThroughImageTransportSurface::PassThroughImageTransportSurface( function in class:content::PassThroughImageTransportSurface
229 bool PassThroughImageTransportSurface::Initialize() {
234 void PassThroughImageTransportSurface::Destroy() {
239 void PassThroughImageTransportSurface::SetLatencyInfo(
245 bool PassThroughImageTransportSurface::SwapBuffers() {
260 bool PassThroughImageTransportSurface::PostSubBuffer(
274 bool PassThroughImageTransportSurface::OnMakeCurrent(gfx::GLContext* context) {
282 void PassThroughImageTransportSurface::OnBufferPresented(
287 void PassThroughImageTransportSurface
[all...]
H A Dimage_transport_surface_linux.cc20 return scoped_refptr<gfx::GLSurface>(new PassThroughImageTransportSurface(
H A Dimage_transport_surface_win.cc34 return scoped_refptr<gfx::GLSurface>(new PassThroughImageTransportSurface(
H A Dimage_transport_surface_android.cc34 : public PassThroughImageTransportSurface,
59 class DirectSurfaceAndroid : public PassThroughImageTransportSurface {
80 : PassThroughImageTransportSurface(manager, stub, surface),
89 if (!PassThroughImageTransportSurface::Initialize())
151 : PassThroughImageTransportSurface(manager, stub, surface) {}
157 return PassThroughImageTransportSurface::SwapBuffers();
H A Dimage_transport_surface.h174 class PassThroughImageTransportSurface class in namespace:content
178 PassThroughImageTransportSurface(GpuChannelManager* manager,
199 virtual ~PassThroughImageTransportSurface();
212 DISALLOW_COPY_AND_ASSIGN(PassThroughImageTransportSurface);

Completed in 111 milliseconds