Home
last modified time | relevance | path

Searched refs:mSurfaceHeight (Results 1 – 6 of 6) sorted by relevance

/development/perftests/panorama/feature_mos/src/mosaic_renderer/
DRenderer.cpp30 mSurfaceHeight(0) in Renderer()
133 mSurfaceHeight = height; in SetupGraphics()
135 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight); in SetupGraphics()
164 mSurfaceHeight = mFrameBuffer->GetHeight(); in SetupGraphics()
166 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight); in SetupGraphics()
179 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in Clear()
DRenderer.h38 int SurfaceHeight() const { return mSurfaceHeight; } in SurfaceHeight()
61 int mSurfaceHeight; // Height of target surface. variable
DYVURenderer.cpp82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
DWarpRenderer.cpp113 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
DSurfaceTextureRenderer.cpp122 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DFrameBufferObjectActivity.java46 private int mSurfaceHeight; field in FrameBufferObjectActivity.Renderer
65 drawOffscreenImage(gl, mSurfaceWidth, mSurfaceHeight); in onDrawFrame()
70 drawOnscreen(gl, mSurfaceWidth, mSurfaceHeight); in onDrawFrame()
83 mSurfaceHeight = height; in onSurfaceChanged()