Searched refs:mSurfaceHeight (Results 1 – 6 of 6) sorted by relevance
/development/perftests/panorama/feature_mos/src/mosaic_renderer/ |
D | Renderer.cpp | 30 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()
|
D | Renderer.h | 38 int SurfaceHeight() const { return mSurfaceHeight; } in SurfaceHeight() 61 int mSurfaceHeight; // Height of target surface. variable
|
D | YVURenderer.cpp | 82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
|
D | WarpRenderer.cpp | 113 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
|
D | SurfaceTextureRenderer.cpp | 122 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | FrameBufferObjectActivity.java | 46 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()
|