HomeSort by relevance Sort by last modified time
    Searched refs:reshapeWithScaleFactor (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 41 virtual void reshapeWithScaleFactor(
test_web_graphics_context_3d.cc 149 void TestWebGraphicsContext3D::reshapeWithScaleFactor(
  /external/chromium_org/cc/output/
output_surface.cc 396 context3d_->reshapeWithScaleFactor(
gl_renderer_unittest.cc     [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 169 virtual void reshapeWithScaleFactor(int width, int height, float scaleFactor) { }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 81 virtual void reshapeWithScaleFactor(int width, int height, float scaleFactor);
webgraphicscontext3d_in_process_command_buffer_impl.cc 251 reshapeWithScaleFactor(width, height, 1.0f);
254 void WebGraphicsContext3DInProcessCommandBufferImpl::reshapeWithScaleFactor(
    [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 594 reshapeWithScaleFactor(width, height, 1.f);
597 void WebGraphicsContext3DCommandBufferImpl::reshapeWithScaleFactor(
    [all...]
webgraphicscontext3d_command_buffer_impl.h 150 virtual void reshapeWithScaleFactor(
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc     [all...]

Completed in 130 milliseconds