Searched refs:reshape (Results 1 - 25 of 35) sorted by relevance

12

/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DSystemListener.java53 public void reshape(int width, int height); method in interface:SystemListener
/external/jmonkeyengine/engine/src/core/com/jme3/post/
H A DSceneProcessor.java60 public void reshape(ViewPort vp, int w, int h); method in interface:SceneProcessor
H A DPreDepthProcessor.java72 public void reshape(ViewPort vp, int w, int h) { method in class:PreDepthProcessor
H A DFilterPostProcessor.java140 //first call to reshape
141 reshape(vp, cam.getWidth(), cam.getHeight());
370 public void reshape(ViewPort vp, int w, int h) { method in class:FilterPostProcessor
H A DHDRRenderer.java255 public void reshape(ViewPort vp, int w, int h){ method in class:HDRRenderer
329 reshape(vp, w, h);
/external/clang/test/Analysis/
H A Dmalloc-interprocedural.c75 static char *reshape(char *in) { function
81 v = reshape(v);
82 v = reshape(v);// expected-warning {{Memory is never released; potential leak of memory pointed to by 'v'}}
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
H A DScreenshotAppState.java60 reshape(vp, vp.getCamera().getWidth(), vp.getCamera().getHeight());
68 public void reshape(ViewPort vp, int w, int h) { method in class:ScreenshotAppState
H A DVideoRecorderAppState.java160 public void reshape(ViewPort vp, int w, int h) { method in class:VideoRecorderAppState.VideoProcessor
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
H A DBasicShadowRenderer.java96 reshape(vp, vp.getCamera().getWidth(), vp.getCamera().getHeight());
211 public void reshape(ViewPort vp, int w, int h) { method in class:BasicShadowRenderer
H A DPssmShadowRenderer.java456 public void reshape(ViewPort vp, int w, int h) { method in class:PssmShadowRenderer
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
H A DReflectionProcessor.java44 public void reshape(ViewPort vp, int w, int h) { method in class:ReflectionProcessor
H A DSimpleWaterProcessor.java168 public void reshape(ViewPort vp, int w, int h) { method in class:SimpleWaterProcessor
568 public void reshape(ViewPort vp, int w, int h) { method in class:SimpleWaterProcessor.RefractionProcessor
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
H A DAwtPanel.java239 sp.reshape(vp, width, height);
288 public void reshape(ViewPort vp, int w, int h) { method in class:AwtPanel
H A DAwtPanelsContext.java32 public void reshape(int width, int height) { method in class:AwtPanelsContext.AwtPanelsListener
/external/jmonkeyengine/engine/src/test/jme3test/post/
H A DTestMultiRenderTarget.java112 reshape(vp, vp.getCamera().getWidth(), vp.getCamera().getHeight());
123 public void reshape(ViewPort vp, int w, int h) { method in class:TestMultiRenderTarget
H A DTestRenderToMemory.java234 public void reshape(ViewPort vp, int w, int h) { method in class:TestRenderToMemory
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
H A DNiftyJmeDisplay.java151 public void reshape(ViewPort vp, int w, int h) { method in class:NiftyJmeDisplay
/external/jmonkeyengine/engine/src/test/jme3test/tools/
H A DTestOctree.java128 public void reshape(ViewPort vp, int w, int h) { method in class:TestOctree
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
H A DLwjglCanvas.java216 listener.reshape(width, height);
H A DLwjglDisplay.java178 listener.reshape(settings.getWidth(), settings.getHeight());
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DApplication.java449 public void reshape(int w, int h){ method in class:Application
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DOGLESContext.java368 // SystemListener:reshape
373 listener.reshape(width, height);
/external/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.cpp261 static_cast<WebGLRenderingContext*>(m_context.get())->reshape(width(), height());
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DChromium.cpp272 void GraphicsContext3DInternal::reshape(int width, int height) function in class:WebCore::GraphicsContext3DInternal
277 m_impl->reshape(width, height);
973 DELEGATE_TO_INTERNAL_2(reshape, int, int)
H A DWebViewImpl.cpp2390 context->reshape(std::max(1, m_size.width), std::max(1, m_size.height));
2444 // FIXME: In MacOS newContext->reshape method needs to be called to
2446 // reshape should really be extracted into one function; it is not
2448 // function properly until its reshape method is called.
2449 newContext->reshape(std::max(1, m_size.width), std::max(1, m_size.height));
2490 m_temporaryOnscreenGraphicsContext3D->reshape(std::max(1, m_size.width), std::max(1, m_size.height));

Completed in 937 milliseconds

12