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

  /cts/tests/tests/hardware/src/android/hardware/cts/
Egl14Utils.java 127 int[] configsCount = new int[1];
130 eglDisplay, DEFAULT_CONFIGURATION, 0, eglConfigs, 0, 1, configsCount, 0)) {
  /cts/tests/tests/opengl/src/android/opengl/cts/
Egl14Utils.java 149 int[] configsCount = new int[1];
152 eglDisplay, DEFAULT_CONFIGURATION, 0, eglConfigs, 0, 1, configsCount, 0)) {
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
ImageFlipRenderThread.java 361 int[] configsCount = new int[1];
364 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
367 } else if (configsCount[0] > 0) {
  /cts/tests/tests/view/src/android/view/cts/
TextureViewCtsActivity.java 405 int[] configsCount = new int[1];
408 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
411 } else if (configsCount[0] > 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) {
  /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/Nfc/src/com/android/nfc/beam/
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 206 int[] configsCount = new int[1];
209 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
212 } 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) {

Completed in 647 milliseconds