Home
last modified time | relevance | path

Searched refs:ContextFactory (Results 1 – 1 of 1) sorted by relevance

/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
DGL2JNIView.java95 setEGLContextFactory(new ContextFactory()); in init()
110 private static class ContextFactory implements GLSurfaceView.EGLContextFactory { class in GL2JNIView