Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglMakeCurrentPerfTests.cpp66 SURFACETYPE_PBUFFER = (1<<0), enumerator
139 if ((surfaceTypes & SURFACETYPE_PBUFFER) != 0) in toName()
196 | ((m_spec.surfaceTypes & SURFACETYPE_PBUFFER) != 0 ? EGL_PBUFFER_BIT : 0); in chooseConfig()
223 if ((m_spec.surfaceTypes & SURFACETYPE_PBUFFER) != 0) in createSurfaces()
224 types.push_back(SURFACETYPE_PBUFFER); in createSurfaces()
235 case SURFACETYPE_PBUFFER: in createSurfaces()
559 MakeCurrentPerfCase::SURFACETYPE_PBUFFER, in init()
589 MakeCurrentPerfCase::SURFACETYPE_PBUFFER, in init()
626 MakeCurrentPerfCase::SURFACETYPE_PBUFFER, in init()
630 …(MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PBUFFER |MakeCurrentPerfCase::… in init()
[all …]