Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp281 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType);
289 EGLint getSurfaceType() { return surfaceType; } in getSurfaceType()
325 EGLint surfaceType; member
329 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t() argument
331 surfaceType(surfaceType), rcSurface(0) in egl_surface_t()
1044 EGLint surfaceType; in eglCreateWindowSurface() local
1045 …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() local
1070 …if (s_display.getConfigAttrib(config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE) return EGL_… in eglCreatePbufferSurface()
[all …]