Searched refs:contextAttribs3 (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLCreateContextAttribsTest.cpp | 70 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()
|
Completed in 1 milliseconds