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

1 2

  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidGraphicsLiveWallpaper.java 23 import android.opengl.GLSurfaceView.EGLConfigChooser;
65 EGLConfigChooser configChooser = getEglConfigChooser();
AndroidGraphics.java 29 import android.opengl.GLSurfaceView.EGLConfigChooser;
141 EGLConfigChooser configChooser = getEglConfigChooser();
176 protected EGLConfigChooser getEglConfigChooser () {
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GdxEglConfigChooser.java 21 import android.opengl.GLSurfaceView.EGLConfigChooser;
24 /** {@link EGLConfigChooser} implementation for GLES 1.x and 2.0. Let's hope this really works for all devices. Includes MSAA/CSAA
27 public class GdxEglConfigChooser implements GLSurfaceView.EGLConfigChooser {
GLSurfaceViewAPI18.java 36 import android.opengl.GLSurfaceView.EGLConfigChooser;
91 * <li>{@link #setEGLConfigChooser(EGLConfigChooser)}
342 * <li>{@link #setEGLConfigChooser(EGLConfigChooser)}
405 * Install a custom EGLConfigChooser.
416 public void setEGLConfigChooser(EGLConfigChooser configChooser) {
459 * Inform the default EGLContextFactory and default EGLConfigChooser
476 * default EGLConfigChooser. If
480 * {@link #setEGLConfigChooser(EGLConfigChooser)} has been called, then the supplied
481 * EGLConfigChooser is responsible for choosing an OpenGL ES 2.0-compatible config.
    [all...]
GLSurfaceView20.java 37 * - The class must use a custom EGLConfigChooser to be able to select an EGLConfig that supports 2.0. This is done by providing a
175 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
GLSurfaceView20API18.java 38 * - The class must use a custom EGLConfigChooser to be able to select an EGLConfig that supports 2.0. This is done by providing a
158 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 57 * - The class must use a custom EGLConfigChooser to be able to select
133 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigGLSurfaceView.java 57 private class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 84 * <li>{@link #setEGLConfigChooser(EGLConfigChooser)}
333 * <li>{@link #setEGLConfigChooser(EGLConfigChooser)}
396 * Install a custom EGLConfigChooser.
407 public void setEGLConfigChooser(EGLConfigChooser configChooser) {
450 * Inform the default EGLContextFactory and default EGLConfigChooser
467 * default EGLConfigChooser. If
471 * {@link #setEGLConfigChooser(EGLConfigChooser)} has been called, then the supplied
472 * EGLConfigChooser is responsible for choosing an OpenGL ES 2.0-compatible config.
    [all...]
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 57 * - The class must use a custom EGLConfigChooser to be able to select
133 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 72 * <li>{@link #setEGLConfigChooser(EGLConfigChooser)}
263 * <li>{@link #setEGLConfigChooser(EGLConfigChooser)}
325 * Install a custom EGLConfigChooser.
335 public void setEGLConfigChooser(EGLConfigChooser configChooser) {
378 * Inform the default EGLContextFactory and default EGLConfigChooser
395 * default EGLConfigChooser. If
399 * {@link #setEGLConfigChooser(EGLConfigChooser)} has been called, then the supplied
400 * EGLConfigChooser is responsible for choosing an OpenGL ES 2.0-compatible config.
752 * {@link GLSurfaceView#setEGLConfigChooser(EGLConfigChooser)}
754 public interface EGLConfigChooser {
    [all...]
  /external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
SkiaSampleView.java 194 private class SampleViewEGLConfigChooser implements GLSurfaceView.EGLConfigChooser {
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 79 * <li>{@link #setEGLConfigChooser(EGLConfigChooser)}
330 * <li>{@link #setEGLConfigChooser(EGLConfigChooser)}
393 * Install a custom EGLConfigChooser.
404 public void setEGLConfigChooser(EGLConfigChooser configChooser) {
447 * Inform the default EGLContextFactory and default EGLConfigChooser
464 * default EGLConfigChooser. If
468 * {@link #setEGLConfigChooser(EGLConfigChooser)} has been called, then the supplied
469 * EGLConfigChooser is responsible for choosing an OpenGL ES 2.0-compatible config.
    [all...]
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 101 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 101 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 104 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 110 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 124 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
  /cts/tests/vr/src/android/vr/cts/
OpenGLESActivity.java 300 private class MutableEGLConfigChooser implements GLSurfaceView.EGLConfigChooser {
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 942 milliseconds

1 2