Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp359 EGLDisplay dpy, EGLConfig config, EGLint surfType,
374 EGLDisplay dpy, EGLConfig config, EGLint surfType,
384 EGLDisplay dpy, EGLConfig config, EGLint surfType, in egl_window_surface_t() argument
386 : egl_surface_t(dpy, config, surfType), in egl_window_surface_t()
426 EGLDisplay dpy, EGLConfig config, EGLint surfType, in create() argument
430 dpy, config, surfType, window); in create()
595 EGLint surfType, int32_t w, int32_t h, GLenum pixelFormat);
605 egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfType,
614 EGLint surfType, int32_t w, int32_t h) in egl_pbuffer_surface_t() argument
615 : egl_surface_t(dpy, config, surfType), in egl_pbuffer_surface_t()
[all …]