Home
last modified time | relevance | path

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

/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
DGL2JNIView.java140 mDepthSize = depth; in ConfigChooser()
193 if (d < mDepthSize || s < mStencilSize) in chooseConfig()
321 protected int mDepthSize; field in GL2JNIView.ConfigChooser