Home
last modified time | relevance | path

Searched defs:asBool (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgVariableValue.hpp103 bool asBool (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value->boolVal; } in asBool() function in rsg::ConstStridedValueAccess
108 …bool asBool (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[n… in asBool() function in rsg::ConstStridedValueAccess
136 bool& asBool (void) { DE_STATIC_ASSERT(Stride == 1); return this->m_value->boolVal; } in asBool() function in rsg::StridedValueAccess
141 …bool& asBool (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[n… in asBool() function in rsg::StridedValueAccess
/external/deqp/framework/common/
DtcuVector.hpp152 Vector<bool, Size> asBool (void) const { return cast<bool>(); } in asBool() function in tcu::Vector
/external/jsoncpp/src/lib_json/
Djson_value.cpp702 bool Value::asBool() const { in asBool() function in Json::Value
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3180 bool Value::asBool() const { in asBool() function in Json::Value
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3180 bool Value::asBool() const { in asBool() function in Json::Value
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp3212 bool Value::asBool() const { in asBool() function in Json::Value
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3180 bool Value::asBool() const { in asBool() function in Json::Value