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

/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java115 mBlueSize = b;
157 + Math.abs(b - mBlueSize)
275 protected int mBlueSize; field in class:GL2JNIView.ConfigChooser
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java115 mBlueSize = b;
157 + Math.abs(b - mBlueSize)
275 protected int mBlueSize; field in class:GLPerfView.ConfigChooser
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java118 mBlueSize = b;
160 + Math.abs(b - mBlueSize)
278 protected int mBlueSize; field in class:GLDualGL2View.ConfigChooser
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java948 mBlueSize = blueSize;
972 && (b == mBlueSize) && (a == mAlphaSize)) {
993 protected int mBlueSize; field in class:GLSurfaceView.ComponentSizeChooser

Completed in 486 milliseconds