Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglImageTests.cpp227 static const EGLenum s_surfaceTypes[] = { EGL_PBUFFER_BIT, EGL_WINDOW_BIT, EGL_PIXMAP_BIT }; in chooseConfig() local
231 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_surfaceTypes); ++ndx) in chooseConfig()
233 attribs[EGL_SURFACE_TYPE] = s_surfaceTypes[ndx]; in chooseConfig()
/external/deqp/framework/common/
DtcuCommandLine.cpp126 static const NamedValue<tcu::SurfaceType> s_surfaceTypes[] = in registerOptions() local
158 …Type> (DE_NULL, "deqp-surface-type", "Use given surface type", s_surfaceTypes, "window") in registerOptions()