Home
last modified time | relevance | path

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

/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/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/base/opengl/java/android/opengl/
DGLSurfaceView.java952 mStencilSize = stencilSize; in ComponentSizeChooser()
963 if ((d >= mDepthSize) && (s >= mStencilSize)) { in chooseConfig()
997 protected int mStencilSize; field in GLSurfaceView.ComponentSizeChooser
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt51859 Landroid/opengl/GLSurfaceView$ComponentSizeChooser;->mStencilSize:I