Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Degl.cpp152 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
176 int32_t depthFormat) in egl_surface_t() argument
181 depth.format = depthFormat; in egl_surface_t()
220 int32_t depthFormat,
342 int32_t depthFormat, in egl_window_surface_v2_t() argument
344 : egl_surface_t(dpy, config, depthFormat), in egl_window_surface_v2_t()
645 int32_t depthFormat,
661 int32_t depthFormat, in egl_pixmap_surface_t() argument
663 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap) in egl_pixmap_surface_t()
665 if (depthFormat) { in egl_pixmap_surface_t()
[all …]