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

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

Completed in 9140 milliseconds