Lines Matching refs:winAttrs
274 EGLint winAttrs[] = { in TEST_F() local
281 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
322 EGLint winAttrs[] = { in TEST_F() local
329 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
414 EGLint winAttrs[] = { in TEST_F() local
421 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
587 std::vector<EGLint> winAttrs; in TEST_F() local
588 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()
593 … EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs.data()); in TEST_F()
638 std::vector<EGLint> winAttrs; in TEST_F() local
639 winAttrs.push_back(EGL_GL_COLORSPACE_KHR); in TEST_F()
640 winAttrs.push_back(EGL_GL_COLORSPACE_BT2020_PQ_EXT); in TEST_F()
641 winAttrs.push_back(EGL_NONE); in TEST_F()
643 … EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs.data()); in TEST_F()
852 EGLint winAttrs[] = { in TEST_F() local
859 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
899 const EGLint winAttrs[] = { in TEST_F() local
906 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
930 EGLint winAttrs[] = { in TEST_F() local
937 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
943 winAttrs[1] = EGL_GL_COLORSPACE_LINEAR_KHR; in TEST_F()
944 eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
970 const EGLint winAttrs[] = { in TEST_F() local
977 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()