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

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java351 if (mEGLContextFactory == null) {
352 mEGLContextFactory = new DefaultContextFactory();
374 mEGLContextFactory = factory;
1029 mEglContext = view.mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig);
1172 view.mEGLContextFactory.destroyContext(mEgl, mEglDisplay, mEglContext);
1933 private EGLContextFactory mEGLContextFactory; field in class:GLSurfaceView

Completed in 56 milliseconds