Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java118 mStencilSize = stencil; in ConfigChooser()
146 if (d >= mDepthSize && s>= mStencilSize) { in chooseConfig()
278 protected int mStencilSize; field in GLPerfView.ConfigChooser
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java118 mStencilSize = stencil; in ConfigChooser()
146 if (d >= mDepthSize && s>= mStencilSize) { in chooseConfig()
278 protected int mStencilSize; field in GL2JNIView.ConfigChooser
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java121 mStencilSize = stencil; in ConfigChooser()
149 if (d >= mDepthSize && s>= mStencilSize) { in chooseConfig()
281 protected int mStencilSize; field in GLDualGL2View.ConfigChooser
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java922 mStencilSize = stencilSize; in ComponentSizeChooser()
933 if ((d >= mDepthSize) && (s >= mStencilSize)) { in chooseConfig()
967 protected int mStencilSize; field in GLSurfaceView.ComponentSizeChooser