Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/egl/
H A DteglRenderCase.hpp47 eglw::EGLint surfaceTypeBit; member
52 , surfaceTypeBit (surfaceTypeBit_) in Config()
H A 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()
H A 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()