HomeSort by relevance Sort by last modified time
    Searched refs:reshape (Results 26 - 44 of 44) sorted by null

12

  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
OGLESContext.java 368 // SystemListener:reshape
373 listener.reshape(width, height);
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
PssmShadowRenderer.java 456 public void reshape(ViewPort vp, int w, int h) { method in class:PssmShadowRenderer
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 48 virtual void reshape(int width, int height) { } function in class:WebKit::FakeWebGraphicsContext3D
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 257 m_context->reshape(m_rect.width, m_rect.height);
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 163 // Returns the last values passed to reshape().
168 virtual void reshape(int width, int height) = 0;
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 80 virtual void reshape(int width, int height);
webgraphicscontext3d_in_process_command_buffer_impl.cc 249 void WebGraphicsContext3DInProcessCommandBufferImpl::reshape( function in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp 574 void GraphicsContext3D::reshape(int width, int height) function in class:WebCore::GraphicsContext3D
579 m_impl->reshape(width, height);
    [all...]
GraphicsContext3D.h 666 void reshape(int width, int height);
    [all...]
  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.h 29 virtual void reshape(int width, int height);
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 149 virtual void reshape(int width, int height);
webgraphicscontext3d_command_buffer_impl.cc 593 void WebGraphicsContext3DCommandBufferImpl::reshape(int width, int height) { function in class:content::WebGraphicsContext3DCommandBufferImpl
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h 320 void reshape(int width, int height);
    [all...]
WebGLRenderingContext.cpp 924 void WebGLRenderingContext::reshape(int width, int height) function in class:WebCore::WebGLRenderingContext
    [all...]
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.h 32 virtual void reshape(int width, int height) {} function in class:ui::TestWebGraphicsContext3D
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
RenderManager.java 297 proc.reshape(vp, w, h);
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 544 void reshape( int newcn, int newrows = 0 );
1303 inline void CvMAT::reshape( int newcn, int newrows )
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 1042 milliseconds

12