Searched refs:surfaceType (Results 1 – 1 of 1) sorted by relevance
/device/generic/goldfish/opengl/system/egl/ |
D | egl.cpp | 178 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType); 186 EGLint getSurfaceType() { return surfaceType; } in getSurfaceType() 208 EGLint surfaceType; member 212 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t() argument 213 : dpy(dpy), config(config), surfaceType(surfaceType), rcSurface(0) in egl_surface_t() 627 EGLint surfaceType; in eglCreateWindowSurface() local 628 …if (s_display.getConfigAttrib(config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE) return EGL_… in eglCreateWindowSurface() 630 if (!(surfaceType & EGL_WINDOW_BIT)) { in eglCreateWindowSurface() 652 EGLint surfaceType; in eglCreatePbufferSurface() local 653 …if (s_display.getConfigAttrib(config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE) return EGL_… in eglCreatePbufferSurface() [all …]
|