Home
last modified time | relevance | path

Searched refs:attrib_list (Results 1 – 9 of 9) sorted by relevance

/cts/tests/vr/src/android/vr/cts/
DOpenGLESActivity.java232 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion, in createContext() local
237 attrib_list); in createContext()
258 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion, in createContext() local
263 attrib_list); in createContext()
285 int[] attrib_list = { highPerf ? EGL_PROTECTED_CONTENT_EXT : EGL10.EGL_NONE, in createWindowSurface() local
287 result = egl.eglCreateWindowSurface(display, config, nativeWindow, attrib_list); in createWindowSurface()
/cts/tests/tests/media/src/android/media/cts/
DInputSurface.java93 int[] attrib_list = { in eglSetup() local
98 attrib_list, 0); in eglSetup()
DOutputSurface.java151 int[] attrib_list = { in eglSetup() local
156 attrib_list, 0); in eglSetup()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DCtsMediaOutputSurface.java155 int[] attrib_list = { in eglSetup() local
160 attrib_list, 0); in eglSetup()
/cts/tests/tests/openglperf/jni/
DOpenGlPerfNativeJni.cpp27 EGLenum type, const EGLint *attrib_list);
/cts/tests/tests/opengl/src/android/opengl/cts/
DWrapperTest.java269 int[] attrib_list = { in eglSetup() local
274 attrib_list, 0); in eglSetup()
/cts/tests/tests/view/src/android/view/cts/
DTextureViewCtsActivity.java245 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext() local
246 return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext()
/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestView.java115 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 3, EGL10.EGL_NONE }; in createContext() local
116 … EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java778 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion, in createContext() local
782 mEGLContextClientVersion != 0 ? attrib_list : null); in createContext()