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