Home
last modified time | relevance | path

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

/cts/tests/vr/src/android/vr/cts/
DOpenGLESActivity.java236 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion, in createContext() local
241 attrib_list); in createContext()
262 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion, in createContext() local
267 attrib_list); in createContext()
289 int[] attrib_list = { highPerf ? EGL_PROTECTED_CONTENT_EXT : EGL10.EGL_NONE, in createWindowSurface() local
291 result = egl.eglCreateWindowSurface(display, config, nativeWindow, attrib_list); in createWindowSurface()
/cts/tests/tests/media/src/android/media/cts/
DOutputSurface.java151 int[] attrib_list = { in eglSetup() local
156 attrib_list, 0); in eglSetup()
DInputSurface.java103 int[] attrib_list = { in eglSetup() local
108 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/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestView.java115 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext() local
116 … EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext()
/cts/hostsidetests/gputools/layers/jni/
DglesLayer.cpp143 EGLAPI EGLBoolean EGLAPIENTRY glesLayer_eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list,… in glesLayer_eglChooseConfig() argument
156 return next(dpy, attrib_list, configs, config_size, num_config); in glesLayer_eglChooseConfig()
/cts/tests/tests/opengl/src/android/opengl/cts/
DWrapperTest.java274 int[] attrib_list = { in eglSetup() local
279 attrib_list, 0); in eglSetup()
/cts/tests/tests/openglperf/jni/
DOpenGlPerfNativeJni.cpp27 EGLenum type, const EGLint *attrib_list);
/cts/tests/tests/view/src/android/view/cts/
DTextureViewCtsActivity.java420 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext() local
421 return egl.eglCreateContext(eglDisplay, 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()
/cts/tests/tests/nativehardware/jni/
DAHardwareBufferGLTest.cpp1403 EGLint attrib_list[3] = { EGL_NONE, EGL_NONE, EGL_NONE }; in SetUpBuffer() local
1405 attrib_list[0] = EGL_GL_COLORSPACE_KHR; in SetUpBuffer()
1406 attrib_list[1] = EGL_GL_COLORSPACE_SRGB_KHR; in SetUpBuffer()
1410 eglGetNativeClientBufferANDROID(mBuffer), attrib_list); in SetUpBuffer()
/cts/tests/tests/media/libmediandkjni/
Dnative-media-jni.cpp1350 int attrib_list[] = { in Java_android_media_cts_NdkInputSurface_eglCreateContext() local
1359 attrib_list); in Java_android_media_cts_NdkInputSurface_eglCreateContext()