Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCubeMapActivity.java51 private boolean mContextSupportsCubeMap; field in CubeMapActivity.Renderer
59 if (mContextSupportsCubeMap) { in onDrawFrame()
79 if (mContextSupportsCubeMap) { in onDrawFrame()
99 if (mContextSupportsCubeMap) { in onDrawFrame()
121 mContextSupportsCubeMap = checkIfContextSupportsCubeMap(gl); in onSurfaceCreated()
125 if (mContextSupportsCubeMap) { in onSurfaceCreated()