HomeSort by relevance Sort by last modified time
    Searched refs:s_surfaceTypes (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/egl/
teglImageTests.cpp 236 static const EGLenum s_surfaceTypes[] = { EGL_PBUFFER_BIT, EGL_WINDOW_BIT, EGL_PIXMAP_BIT };
240 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_surfaceTypes); ++ndx)
242 attribs[EGL_SURFACE_TYPE] = s_surfaceTypes[ndx];
  /external/deqp/framework/common/
tcuCommandLine.cpp 129 static const NamedValue<tcu::SurfaceType> s_surfaceTypes[] =
162 << Option<SurfaceType> (DE_NULL, "deqp-surface-type", "Use given surface type", s_surfaceTypes, "window")

Completed in 74 milliseconds