HomeSort by relevance Sort by last modified time
    Searched defs:PassThroughImageTransportSurface (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/gpu/
image_transport_surface.h 177 class PassThroughImageTransportSurface
181 PassThroughImageTransportSurface(GpuChannelManager* manager,
205 virtual ~PassThroughImageTransportSurface();
222 DISALLOW_COPY_AND_ASSIGN(PassThroughImageTransportSurface);
image_transport_surface.cc 216 PassThroughImageTransportSurface::PassThroughImageTransportSurface(
232 bool PassThroughImageTransportSurface::Initialize() {
237 void PassThroughImageTransportSurface::Destroy() {
242 bool PassThroughImageTransportSurface::DeferDraws() {
252 void PassThroughImageTransportSurface::SetLatencyInfo(
257 bool PassThroughImageTransportSurface::SwapBuffers() {
282 bool PassThroughImageTransportSurface::PostSubBuffer(
312 bool PassThroughImageTransportSurface::OnMakeCurrent(gfx::GLContext* context) {
320 void PassThroughImageTransportSurface::OnBufferPresented
    [all...]

Completed in 328 milliseconds