Searched refs:mStencilSize (Results 1 – 4 of 4) sorted by relevance
118 mStencilSize = stencil; in ConfigChooser()146 if (d >= mDepthSize && s>= mStencilSize) { in chooseConfig()278 protected int mStencilSize; field in GLPerfView.ConfigChooser
118 mStencilSize = stencil; in ConfigChooser()146 if (d >= mDepthSize && s>= mStencilSize) { in chooseConfig()278 protected int mStencilSize; field in GL2JNIView.ConfigChooser
121 mStencilSize = stencil; in ConfigChooser()149 if (d >= mDepthSize && s>= mStencilSize) { in chooseConfig()281 protected int mStencilSize; field in GLDualGL2View.ConfigChooser
922 mStencilSize = stencilSize; in ComponentSizeChooser()933 if ((d >= mDepthSize) && (s >= mStencilSize)) { in chooseConfig()967 protected int mStencilSize; field in GLSurfaceView.ComponentSizeChooser