Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCubeMapActivity.java121 mContextSupportsCubeMap = checkIfContextSupportsCubeMap(gl); in onSurfaceCreated()
196 private boolean checkIfContextSupportsCubeMap(GL10 gl) { in checkIfContextSupportsCubeMap() method in CubeMapActivity.Renderer