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

  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
AndroidConfigChooser.java 198 public BaseConfigChooser(int[] configSpec) {
200 mConfigSpec = filterConfigSpec(configSpec);
213 //throw new IllegalArgumentException("No configs match configSpec");
234 private int[] filterConfigSpec(int[] configSpec) {
236 return configSpec;
240 * know the configSpec is well formed.
242 int len = configSpec.length;
244 System.arraycopy(configSpec, 0, newConfigSpec, 0, len - 1);
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 44 int[] configSpec = {
54 egl.eglChooseConfig(mEGLDisplay, configSpec, configs, 1, num_config);
  /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/native/opengl/tests/lighting1709/src/com/android/lightingtest/
ClearActivity.java 170 int[] configSpec = { EGL10.EGL_DEPTH_SIZE, 16, EGL10.EGL_NONE };
171 return configSpec;
  /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/apps/Launcher3/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/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 412 int[] configSpec = getConfig();
413 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 689 int[] configSpec = getConfig();
690 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
  /frameworks/base/core/java/android/view/
HardwareRenderer.java     [all...]
  /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 3201 milliseconds