Searched refs:eglConfig (Results 1 – 2 of 2) sorted by relevance
112 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() argument116 … EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext()
98 public void onSurfaceCreated(GL10 gl, EGLConfig eglConfig) { in onSurfaceCreated() argument