Searched refs:mUseVboForIndices (Results 1 – 3 of 3) sorted by relevance
23 public boolean mUseVboForIndices = true; field in PlanetsRenderingParam
82 param.mUseVboForIndices = intent.getBooleanExtra(INTENT_EXTRA_USE_VBO_INDICES, in onCreate()83 param.mUseVboForIndices); in onCreate()
206 if (mParam.mUseVboForIndices) { in onDrawFrame()404 if (mParam.mUseVboForIndices) { in createVbo()445 Log.i(TAG, "UseVboForIndex " + mParam.mUseVboForIndices); in printParams()