HomeSort by relevance Sort by last modified time
    Searched refs:greenValue (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/egl/
teglQueryConfigTests.cpp 511 const EGLint greenValue = getValue(config, EGL_TRANSPARENT_GREEN_VALUE);
521 || (greenValue < 0 || greenValue >= (1 << greenSize))
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorChanSat.java 205 mGreenValue = (TextView) controls.findViewById(R.id.greenValue);

Completed in 209 milliseconds