Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp328 EGLDisplay dpy, EGLConfig config, EGLint surfType,
338 EGLDisplay dpy, EGLConfig config, EGLint surfType,
347 EGLDisplay dpy, EGLConfig config, EGLint surfType, in egl_window_surface_t() argument
349 : egl_surface_t(dpy, config, surfType), in egl_window_surface_t()
389 EGLDisplay dpy, EGLConfig config, EGLint surfType, in create() argument
393 dpy, config, surfType, window); in create()
555 EGLint surfType, int32_t w, int32_t h, GLenum pixelFormat);
565 egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfType,
573 EGLint surfType, int32_t w, int32_t h) in egl_pbuffer_surface_t() argument
574 : egl_surface_t(dpy, config, surfType), in egl_pbuffer_surface_t()
[all …]