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

  /external/skia/tools/debugger/
SkObjectParser.h 38 static SkString* BoolToString(bool doAA);
SkObjectParser.cpp 94 SkString* SkObjectParser::BoolToString(bool doAA) {
SkDrawCommand.cpp     [all...]
  /external/skqp/tools/debugger/
SkObjectParser.h 38 static SkString* BoolToString(bool doAA);
SkObjectParser.cpp 94 SkString* SkObjectParser::BoolToString(bool doAA) {
SkDrawCommand.cpp     [all...]
  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 770 inline static std::string BoolToString(bool val) {
777 return element.GetReferencedType() + BoolToString(element.IsRestricted()) +
778 BoolToString(element.IsVolatile()) + BoolToString(element.IsConst());
    [all...]
  /system/update_engine/update_manager/
boxed_value_unittest.cc 139 TEST(UmBoxedValueTest, BoolToString) {
  /external/deqp/external/openglcts/modules/gles31/
es31cDrawIndirectTests.cpp 460 << BoolToString(valueBool)
461 << ", expected: " << BoolToString(expectedValue ? GL_TRUE : GL_FALSE);
576 << BoolToString((GLboolean)v) << ", expected: " << BoolToString((GLboolean)access);
793 std::string BoolToString(GLboolean value)
    [all...]

Completed in 162 milliseconds