Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
DteglMultiContextTests.cpp117 const eglw::EGLint pbufferAttribList[] = in iterate() local
132 …lay, m_use != USE_NONE ? egl.createPbufferSurface(*display, config, pbufferAttribList) : EGL_NO_SU… in iterate()
DteglNegativePartialUpdateTests.cpp164 const EGLint pbufferAttribList[] = { EGL_WIDTH, width, EGL_HEIGHT, height, EGL_NONE }; in init() local
165 m_eglSurface = egl.createPbufferSurface(m_eglDisplay, m_eglConfig, pbufferAttribList); in init()