Searched refs:winAttrs (Results 1 – 1 of 1) sorted by relevance
274 EGLint winAttrs[] = { in TEST_F() local281 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()322 EGLint winAttrs[] = { in TEST_F() local329 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()414 EGLint winAttrs[] = { in TEST_F() local421 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()587 std::vector<EGLint> winAttrs; in TEST_F() local588 winAttrs.push_back(EGL_GL_COLORSPACE_KHR); in TEST_F()589 winAttrs.push_back(EGL_GL_COLORSPACE_BT2020_PQ_EXT); in TEST_F()591 winAttrs.push_back(EGL_NONE); in TEST_F()[all …]