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

  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 115 int[] configsCount = new int[1];
118 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
121 } else if (configsCount[0] > 0) {
  /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 115 int[] configsCount = new int[1];
118 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
121 } else if (configsCount[0] > 0) {
  /packages/apps/Launcher3/src/com/android/photos/views/
BlockingGLTextureView.java 115 int[] configsCount = new int[1];
118 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
121 } 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/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 321 int[] configsCount = new int[1];
324 if (!egl.eglChooseConfig(display, configSpec, configs, 1, configsCount)) {
327 } else if (configsCount[0] > 0) {
  /frameworks/base/core/java/android/view/
HardwareRenderer.java     [all...]

Completed in 1142 milliseconds