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

  /external/libchrome/base/posix/
file_descriptor_shuffle.cc 36 const bool is_identity = i->source == i->dest; local
40 if (!is_identity && i->dest == j->source) {
65 if (!is_identity) {
70 if (!is_identity && i->close)
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_remove_constants.c 67 unsigned is_identity = 1; local
114 is_identity = 0;
120 /* is_identity ==> new_count == old_count
121 * !is_identity ==> new_count < old_count */
122 assert( is_identity || new_count < c->Program.Constants.Count);
126 if (!is_identity) {
  /external/skia/tests/
Matrix44Test.cpp 68 static bool is_identity(const SkMatrix44& m) { function
823 REPORTER_ASSERT(reporter, is_identity(iden1));
828 REPORTER_ASSERT(reporter, is_identity(iden1));
833 REPORTER_ASSERT(reporter, is_identity(iden1));
841 REPORTER_ASSERT(reporter, is_identity(iden1));
843 REPORTER_ASSERT(reporter, is_identity(iden2));
855 REPORTER_ASSERT(reporter, is_identity(iden1));
870 REPORTER_ASSERT(reporter, is_identity(iden1));
    [all...]
MatrixTest.cpp 68 static bool is_identity(const SkMatrix& m) { function
822 REPORTER_ASSERT(reporter, is_identity(iden1));
827 REPORTER_ASSERT(reporter, is_identity(iden1));
833 REPORTER_ASSERT(reporter, is_identity(iden1));
841 REPORTER_ASSERT(reporter, is_identity(iden1));
843 REPORTER_ASSERT(reporter, is_identity(iden2));
    [all...]

Completed in 69 milliseconds