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

/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java114 mGreenSize = g;
156 + Math.abs(g - mGreenSize)
274 protected int mGreenSize; field in class:GL2JNIView.ConfigChooser
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java114 mGreenSize = g;
156 + Math.abs(g - mGreenSize)
274 protected int mGreenSize; field in class:GLPerfView.ConfigChooser
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java117 mGreenSize = g;
159 + Math.abs(g - mGreenSize)
277 protected int mGreenSize; field in class:GLDualGL2View.ConfigChooser
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java947 mGreenSize = greenSize;
971 if ((r == mRedSize) && (g == mGreenSize)
992 protected int mGreenSize; field in class:GLSurfaceView.ComponentSizeChooser

Completed in 2604 milliseconds