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

/frameworks/native/opengl/libagl/
H A Degl.cpp154 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
178 int32_t depthFormat)
183 depth.format = depthFormat;
222 int32_t depthFormat,
343 int32_t depthFormat,
345 : egl_surface_t(dpy, config, depthFormat),
649 int32_t depthFormat,
665 int32_t depthFormat,
667 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap)
669 if (depthFormat) {
176 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat) argument
341 egl_window_surface_v2_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, ANativeWindow* window) argument
663 egl_pixmap_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, egl_native_pixmap_t const * pixmap) argument
733 egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, int32_t w, int32_t h, int32_t f) argument
1101 getConfigFormatInfo(EGLint configID, int32_t& pixelFormat, int32_t& depthFormat) argument
[all...]

Completed in 31 milliseconds