HomeSort by relevance Sort by last modified time
    Searched refs:configSpec (Results 1 - 25 of 26) sorted by null

1 2

  /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...]
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 44 int[] configSpec = {
54 egl.eglChooseConfig(mEGLDisplay, configSpec, configs, 1, num_config);
  /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 
  /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/HwAccelerationTest/src/com/android/test/hwui/
SingleFrameTextureViewTestActivity.java 174 int[] configSpec = getConfig();
175 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
GLTextureViewActivity.java 412 int[] configSpec = getConfig();
413 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
  /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/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)) {
  /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)) {
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GLSurfaceViewAPI18.java     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 769 public BaseConfigChooser(int[] configSpec) {
770 mConfigSpec = filterConfigSpec(configSpec);
784 "No configs match configSpec");
804 private int[] filterConfigSpec(int[] configSpec) {
806 return configSpec;
809 * And we know the configSpec is well formed.
811 int len = configSpec.length;
813 System.arraycopy(configSpec, 0, newConfigSpec, 0, len-1);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]
  /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/tests/UiBench/src/com/android/test/uibench/opengl/
ImageFlipRenderThread.java 363 int[] configSpec = getConfig();
364 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
  /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 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java     [all...]

Completed in 903 milliseconds

1 2