HomeSort by relevance Sort by last modified time
    Searched refs:reshape (Results 1 - 25 of 36) sorted by null

1 2

  /external/jmonkeyengine/engine/src/core/com/jme3/system/
SystemListener.java 53 public void reshape(int width, int height); method in interface:SystemListener
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
SceneProcessor.java 60 public void reshape(ViewPort vp, int w, int h); method in interface:SceneProcessor
PreDepthProcessor.java 72 public void reshape(ViewPort vp, int w, int h) { method in class:PreDepthProcessor
FilterPostProcessor.java 140 //first call to reshape
141 reshape(vp, cam.getWidth(), cam.getHeight()); method
370 public void reshape(ViewPort vp, int w, int h) { method in class:FilterPostProcessor
HDRRenderer.java 255 public void reshape(ViewPort vp, int w, int h){ method in class:HDRRenderer
329 reshape(vp, w, h); method
  /external/clang/test/Analysis/
malloc-interprocedural.c 75 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/
ScreenshotAppState.java 60 reshape(vp, vp.getCamera().getWidth(), vp.getCamera().getHeight()); method
68 public void reshape(ViewPort vp, int w, int h) { method in class:ScreenshotAppState
VideoRecorderAppState.java 160 public void reshape(ViewPort vp, int w, int h) { method in class:VideoRecorderAppState.VideoProcessor
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
BasicShadowRenderer.java 96 reshape(vp, vp.getCamera().getWidth(), vp.getCamera().getHeight()); method
211 public void reshape(ViewPort vp, int w, int h) { method in class:BasicShadowRenderer
PssmShadowRenderer.java 456 public void reshape(ViewPort vp, int w, int h) { method in class:PssmShadowRenderer
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
ReflectionProcessor.java 44 public void reshape(ViewPort vp, int w, int h) { method in class:ReflectionProcessor
SimpleWaterProcessor.java 168 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/
AwtPanel.java 43 // Reshape vars
239 sp.reshape(vp, width, height);
288 public void reshape(ViewPort vp, int w, int h) { method in class:AwtPanel
AwtPanelsContext.java 32 public void reshape(int width, int height) { method in class:AwtPanelsContext.AwtPanelsListener
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestMultiRenderTarget.java 112 reshape(vp, vp.getCamera().getWidth(), vp.getCamera().getHeight()); method
123 public void reshape(ViewPort vp, int w, int h) { method in class:TestMultiRenderTarget
TestRenderToMemory.java 234 public void reshape(ViewPort vp, int w, int h) { method in class:TestRenderToMemory
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
NiftyJmeDisplay.java 151 public void reshape(ViewPort vp, int w, int h) { method in class:NiftyJmeDisplay
  /external/jmonkeyengine/engine/src/test/jme3test/tools/
TestOctree.java 128 public void reshape(ViewPort vp, int w, int h) { method in class:TestOctree
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglCanvas.java 216 listener.reshape(width, height);
LwjglDisplay.java 178 listener.reshape(settings.getWidth(), settings.getHeight());
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
Application.java 449 public void reshape(int w, int h){ method in class:Application
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
OGLESContext.java 368 // SystemListener:reshape
373 listener.reshape(width, height);
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.cpp 261 static_cast<WebGLRenderingContext*>(m_context.get())->reshape(width(), height());
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DChromium.cpp 272 void GraphicsContext3DInternal::reshape(int width, int height) function in class:WebCore::GraphicsContext3DInternal
277 m_impl->reshape(width, height);
    [all...]
WebViewImpl.cpp     [all...]

Completed in 2277 milliseconds

1 2