Searched refs:EGL_DEPTH_SIZE (Results 1 – 5 of 5) sorted by relevance
169 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_DEPTH_SIZE, value); in logEGLConfig()279 EGL10.EGL_DEPTH_SIZE, depthSize, in ComponentSizeChooser()295 EGL10.EGL_DEPTH_SIZE, 0); in chooseConfig()
101 #define EGL_DEPTH_SIZE 0x3025 macro
829 EGL10.EGL_DEPTH_SIZE, depthSize, in ComponentSizeChooser()848 EGL10.EGL_DEPTH_SIZE, 0); in chooseConfig()
316 …case EGL_DEPTH_SIZE: match = config->mDepthSize >= attribute[1]; … in getConfigs()
311 case EGL_DEPTH_SIZE: *value = configuration->mDepthSize; break; in getConfigAttrib()