Searched refs:setEGLContextFactory (Results 1 – 3 of 3) sorted by relevance
196 setEGLContextFactory(new ProtectedContextFactory()); in OpenGLES20View()199 setEGLContextFactory(new PriorityContextFactory(priorityAttribute)); in OpenGLES20View()
95 setEGLContextFactory(new ContextFactory()); in init()
376 public void setEGLContextFactory(EGLContextFactory factory) { in setEGLContextFactory() method in GLSurfaceViewCustom