Searched refs:mDepthSize (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java117 mDepthSize = depth;
146 if (d >= mDepthSize && s>= mStencilSize) {
277 protected int mDepthSize; field in class:GL2JNIView.ConfigChooser
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java117 mDepthSize = depth;
146 if (d >= mDepthSize && s>= mStencilSize) {
277 protected int mDepthSize; field in class:GLPerfView.ConfigChooser
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java120 mDepthSize = depth;
149 if (d >= mDepthSize && s>= mStencilSize) {
280 protected int mDepthSize; field in class:GLDualGL2View.ConfigChooser
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java920 mDepthSize = depthSize;
932 if ((d >= mDepthSize) && (s >= mStencilSize)) {
965 protected int mDepthSize; field in class:GLSurfaceView.ComponentSizeChooser

Completed in 128 milliseconds