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

  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 44 int[] configSpec = {
54 egl.eglChooseConfig(mEGLDisplay, configSpec, configs, 1, num_config);
  /external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
SkiaSampleView.java 199 int[] configSpec = null;
220 configSpec = new int[] {
237 configSpec[16] = EGL10.EGL_NONE;
238 Log.i("Skia", "spec: " + configSpec);
241 if (!egl.eglChooseConfig(display, configSpec, null, 0, value)) {
250 configSpec = new int[] {
265 configSpec[12] = EGL10.EGL_NONE;
266 Log.i("Skia", "spec: " + configSpec);
269 if (!egl.eglChooseConfig(display, configSpec, null, 0, value)) {
277 throw new IllegalArgumentException("No configs match configSpec");
    [all...]
  /frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
ClearActivity.java 170 int[] configSpec = { EGL10.EGL_DEPTH_SIZE, 16, EGL10.EGL_NONE };
171 return configSpec;
  /cts/tests/tests/view/src/android/view/cts/
TextureViewCtsActivity.java 252 int[] configSpec = getConfig();
253 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
ImageFlipRenderThread.java 363 int[] configSpec = getConfig();
364 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
  /cts/tests/vr/src/android/vr/cts/
OpenGLESActivity.java 302 int[] configSpec = new int[] {
315 if (!egl.eglChooseConfig(display, configSpec, null, 0, num_config)) {
321 throw new IllegalArgumentException("No configs match configSpec");
325 if (!egl.eglChooseConfig(display, configSpec, configs, numConfigs,
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 117 int[] configSpec = getConfig();
118 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 412 int[] configSpec = getConfig();
413 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 117 int[] configSpec = getConfig();
118 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 207 int[] configSpec = getConfig();
208 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 323 int[] configSpec = getDesiredConfig();
324 if (!egl.eglChooseConfig(display, configSpec, configs, 1, configsCount)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.20.0/
org.eclipse.tycho.p2.resolver.impl-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.18.1/
org.eclipse.tycho.p2.resolver.impl-0.18.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 1553 milliseconds