Searched defs:createContext (Results 1 – 5 of 5) sorted by relevance
145 override fun createContext(contextParams: ContextParams): Context { in createContext() method
269 private Context createContext(Scenario scenario, Context context) throws Exception { in createContext() method in NearbyDevicesRenouncePermissionTest
200 private static EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in ColorsGLRenderer
140 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in BlockingGLTextureView.EglHelper
102 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() method in MosaicRendererSurfaceView.ContextFactory