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

  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 367 * Install a custom EGLContextFactory.
376 public void setEGLContextFactory(EGLContextFactory factory) {
450 * Inform the default EGLContextFactory and default EGLConfigChooser
468 * {@link #setEGLContextFactory(EGLContextFactory)} has been called, then the supplied
469 * EGLContextFactory is responsible for creating an OpenGL ES 2.0-compatible context.
767 * {@link GLSurfaceView#setEGLContextFactory(EGLContextFactory)}
769 public interface EGLContextFactory {
774 private class DefaultContextFactory implements EGLContextFactory {
    [all...]
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 110 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 296 * Install a custom EGLContextFactory.
305 public void setEGLContextFactory(EGLContextFactory factory) {
378 * Inform the default EGLContextFactory and default EGLConfigChooser
396 * {@link #setEGLContextFactory(EGLContextFactory)} has been called, then the supplied
397 * EGLContextFactory is responsible for creating an OpenGL ES 2.0-compatible context.
698 * {@link GLSurfaceView#setEGLContextFactory(EGLContextFactory)}
700 public interface EGLContextFactory {
705 private class DefaultContextFactory implements EGLContextFactory {
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 363 * Install a custom EGLContextFactory.
372 public void setEGLContextFactory(EGLContextFactory factory) {
446 * Inform the default EGLContextFactory and default EGLConfigChooser
464 * {@link #setEGLContextFactory(EGLContextFactory)} has been called, then the supplied
465 * EGLContextFactory is responsible for creating an OpenGL ES 2.0-compatible context.
757 * {@link GLSurfaceView#setEGLContextFactory(EGLContextFactory)}
759 public interface EGLContextFactory {
764 private class DefaultContextFactory implements EGLContextFactory {
    [all...]
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 78 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 78 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 81 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 100 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 813 milliseconds