Home
last modified time | relevance | path

Searched refs:setEGLContextFactory (Results 1 – 3 of 3) sorted by relevance

/cts/tests/vr/src/android/vr/cts/
DOpenGLESActivity.java192 setEGLContextFactory(new ProtectedContextFactory()); in OpenGLES20View()
195 setEGLContextFactory(new PriorityContextFactory(priorityAttribute)); in OpenGLES20View()
/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestView.java95 setEGLContextFactory(new ContextFactory()); in init()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java376 public void setEGLContextFactory(EGLContextFactory factory) { in setEGLContextFactory() method in GLSurfaceViewCustom