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

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java340 if (mEGLContextFactory == null) {
341 mEGLContextFactory = new DefaultContextFactory();
363 mEGLContextFactory = factory;
1015 mEglContext = mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig);
1160 mEGLContextFactory.destroyContext(mEgl, mEglDisplay, mEglContext);
1836 private EGLContextFactory mEGLContextFactory; field in class:GLSurfaceView

Completed in 236 milliseconds