Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/animation/
DInterpolableValue.h19 virtual bool isBool() const { return false; } in isBool() function
71 virtual bool isBool() const OVERRIDE FINAL { return true; } in isBool() function
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
Djson_value.cpp1393 Value::isBool() const in isBool() function in Json::Value
/external/jsoncpp/chromium-overrides/src/lib_json/
Djson_value.cpp1387 Value::isBool() const in isBool() function in Json::Value
/external/jsoncpp/src/lib_json/
Djson_value.cpp1383 Value::isBool() const 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/modules/gles3/functional/
Des3fShaderOperatorTests.cpp756 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); in setupShaderData() local