Searched refs:SetFrontbufferAllocation (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgl_surface_mock.h29 MOCK_METHOD1(SetFrontbufferAllocation, void(bool allocated));
/external/chromium_org/ui/gl/
H A Dgl_surface.h89 virtual void SetFrontbufferAllocation(bool allocated);
175 virtual void SetFrontbufferAllocation(bool allocated) OVERRIDE;
H A Dgl_surface.cc202 void GLSurface::SetFrontbufferAllocation(bool allocated) { function in class:gfx::GLSurface
326 void GLSurfaceAdapter::SetFrontbufferAllocation(bool allocated) { function in class:gfx::GLSurfaceAdapter
327 surface_->SetFrontbufferAllocation(allocated);
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_fbo_mac.h78 virtual void SetFrontbufferAllocation(bool allocated) OVERRIDE;
H A Dtexture_image_transport_surface.h44 virtual void SetFrontbufferAllocation(bool allocated) OVERRIDE;
H A Dtexture_image_transport_surface.cc138 void TextureImageTransportSurface::SetFrontbufferAllocation(bool allocation) { function in class:content::TextureImageTransportSurface
H A Dgpu_command_buffer_stub.cc1074 surface_->SetFrontbufferAllocation(suggest_have_frontbuffer);

Completed in 215 milliseconds