Searched refs:surfaceTypeBit (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglRenderCase.hpp | 47 eglw::EGLint surfaceTypeBit; member 52 , surfaceTypeBit (surfaceTypeBit_) in Config()
|
H A D | teglQueryContextTests.cpp | 280 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 && renderBuffer != EGL_BACK_BUFFER) in executeForContext()
|
H A D | teglRenderCase.cpp | 287 executeForContext(display, *context, surface, Config(config.config, config.surfaceTypeBit, apiBit)); in executeForSurface() 290 postSurface(egl, display, surface, config.surfaceTypeBit); in executeForSurface() 358 executeForContexts(display, surface, Config(config.config, config.surfaceTypeBit, m_apiMask), contexts); in executeForSurface()
|
/third_party/glfw/src/ |
H A D | egl_context.c | 95 int i, nativeCount, usableCount, apiBit, surfaceTypeBit; in chooseEGLConfig() local 109 surfaceTypeBit = EGL_PBUFFER_BIT; in chooseEGLConfig() 111 surfaceTypeBit = EGL_WINDOW_BIT; in chooseEGLConfig() 141 if (!(getEGLConfigAttrib(n, EGL_SURFACE_TYPE) & surfaceTypeBit)) in chooseEGLConfig()
|
Completed in 4 milliseconds