Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglRenderCase.hpp47 eglw::EGLint surfaceTypeBit; member
52 , surfaceTypeBit (surfaceTypeBit_) in Config()
DteglQueryContextTests.cpp280 if (config.surfaceTypeBit == EGL_PIXMAP_BIT && renderBuffer != EGL_SINGLE_BUFFER) in executeForContext()
285 else if (config.surfaceTypeBit == EGL_PBUFFER_BIT && renderBuffer != EGL_BACK_BUFFER) in executeForContext()
290 …else if (config.surfaceTypeBit == EGL_WINDOW_BIT && renderBuffer != EGL_SINGLE_BUFFER && renderBuf… in executeForContext()
DteglRenderCase.cpp286 …executeForContext(display, *context, surface, Config(config.config, config.surfaceTypeBit, apiBit)… in executeForSurface()
289 postSurface(egl, display, surface, config.surfaceTypeBit); in executeForSurface()
357 …executeForContexts(display, surface, Config(config.config, config.surfaceTypeBit, m_apiMask), cont… in executeForSurface()