Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp356 EGLint winAttribs[] = {EGL_GL_COLORSPACE_KHR, EGL_GL_COLORSPACE_SRGB_KHR, EGL_NONE}; in main() local
357 surface = eglCreateWindowSurface(dpy, myConfig, window, winAttribs); in main()