Home
last modified time | relevance | path

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

/external/angle/src/tests/egl_tests/
DEGLCreateContextAttribsTest.cpp70 EGLint contextAttribs3[] = {EGL_CONTEXT_MAJOR_VERSION, 3, EGL_CONTEXT_MINOR_VERSION, 3, in TEST_P() local
72 context = eglCreateContext(mDisplay, config, nullptr, contextAttribs3); in TEST_P()
150 EGLint contextAttribs3[] = {EGL_CONTEXT_MAJOR_VERSION, 3, EGL_CONTEXT_MINOR_VERSION, 0, in TEST_P() local
152 context = eglCreateContext(mDisplay, notGLES3Config, nullptr, contextAttribs3); in TEST_P()