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

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java352 if (mEGLContextFactory == null) {
353 mEGLContextFactory = new DefaultContextFactory();
375 mEGLContextFactory = factory;
1042 mEglContext = view.mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig);
1185 view.mEGLContextFactory.destroyContext(mEgl, mEglDisplay, mEglContext);
2006 private EGLContextFactory mEGLContextFactory; field in class:GLSurfaceView

Completed in 64 milliseconds