Home
last modified time | relevance | path

Searched refs:surfaceType (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
Degl.cpp256 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType);
264 EGLint getSurfaceType() { return surfaceType; } in getSurfaceType()
295 EGLint surfaceType; member
299 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t() argument
300 : dpy(dpy), config(config), surfaceType(surfaceType), rcSurface(0) in egl_surface_t()
866 EGLint surfaceType; in eglCreateWindowSurface() local
867 …if (s_display.getConfigAttrib(config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE) return EGL_… in eglCreateWindowSurface()
869 if (!(surfaceType & EGL_WINDOW_BIT)) { in eglCreateWindowSurface()
891 EGLint surfaceType; in eglCreatePbufferSurface() local
892 …if (s_display.getConfigAttrib(config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE) return EGL_… in eglCreatePbufferSurface()
[all …]