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

  /external/chromium/base/
file_descriptor_shuffle.cc 33 const bool is_identity = i->source == i->dest; local
36 if (!is_identity && i->dest == j->source) {
61 if (!is_identity) {
66 if (!is_identity && i->close)
  /external/chromium_org/base/posix/
file_descriptor_shuffle.cc 33 const bool is_identity = i->source == i->dest; local
36 if (!is_identity && i->dest == j->source) {
61 if (!is_identity) {
66 if (!is_identity && i->close)
  /external/chromium_org/third_party/mesa/src/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/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 69 static bool is_identity(const SkMatrix44& m) { function
384 REPORTER_ASSERT(reporter, is_identity(iden1));
389 REPORTER_ASSERT(reporter, is_identity(iden1));
394 REPORTER_ASSERT(reporter, is_identity(iden1));
402 REPORTER_ASSERT(reporter, is_identity(iden1));
404 REPORTER_ASSERT(reporter, is_identity(iden2));
MatrixTest.cpp 79 static bool is_identity(const SkMatrix& m) { function
602 REPORTER_ASSERT(reporter, is_identity(iden1));
607 REPORTER_ASSERT(reporter, is_identity(iden1));
613 REPORTER_ASSERT(reporter, is_identity(iden1));
621 REPORTER_ASSERT(reporter, is_identity(iden1));
623 REPORTER_ASSERT(reporter, is_identity(iden2));

Completed in 1944 milliseconds