Home
last modified time | relevance | path

Searched defs:isBool (Results 1 – 8 of 8) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_value.cpp1094 bool Value::isBool() const { return type_ == booleanValue; } in isBool() function in Json::Value
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp477 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); in ShaderOperatorCase() local
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp2252 int isBool = funcTypes[i] & VALUE_ANY_BOOL; in init() local
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp2209 int isBool = funcTypes[i] & VALUE_ANY_BOOL; in init() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp805 const bool isBool = isDataTypeBoolOrBVec(m_shaderSpec.outputs[outNdx].varType.getBasicType()); in execute() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp740 const bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); in setupShaderData() local
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp756 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); in setupShaderData() local
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp3631 bool Value::isBool() const { return type_ == booleanValue; } in isBool() function in Json::Value