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

  /external/mesa3d/src/mesa/drivers/common/
meta_generate_mipmap.c 167 static const GLint always_false = GL_FALSE; local
243 _mesa_texture_parameteriv(ctx, texObj, GL_GENERATE_MIPMAP, &always_false, false);
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 584 struct always_false {
590 static const bool and_value = b && and_or<always_false<b>::value>::and_value;
591 static const bool or_value = !b || and_or<always_false<b>::value>::or_value;
  /external/libchrome/base/metrics/
field_trial_unittest.cc 117 char always_false[] = " always false"; local
124 always_false[0] = c;
136 CreateFieldTrial(always_false, 10, default_always_false, NULL);
    [all...]

Completed in 434 milliseconds