Lines Matching refs:depthFormat
145 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
169 int32_t depthFormat)
174 depth.format = depthFormat;
213 int32_t depthFormat,
335 int32_t depthFormat,
337 : egl_surface_t(dpy, config, depthFormat),
630 int32_t depthFormat,
646 int32_t depthFormat,
648 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap)
650 if (depthFormat) {
693 EGLDisplay dpy, EGLConfig config, int32_t depthFormat,
708 EGLConfig config, int32_t depthFormat,
710 : egl_surface_t(dpy, config, depthFormat)
730 if (depthFormat) {
1045 int32_t& pixelFormat, int32_t& depthFormat)
1050 depthFormat = 0;
1054 depthFormat = GGL_PIXEL_FORMAT_Z_16;
1058 depthFormat = 0;
1062 depthFormat = GGL_PIXEL_FORMAT_Z_16;
1066 depthFormat = 0;
1070 depthFormat = GGL_PIXEL_FORMAT_Z_16;
1074 depthFormat = 0;
1078 depthFormat = GGL_PIXEL_FORMAT_Z_16;
1229 int32_t depthFormat;
1231 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) {
1242 surface = new egl_window_surface_v2_t(dpy, config, depthFormat,
1278 int32_t depthFormat;
1280 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) {
1288 new egl_pixmap_surface_t(dpy, config, depthFormat,
1317 int32_t depthFormat;
1319 if (getConfigFormatInfo(configID, pixelFormat, depthFormat) != NO_ERROR) {
1332 new egl_pbuffer_surface_t(dpy, config, depthFormat, w, h, pixelFormat);