HomeSort by relevance Sort by last modified time
    Searched refs:checkIfContextSupportsExtension (Results 1 - 2 of 2) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 227 return checkIfContextSupportsExtension(gl, "GL_OES_framebuffer_object");
237 private boolean checkIfContextSupportsExtension(GL10 gl, String extension) {
CubeMapActivity.java 197 return checkIfContextSupportsExtension(gl, "GL_OES_texture_cube_map");
207 private boolean checkIfContextSupportsExtension(GL10 gl, String extension) {

Completed in 798 milliseconds