Searched refs:pbufferAttribList (Results 1 – 2 of 2) sorted by relevance
117 const eglw::EGLint pbufferAttribList[] = in iterate() local132 …lay, m_use != USE_NONE ? egl.createPbufferSurface(*display, config, pbufferAttribList) : EGL_NO_SU… in iterate()
164 const EGLint pbufferAttribList[] = { EGL_WIDTH, width, EGL_HEIGHT, height, EGL_NONE }; in init() local165 m_eglSurface = egl.createPbufferSurface(m_eglDisplay, m_eglConfig, pbufferAttribList); in init()