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

  /cts/tests/tests/opengl/src/android/opengl/cts/
Egl10Utils.java 30 static EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, int[] configSpec) {
32 if (!egl.eglChooseConfig(display, configSpec, null, 0,
39 throw new IllegalArgumentException("No configs match configSpec");
43 if (!egl.eglChooseConfig(display, configSpec, configs, numConfigs, value)) {
46 EGLConfig config = chooseConfig(egl, display, configs, configSpec);
53 static int[] filterConfigSpec(int[] configSpec, int version) {
55 return configSpec;
58 int len = configSpec.length;
60 System.arraycopy(configSpec, 0, newConfigSpec, 0, len-1);
74 EGLConfig[] configs, int[] 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/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 
  /cts/tests/tests/view/src/android/view/cts/
TextureViewCtsActivity.java 268 int[] configSpec = getConfig();
269 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 306 int[] configSpec = new int[] {
319 if (!egl.eglChooseConfig(display, configSpec, null, 0, num_config)) {
325 throw new IllegalArgumentException("No configs match configSpec");
329 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/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/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 722 milliseconds