OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pbufferAttribList
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/egl/
teglMultiContextTests.cpp
111
const eglw::EGLint
pbufferAttribList
[] =
126
const eglu::UniqueSurface surface (egl, *display, m_use != USE_NONE ? egl.createPbufferSurface(*display, config,
pbufferAttribList
) : EGL_NO_SURFACE);
teglNegativePartialUpdateTests.cpp
164
const EGLint
pbufferAttribList
[] = { EGL_WIDTH, width, EGL_HEIGHT, height, EGL_NONE };
165
m_eglSurface = egl.createPbufferSurface(m_eglDisplay, m_eglConfig,
pbufferAttribList
);
Completed in 355 milliseconds