HomeSort by relevance Sort by last modified time
    Searched refs:mSurfaceWidth (Results 1 - 10 of 10) sorted by null

  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
Renderer.h 37 int SurfaceWidth() const { return mSurfaceWidth; }
60 int mSurfaceWidth; // Width of target surface.
Renderer.cpp 29 mSurfaceWidth(0),
132 mSurfaceWidth = width;
135 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
163 mSurfaceWidth = mFrameBuffer->GetWidth();
166 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
179 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
YVURenderer.cpp 82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
SurfaceTextureRenderer.cpp 122 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
WarpRenderer.cpp 113 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 45 private int mSurfaceWidth;
65 drawOffscreenImage(gl, mSurfaceWidth, mSurfaceHeight);
70 drawOnscreen(gl, mSurfaceWidth, mSurfaceHeight);
82 mSurfaceWidth = width;
  /frameworks/base/core/java/android/widget/
VideoView.java 78 private int mSurfaceWidth;
309 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
450 mSurfaceWidth = w;
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 146 private int mSurfaceWidth;
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]
InputReader.h     [all...]

Completed in 118 milliseconds