Searched refs:mutableAttribute (Results 1 – 3 of 3) sorted by relevance
66 int priorityAttribute, int mutableAttribute) { in setIntent() argument71 intent.putExtra(OpenGLESActivity.EXTRA_MUTABLE, mutableAttribute); in setIntent()
75 int mutableAttribute = getIntent().getIntExtra(EXTRA_MUTABLE, 0); in onCreate() local79 mutableAttribute, mLatch); in onCreate()191 int priorityAttribute, int mutableAttribute, CountDownLatch latch) { in OpenGLES20View() argument200 } else if (mutableAttribute != 0 && supportsVrHighPerformance()) { in OpenGLES20View()
41 int priorityAttribute, int mutableAttribute) { in getGlEsActivity() argument46 intent.putExtra(OpenGLESActivity.EXTRA_MUTABLE, mutableAttribute); in getGlEsActivity()