Searched refs:depthFormat (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 174 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat); 198 int32_t depthFormat) in egl_surface_t() argument 203 depth.format = depthFormat; in egl_surface_t() 242 int32_t depthFormat, 363 int32_t depthFormat, in egl_window_surface_v2_t() argument 365 : egl_surface_t(dpy, config, depthFormat), in egl_window_surface_v2_t() 669 int32_t depthFormat, 685 int32_t depthFormat, in egl_pixmap_surface_t() argument 687 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap) in egl_pixmap_surface_t() 689 if (depthFormat) { in egl_pixmap_surface_t() [all …]
|