Searched refs:mStencilSize (Results 1 – 5 of 5) sorted by relevance
95 mStencilSize = 0; in Config()99 mStencilSize = 0; in Config()103 mStencilSize = 8; in Config()107 mStencilSize = 0; in Config()111 mStencilSize = 0; in Config()219 SORT(mStencilSize); in operator ()()280 …case EGL_STENCIL_SIZE: match = config->mStencilSize >= attribute[1]; … in getConfigs()
64 EGLint mStencilSize; // Bits of Stencil in the stencil buffer variable
154 case EGL_STENCIL_SIZE: *value = configuration->mStencilSize; break; in getConfigAttrib()
117 mStencilSize = stencil; in ConfigChooser()165 if (d < mDepthSize || s < mStencilSize) in chooseConfig()294 protected int mStencilSize; field in ViEAndroidGLES20.ConfigChooser
838 mStencilSize = stencilSize; in ComponentSizeChooser()851 if (d >= mDepthSize && s>= mStencilSize) { in chooseConfig()889 protected int mStencilSize; field in GLSurfaceView.ComponentSizeChooser