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

  /external/chromium_org/android_webview/browser/
shared_renderer_state.cc 70 DrawGLInput::DrawGLInput() : width(0), height(0) {
73 DrawGLInput::~DrawGLInput() {
139 void SharedRendererState::SetDrawGLInput(scoped_ptr<DrawGLInput> input) {
145 scoped_ptr<DrawGLInput> SharedRendererState::PassDrawGLInput() {
shared_renderer_state.h 36 struct DrawGLInput {
42 DrawGLInput();
43 ~DrawGLInput();
56 void SetDrawGLInput(scoped_ptr<DrawGLInput> input);
57 scoped_ptr<DrawGLInput> PassDrawGLInput();
96 scoped_ptr<DrawGLInput> draw_gl_input_;

Completed in 453 milliseconds