Searched refs:DrawGLInput (Results 1 – 5 of 5) sorted by relevance
36 struct DrawGLInput { struct42 DrawGLInput(); argument43 ~DrawGLInput();56 void SetDrawGLInput(scoped_ptr<DrawGLInput> input);57 scoped_ptr<DrawGLInput> PassDrawGLInput();96 scoped_ptr<DrawGLInput> draw_gl_input_;
70 DrawGLInput::DrawGLInput() : width(0), height(0) { in DrawGLInput() function in android_webview::DrawGLInput73 DrawGLInput::~DrawGLInput() { in ~DrawGLInput()139 void SharedRendererState::SetDrawGLInput(scoped_ptr<DrawGLInput> input) { in SetDrawGLInput()145 scoped_ptr<DrawGLInput> SharedRendererState::PassDrawGLInput() { in PassDrawGLInput()
266 scoped_ptr<DrawGLInput> draw_gl_input(new DrawGLInput); in OnDrawHardware()320 void BrowserViewRenderer::ReturnUnusedResource(scoped_ptr<DrawGLInput> input) { in ReturnUnusedResource()
160 void ReturnUnusedResource(scoped_ptr<DrawGLInput> input);
135 scoped_ptr<DrawGLInput> input = shared_renderer_state_->PassDrawGLInput(); in CommitFrame()