Home
last modified time | relevance | path

Searched defs:asBool (Results 1 – 4 of 4) 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/xmlrpcpp/src/
DXmlRpcValue.h177 bool asBool; member
/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