Searched refs:DefaultContextFactory (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java341 mEGLContextFactory = new DefaultContextFactory();
753 private class DefaultContextFactory implements EGLContextFactory { class in class:GLSurfaceView
767 Log.e("DefaultContextFactory", "display:" + display + " context: " + context);
769 Log.i("DefaultContextFactory", "tid=" + Thread.currentThread().getId());

Completed in 300 milliseconds