Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DFrameBufferObjectActivity.java70 drawOnscreen(gl, mSurfaceWidth, mSurfaceHeight); in onDrawFrame()
98 private void drawOnscreen(GL10 gl, int width, int height) { in drawOnscreen() method in FrameBufferObjectActivity.Renderer