Searched defs:PassThroughImageTransportSurface (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/gpu/
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);
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...]

Completed in 173 milliseconds