Home
last modified time | relevance | path

Searched refs:mStencilSize (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestView.java141 mStencilSize = stencil; in ConfigChooser()
193 if (d < mDepthSize || s < mStencilSize) in chooseConfig()
322 protected int mStencilSize; field in GLtestView.ConfigChooser
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java932 mStencilSize = stencilSize; in ComponentSizeChooser()
943 if ((d >= mDepthSize) && (s >= mStencilSize)) { in chooseConfig()
977 protected int mStencilSize; field in GLSurfaceViewCustom.ComponentSizeChooser