Home
last modified time | relevance | path

Searched refs:greater (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/libs/hwui/renderstate/
DStencil.cpp103 void Stencil::enableDebugTest(GLint value, bool greater) { in enableDebugTest() argument
105 glStencilFunc(greater ? GL_LESS : GL_EQUAL, value, 0xffffffff); in enableDebugTest()
DStencil.h66 void enableDebugTest(GLint value, bool greater = false);
/frameworks/base/core/java/android/util/
DHalf.java419 if (greater(x, y)) return 1; in compare()
758 public static boolean greater(@HalfFloat short x, @HalfFloat short y) { in greater() method in Half
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dshared.rsh82 of ULPs is of a greater size than FLT_EPSILON. */
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
Dshared.rsh85 of ULPs is of a greater size than FLT_EPSILON. */
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
Dshared.rsh85 of ULPs is of a greater size than FLT_EPSILON. */
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
Dshared.rsh85 of ULPs is of a greater size than FLT_EPSILON. */
/frameworks/rs/script_api/
Drs_convert.spec109 input numbers greater than INT_MAX/255.f or less than INT_MIN/255.f result in
Drs_math.spec510 If min_value is greater than max_value, the results are undefined.
890 summary: Smallest integer not greater than a value
892 Returns the smallest integer not greater than a value.
1810 This function yields undefined results from input values less than -1 or greater than 1.
1866 This function yields undefined results from input values less than -1 or greater than 1.
1895 This function yields undefined results from input values less than -1 or greater than 1.
1951 This function yields undefined results from input values less than -1 or greater than 1.
/frameworks/compile/libbcc/
DREADME.rst195 boundary (if the sizes of other arguments are no greater than 8.)
/frameworks/base/tools/aapt2/
Dreadme.md28 a resource ID by assuming it is larger than 0. In Java, a resource ID with package ID greater
/frameworks/rs/script_api/include/
Drs_object_info.rsh247 * If the Element is not a structure or the index is greater or equal to the number of
Drs_graphics.rsh128 …RS_DEPTH_FUNC_GREATER = 3, // Drawn if the incoming depth value is greater than that in the depth …
129 …RS_DEPTH_FUNC_GEQUAL = 4, // Drawn if the incoming depth value is greater or equal to that in the …
Drs_math.rsh733 * If min_value is greater than max_value, the results are undefined.
1661 * floor: Smallest integer not greater than a value
1663 * Returns the smallest integer not greater than a value.
3682 * This function yields undefined results from input values less than -1 or greater than 1.
3780 * This function yields undefined results from input values less than -1 or greater than 1.
3829 * This function yields undefined results from input values less than -1 or greater than 1.
3927 * This function yields undefined results from input values less than -1 or greater than 1.
Drs_convert.rsh1572 * input numbers greater than INT_MAX/255.f or less than INT_MIN/255.f result in
/frameworks/av/media/libnbaio/
DNBLog.cpp1003 std::priority_queue<MergeItem, std::vector<MergeItem>, std::greater<MergeItem>> timestamps; in merge()
/frameworks/base/tools/layoutlib/create/
DREADME.txt130 the StackMapTable correctly and Java 7 VM enforces that classes with version greater than 51 have
/frameworks/opt/telephony/proto/
Dtelephony.proto84 // (must be greater than 1).
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt98 programs enables a greater number of people to use a large body of
/frameworks/support/development/checkstyle/
DLICENSE98 programs enables a greater number of people to use a large body of
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger_hwc1.cpp3149 std::map<float, BufferTuple, std::greater<float>> sorted; in dumpBufferingStats()
DSurfaceFlinger.cpp3494 std::map<float, BufferTuple, std::greater<float>> sorted; in dumpBufferingStats()
/frameworks/native/vulkan/api/
Dvulkan.api2949 … wideLines /// lines with width greater than 1
2950 … largePoints /// points with size greater than 1
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/base/api/
Dcurrent.txt43051 method public static boolean greater(short, short);

12