Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp287 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType);
295 EGLint getSurfaceType() { return surfaceType; } in getSurfaceType()
331 EGLint surfaceType; member
335 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t() argument
337 surfaceType(surfaceType), rcSurface(0) in egl_surface_t()
1154 EGLint surfaceType; in eglCreateWindowSurface() local
1155 …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() local
1180 …if (s_display.getConfigAttrib(config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE) return EGL_… in eglCreatePbufferSurface()
[all …]