Searched refs:surfaceType (Results 1 – 1 of 1) sorted by relevance
281 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType);289 EGLint getSurfaceType() { return surfaceType; } in getSurfaceType()325 EGLint surfaceType; member329 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t() argument331 surfaceType(surfaceType), rcSurface(0) in egl_surface_t()1044 EGLint surfaceType; in eglCreateWindowSurface() local1045 …if (s_display.getConfigAttrib(config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE) return EGL_… in eglCreateWindowSurface()1047 if (!(surfaceType & EGL_WINDOW_BIT)) { in eglCreateWindowSurface()1069 EGLint surfaceType; in eglCreatePbufferSurface() local1070 …if (s_display.getConfigAttrib(config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE) return EGL_… in eglCreatePbufferSurface()[all …]