Searched defs:depthFormat (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Degl.cpp152 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
176 int32_t depthFormat)
181 depth.format = depthFormat;
220 int32_t depthFormat,
342 int32_t depthFormat,
344 : egl_surface_t(dpy, config, depthFormat),
645 int32_t depthFormat,
661 int32_t depthFormat,
663 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap)
665 if (depthFormat) {
174 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat) argument
340 egl_window_surface_v2_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, ANativeWindow* window) argument
659 egl_pixmap_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, egl_native_pixmap_t const * pixmap) argument
722 egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, int32_t w, int32_t h, int32_t f) argument
1068 getConfigFormatInfo(EGLint configID, int32_t& pixelFormat, int32_t& depthFormat) argument
[all...]

Completed in 20 milliseconds