Searched defs:mStencilSize (Results 1 - 4 of 4) sorted by relevance

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

Completed in 4293 milliseconds