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

  /cts/tests/tests/graphics/src/android/opengl/cts/
EglContextTest.java 141 int[] configsCount = new int[1];
144 eglDisplay, DEFAULT_CONFIGURATION, 0, eglConfigs, 0, 1, configsCount, 0)) {
  /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) {
  /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/WallpaperPicker/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/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/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/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) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 753 int[] configsCount = new int[1];
756 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
759 } else if (configsCount[0] > 0) {

Completed in 469 milliseconds