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

1 2

  /development/perftests/panorama/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) :
  /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) :
  /packages/apps/LegacyCamera/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) :
  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DisplaySinkService.java 49 private int mSurfaceWidth;
136 if (mSurface == surface && mSurfaceWidth == width && mSurfaceHeight == height) {
141 mSurfaceWidth = width;
153 "video/avc", mSurfaceWidth, mSurfaceHeight);
234 mBuffer.putInt(mSurfaceWidth);
  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 78 private int mSurfaceWidth, mSurfaceHeight;
198 mSurfaceWidth = width + mInsetLeft + surfaceInsets.right;
207 mSurfaceWidth = width;
210 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight);
211 nSetup(mNativeProxy, mSurfaceWidth, mSurfaceHeight,
275 HardwareCanvas canvas = mRootNode.start(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/media/java/android/media/tv/
TvView.java 93 private int mSurfaceWidth;
113 mSurfaceWidth = width;
116 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
854 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
    [all...]
  /frameworks/base/core/java/android/widget/
VideoView.java 102 private int mSurfaceWidth;
453 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
613 mSurfaceWidth = w;
    [all...]
  /frameworks/rs/
rsFont.h 161 float mSurfaceWidth;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsFont.h 161 float mSurfaceWidth;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsFont.h 161 float mSurfaceWidth;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsFont.h 161 float mSurfaceWidth;
  /packages/apps/Camera2/src/com/android/camera/app/
CameraAppUI.java 487 private int mSurfaceWidth;
    [all...]

Completed in 3684 milliseconds

1 2