Searched refs:reshapeWithScaleFactor (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/cc/output/
H A Doutput_surface.cc366 context_provider_->Context3d()->reshapeWithScaleFactor(
H A Dgl_renderer_unittest.cc1711 MOCK_METHOD3(reshapeWithScaleFactor,
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.h34 virtual void reshapeWithScaleFactor(
H A Dtest_web_graphics_context_3d.cc107 void TestWebGraphicsContext3D::reshapeWithScaleFactor( function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DTestPlugin.cpp257 m_context->reshapeWithScaleFactor(m_rect.width, m_rect.height, 1.f);
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.h132 virtual void reshapeWithScaleFactor(
H A Dwebgraphicscontext3d_command_buffer_impl.cc499 DELEGATE_TO_GL_3(reshapeWithScaleFactor, ResizeCHROMIUM, int, int, float)
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h152 virtual void reshapeWithScaleFactor(int width, int height, float scaleFactor) { } function in class:blink::WebGraphicsContext3D
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h80 virtual void reshapeWithScaleFactor(int width, int height, float scaleFactor);
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc345 DELEGATE_TO_GL_3(reshapeWithScaleFactor, ResizeCHROMIUM, int, int, float)

Completed in 146 milliseconds