Searched refs:contextAttribs2 (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLCreateContextAttribsTest.cpp | 63 EGLint contextAttribs2[] = {EGL_CONTEXT_MAJOR_VERSION, 2, EGL_CONTEXT_MINOR_VERSION, 1, in TEST_P() local 65 context = eglCreateContext(mDisplay, config, nullptr, contextAttribs2); in TEST_P() 140 EGLint contextAttribs2[] = {EGL_CONTEXT_MAJOR_VERSION, 2, EGL_CONTEXT_MINOR_VERSION, 0, in TEST_P() local 142 context = eglCreateContext(mDisplay, notGLES2Config, nullptr, contextAttribs2); in TEST_P()
|
Completed in 1 milliseconds