Searched defs:greater (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/renderstate/
H A DStencil.cpp103 void Stencil::enableDebugTest(GLint value, bool greater) { argument
105 glStencilFunc(greater ? GL_LESS : GL_EQUAL, value, 0xffffffff);
/frameworks/base/core/java/android/util/
H A DHalf.java368 * <li>{@link #NaN} is considered by this method to be equal to itself and greater
370 * <li>{@link #POSITIVE_ZERO} is considered by this method to be greater than
379 * and a value greater than {@code 0} if {@code x} is numerically greater
403 * <li>{@link #NaN} is considered by this method to be equal to itself and greater
405 * <li>{@link #POSITIVE_ZERO} is considered by this method to be greater than
414 * and a value greater than {@code 0} if {@code x} is numerically greater
419 if (greater(x, y)) return 1;
566 * greater tha
758 public static boolean greater(@HalfFloat short x, @HalfFloat short y) { method in class:Half
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 76 milliseconds