HomeSort by relevance Sort by last modified time
    Searched refs:configsCount (Results 1 - 13 of 13) 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)) {
  /cts/tests/tests/view/src/android/view/cts/
TextureViewCtsActivity.java 266 int[] configsCount = new int[1];
269 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
272 } else if (configsCount[0] > 0) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
SingleFrameTextureViewTestActivity.java 172 int[] configsCount = new int[1];
175 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
178 } else if (configsCount[0] > 0) {
GLTextureViewActivity.java 410 int[] configsCount = new int[1];
413 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
416 } 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) {
  /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/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/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) {
  /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) {
  /hardware/interfaces/audio/effect/2.0/
IEffect.hal 375 * @return configsCount number of configs returned.
384 uint32_t configsCount,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java     [all...]

Completed in 332 milliseconds