Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DFrameBufferObjectActivity.java45 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()