Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp274 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()
[all …]