Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DFrameBufferObjectActivity.java88 mContextSupportsFrameBufferObject = checkIfContextSupportsFrameBufferObject(gl); in onSurfaceCreated()
226 private boolean checkIfContextSupportsFrameBufferObject(GL10 gl) { in checkIfContextSupportsFrameBufferObject() method in FrameBufferObjectActivity.Renderer