Home
last modified time | relevance | path

Searched refs:reshape (Results 1 – 24 of 24) sorted by relevance

/external/clang/test/Analysis/
Dmalloc-interprocedural.c77 static char *reshape(char *in) { in reshape() function
83 v = reshape(v); in testThatRemoveDeadBindingsRunBeforeEachCall()
84 v = reshape(v);// expected-warning {{Potential leak of memory pointed to by 'v'}} in testThatRemoveDeadBindingsRunBeforeEachCall()
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
DScreenshotAppState.java60 reshape(vp, vp.getCamera().getWidth(), vp.getCamera().getHeight()); in initialize()
68 public void reshape(ViewPort vp, int w, int h) { in reshape() method in ScreenshotAppState
DVideoRecorderAppState.java160 public void reshape(ViewPort vp, int w, int h) { in reshape() method in VideoRecorderAppState.VideoProcessor
/external/jmonkeyengine/engine/src/core/com/jme3/system/
DSystemListener.java53 public void reshape(int width, int height); in reshape() method
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
DBasicShadowRenderer.java96 reshape(vp, vp.getCamera().getWidth(), vp.getCamera().getHeight()); in initialize()
211 public void reshape(ViewPort vp, int w, int h) { in reshape() method in BasicShadowRenderer
DPssmShadowRenderer.java456 public void reshape(ViewPort vp, int w, int h) { in reshape() method in PssmShadowRenderer
/external/jmonkeyengine/engine/src/core/com/jme3/post/
DSceneProcessor.java60 public void reshape(ViewPort vp, int w, int h); in reshape() method
DPreDepthProcessor.java72 public void reshape(ViewPort vp, int w, int h) { in reshape() method in PreDepthProcessor
DHDRRenderer.java255 public void reshape(ViewPort vp, int w, int h){ in reshape() method in HDRRenderer
329 reshape(vp, w, h); in initialize()
DFilterPostProcessor.java141 reshape(vp, cam.getWidth(), cam.getHeight()); in initialize()
370 public void reshape(ViewPort vp, int w, int h) { in reshape() method in FilterPostProcessor
/external/jmonkeyengine/engine/src/test/jme3test/post/
DTestMultiRenderTarget.java112 reshape(vp, vp.getCamera().getWidth(), vp.getCamera().getHeight()); in initialize()
123 public void reshape(ViewPort vp, int w, int h) { in reshape() method in TestMultiRenderTarget
DTestRenderToMemory.java234 public void reshape(ViewPort vp, int w, int h) { in reshape() method in TestRenderToMemory
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
DAwtPanel.java239 sp.reshape(vp, width, height); in reshapeInThread()
288 public void reshape(ViewPort vp, int w, int h) { in reshape() method in AwtPanel
DAwtPanelsContext.java32 public void reshape(int width, int height) { in reshape() method in AwtPanelsContext.AwtPanelsListener
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
DReflectionProcessor.java44 public void reshape(ViewPort vp, int w, int h) { in reshape() method in ReflectionProcessor
DSimpleWaterProcessor.java168 public void reshape(ViewPort vp, int w, int h) { in reshape() method in SimpleWaterProcessor
568 public void reshape(ViewPort vp, int w, int h) { in reshape() method in SimpleWaterProcessor.RefractionProcessor
/external/jmonkeyengine/engine/src/test/jme3test/tools/
DTestOctree.java128 public void reshape(ViewPort vp, int w, int h) { in reshape() method in TestOctree
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
DNiftyJmeDisplay.java151 public void reshape(ViewPort vp, int w, int h) { in reshape() method in NiftyJmeDisplay
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
DLwjglDisplay.java178 listener.reshape(settings.getWidth(), settings.getHeight()); in runLoop()
DLwjglCanvas.java216 listener.reshape(width, height); in runLoop()
/external/jmonkeyengine/engine/src/core/com/jme3/app/
DApplication.java449 public void reshape(int w, int h){ in reshape() method in Application
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
DOGLESContext.java373 listener.reshape(width, height); in onSurfaceChanged()
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DRenderManager.java297 proc.reshape(vp, w, h); in notifyReshape()
/external/opencv/cvaux/include/
Dcvmat.hpp544 void reshape( int newcn, int newrows = 0 );
1303 inline void CvMAT::reshape( int newcn, int newrows )