Home
last modified time | relevance | path

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

/cts/tests/vr/src/android/vr/cts/
DOpenGLESActivity.java219 private class PriorityContextFactory implements GLSurfaceView.EGLContextFactory {
252 private class ProtectedContextFactory implements GLSurfaceView.EGLContextFactory {
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java376 public void setEGLContextFactory(EGLContextFactory factory) { in setEGLContextFactory()
769 public interface EGLContextFactory { interface in GLSurfaceViewCustom
774 private class DefaultContextFactory implements EGLContextFactory {
1937 private EGLContextFactory mEGLContextFactory;
/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestView.java110 private static class ContextFactory implements GLSurfaceView.EGLContextFactory {