Home
last modified time | relevance | path

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

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