Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DFrameBufferObjectActivity.java227 return checkIfContextSupportsExtension(gl, "GL_OES_framebuffer_object"); in checkIfContextSupportsFrameBufferObject()
237 private boolean checkIfContextSupportsExtension(GL10 gl, String extension) { in checkIfContextSupportsExtension() method in FrameBufferObjectActivity.Renderer
DCubeMapActivity.java197 return checkIfContextSupportsExtension(gl, "GL_OES_texture_cube_map"); in checkIfContextSupportsCubeMap()
207 private boolean checkIfContextSupportsExtension(GL10 gl, String extension) { in checkIfContextSupportsExtension() method in CubeMapActivity.Renderer