Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DFrameBufferObjectActivity.java65 drawOffscreenImage(gl, mSurfaceWidth, mSurfaceHeight); in onDrawFrame()
68 drawOffscreenImage(gl, mFramebufferWidth, mFramebufferHeight); in onDrawFrame()
136 private void drawOffscreenImage(GL10 gl, int width, int height) { in drawOffscreenImage() method in FrameBufferObjectActivity.Renderer