Searched refs:surfType (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 442 EGLDisplay dpy, EGLConfig config, EGLint surfType, 457 EGLDisplay dpy, EGLConfig config, EGLint surfType, 467 EGLDisplay dpy, EGLConfig config, EGLint surfType, in egl_window_surface_t() argument 469 : egl_surface_t(dpy, config, surfType), in egl_window_surface_t() 538 EGLDisplay dpy, EGLConfig config, EGLint surfType, in create() argument 542 dpy, config, surfType, window); in create() 816 EGLint surfType, int32_t w, int32_t h, GLenum pixelFormat); 826 egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfType, 835 EGLint surfType, int32_t w, int32_t h) in egl_pbuffer_surface_t() argument 836 : egl_surface_t(dpy, config, surfType), in egl_pbuffer_surface_t() [all …]
|