Home
last modified time | relevance | path

Searched defs:asInt (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/tests/
H A DPathOpsOpLoopThreadedTest.cpp17 int asInt = SkScalarRoundToInt(x); in add_point() local
/third_party/vk-gl-cts/framework/common/
H A DtcuVector.hpp150 Vector<int, Size> asInt (void) const { return cast<int>(); } in asInt() function in tcu::Vector
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableValue.hpp102 int asInt (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value->intVal; } in asInt() function in rsg::ConstStridedValueAccess
107 int asInt (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[ndx].intVal; } in asInt() function in rsg::ConstStridedValueAccess
135 int& asInt (void) { DE_STATIC_ASSERT(Stride == 1); return this->m_value->intVal; } in asInt() function in rsg::StridedValueAccess
140 int& asInt (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx].intVal; } in asInt() function in rsg::StridedValueAccess
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dwasm-runtime.cpp112 int asInt() const { return Ptr; } in asInt() function in __anon25452::WasmPtr
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuildSPIRV.cpp1287 uint32_t asInt = static_cast<uint32_t>(value); in getBoolConstant() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp385 s << asInt; in IntegerConstant() local
388 s << asInt << "u"; in IntegerConstant() local
391 s << asInt << "U"; in IntegerConstant() local
394 s << "0" << std::oct << asInt; in IntegerConstant() local
397 s << "0" << std::oct << asInt << "u"; in IntegerConstant() local
400 s << "0" << std::oct << asInt << "U"; in IntegerConstant() local
403 s << "0x" << std::hex << asInt; in IntegerConstant() local
406 s << "0X" << std::hex << asInt; in IntegerConstant() local
409 s << "0x" << std::hex << asInt << " in IntegerConstant() local
412 s << "0X" << std::hex << asInt << "u"; IntegerConstant() local
415 s << "0x" << std::hex << asInt << "U"; IntegerConstant() local
418 s << "0X" << std::hex << asInt << "U"; IntegerConstant() local
430 int asInt; global() member in glcts::IntegerConstant
[all...]
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp3063 Value::Int Value::asInt() const { in asInt() function in Json::Value
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DOS2Table.java558 public static int asInt(EnumSet<FsSelection> fsSelectionSet) { in asInt() method in OS2Table.FsSelection

Completed in 21 milliseconds