Searched refs:surfType (Results 1 – 1 of 1) sorted by relevance
/device/generic/goldfish/opengl/system/egl/ |
D | egl.cpp | 234 EGLDisplay dpy, EGLConfig config, EGLint surfType, 244 EGLDisplay dpy, EGLConfig config, EGLint surfType, 253 EGLDisplay dpy, EGLConfig config, EGLint surfType, in egl_window_surface_t() argument 255 : egl_surface_t(dpy, config, surfType), in egl_window_surface_t() 285 EGLDisplay dpy, EGLConfig config, EGLint surfType, in create() argument 289 dpy, config, surfType, window); in create() 339 EGLint surfType, int32_t w, int32_t h, GLenum pixelFormat); 349 egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfType, 357 EGLint surfType, int32_t w, int32_t h) in egl_pbuffer_surface_t() argument 358 : egl_surface_t(dpy, config, surfType), in egl_pbuffer_surface_t() [all …]
|