Searched refs:mSurfaceWidth (Results 1 – 6 of 6) sorted by relevance
/development/perftests/panorama/feature_mos/src/mosaic_renderer/ |
D | Renderer.cpp | 29 mSurfaceWidth(0), in Renderer() 132 mSurfaceWidth = width; in SetupGraphics() 135 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight); in SetupGraphics() 163 mSurfaceWidth = mFrameBuffer->GetWidth(); in SetupGraphics() 166 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight); in SetupGraphics() 179 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in Clear()
|
D | Renderer.h | 37 int SurfaceWidth() const { return mSurfaceWidth; } in SurfaceWidth() 60 int mSurfaceWidth; // Width 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 | 124 SetupGraphics(mSurfaceWidth, mSurfaceHeight) : in DrawTexture()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | FrameBufferObjectActivity.java | 45 private int mSurfaceWidth; field in FrameBufferObjectActivity.Renderer 65 drawOffscreenImage(gl, mSurfaceWidth, mSurfaceHeight); in onDrawFrame() 70 drawOnscreen(gl, mSurfaceWidth, mSurfaceHeight); in onDrawFrame() 82 mSurfaceWidth = width; in onSurfaceChanged()
|