Home
last modified time | relevance | path

Searched refs:contextAttribs (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/opengl/src/android/opengl/cts/
DEglSurfacesTest.java66 int[] contextAttribs = { in testCreatePixmapSurface() local
72 EGL10.EGL_NO_CONTEXT, contextAttribs); in testCreatePixmapSurface()
/cts/hostsidetests/angle/app/common/src/com/android/angleIntegrationTest/common/
DGlesView.java92 int[] contextAttribs = new int[]{EGL14.EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE}; in createEGL() local
94 .eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, contextAttribs); in createEGL()
/cts/tests/tests/view/src/android/view/cts/
DGLProducerThread.java106 int[] contextAttribs = { in initGL() local
111 configs[0], EGL10.EGL_NO_CONTEXT, contextAttribs); in initGL()
/cts/tests/openglperf2/jni/primitive/contextswitch/
DContextSwitchRenderer.cpp32 static const EGLint contextAttribs[] = { variable
109 mContexts[i] = eglCreateContext(mEglDisplay, mGlConfig, mEglContext, contextAttribs); in setUp()
/cts/tests/openglperf2/jni/graphics/
DRenderer.cpp73 static const EGLint contextAttribs[] = { variable
111 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT, contextAttribs); in eglSetUp()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityManagerGetConfigTests.java115 int[] contextAttribs, in addExtensionsForConfig() argument
119 egl.eglCreateContext(display, config, EGL10.EGL_NO_CONTEXT, contextAttribs); in addExtensionsForConfig()
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java1099 int[] contextAttribs = { in eglSetup() local
1104 eglDisplay, configs[0], EGL10.EGL_NO_CONTEXT, contextAttribs); in eglSetup()