Searched refs:mDepthSize (Results 1 – 5 of 5) sorted by relevance
130 mDepthSize = 0; in Config()138 mDepthSize = 32; in Config()146 mDepthSize = 24; in Config()150 mDepthSize = 24; in Config()158 mDepthSize = 16; in Config()225 SORT_SMALLER(mDepthSize); in operator ()()316 SORT_SMALLER(mDepthSize); in operator ()()375 …case EGL_DEPTH_SIZE: match = config->mDepthSize >= attribIt->second; … in getConfigs()
56 EGLint mDepthSize; // Bits of Z in the depth buffer variable
252 case EGL_DEPTH_SIZE: *value = configuration->mDepthSize; break; in getConfigAttrib()
117 mDepthSize = depth; in ConfigChooser()166 if (d < mDepthSize || s < mStencilSize) in chooseConfig()294 protected int mDepthSize; field in ViEAndroidGLES20.ConfigChooser
837 mDepthSize = depthSize; in ComponentSizeChooser()851 if (d >= mDepthSize && s>= mStencilSize) { in chooseConfig()888 protected int mDepthSize; field in GLSurfaceView.ComponentSizeChooser