HomeSort by relevance Sort by last modified time
    Searched defs:configsCount (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 410 int[] configsCount = new int[1];
413 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
416 } else if (configsCount[0] > 0) {
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 112 int[] configsCount = new int[1];
115 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
118 } else if (configsCount[0] > 0) {
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java 354 int[] configsCount = new int[1];
356 if (!mEgl.eglChooseConfig(mEglDisplay, sEglConfig, configs, 1, configsCount)) {
359 } else if (configsCount[0] > 0) {
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 205 int[] configsCount = new int[1];
208 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
211 } else if (configsCount[0] > 0) {
  /frameworks/base/core/java/android/view/
HardwareRenderer.java     [all...]

Completed in 345 milliseconds