Searched refs:drawOffscreenImage (Results 1 – 1 of 1) sorted by relevance
65 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