Home
last modified time | relevance | path

Searched refs:surfaceTypeBits (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
H A DteglImageUtil.cpp100 EGLint surfaceTypeBits = eglu::getConfigAttribInt(egl, dpy, config, EGL_SURFACE_TYPE); in createSurface() local
104 if (surfaceTypeBits & EGL_PBUFFER_BIT) in createSurface()
113 else if (surfaceTypeBits & EGL_WINDOW_BIT) in createSurface()
122 else if (surfaceTypeBits & EGL_PIXMAP_BIT) in createSurface()

Completed in 1 milliseconds