Searched refs:surfaceType (Results 1 – 1 of 1) sorted by relevance
287 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType);295 EGLint getSurfaceType() { return surfaceType; } in getSurfaceType()331 EGLint surfaceType; member335 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t() argument337 surfaceType(surfaceType), rcSurface(0) in egl_surface_t()1154 EGLint surfaceType; in eglCreateWindowSurface() local1155 …if (s_display.getConfigAttrib(config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE) return EGL_… in eglCreateWindowSurface()1157 if (!(surfaceType & EGL_WINDOW_BIT)) { in eglCreateWindowSurface()1179 EGLint surfaceType; in eglCreatePbufferSurface() local1180 …if (s_display.getConfigAttrib(config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE) return EGL_… in eglCreatePbufferSurface()[all …]