Searched refs:mDepthSize (Results 1 – 5 of 5) sorted by relevance
84 mDepthSize = 0; in Config()88 mDepthSize = 32; in Config()92 mDepthSize = 24; in Config()96 mDepthSize = 24; in Config()100 mDepthSize = 16; in Config()202 SORT(mDepthSize); in operator ()()263 …case EGL_DEPTH_SIZE: match = config->mDepthSize >= attribute[1]; … in getConfigs()
50 EGLint mDepthSize; // Bits of Z in the depth buffer variable
153 case EGL_DEPTH_SIZE: *value = configuration->mDepthSize; break; in getConfigAttrib()
269 protected int mDepthSize; field in AndroidConfigChooser.ComponentSizeChooser287 mDepthSize = depthSize; in ComponentSizeChooser()298 if ((d >= mDepthSize) && (s >= mStencilSize)) { in chooseConfig()
837 mDepthSize = depthSize; in ComponentSizeChooser()851 if (d >= mDepthSize && s>= mStencilSize) { in chooseConfig()888 protected int mDepthSize; field in GLSurfaceView.ComponentSizeChooser