Home
last modified time | relevance | path

Searched refs:SetIntValue (Results 1 – 19 of 19) sorted by relevance

/external/deqp-deps/amber/src/vulkan/
Dvertex_buffer_test.cc95 values[0].SetIntValue(55); in TEST_F()
96 values[1].SetIntValue(3); in TEST_F()
97 values[2].SetIntValue(27); in TEST_F()
98 values[3].SetIntValue(255); in TEST_F()
114 values[0].SetIntValue(55); in TEST_F()
115 values[1].SetIntValue(3); in TEST_F()
116 values[2].SetIntValue(27); in TEST_F()
117 values[3].SetIntValue(255); in TEST_F()
133 values[0].SetIntValue(55); in TEST_F()
134 values[1].SetIntValue(3); in TEST_F()
[all …]
/external/webrtc/webrtc/base/
Doptionsfile_unittest.cc88 EXPECT_TRUE(store_->SetIntValue(kTestOptionA, kTestInt1)); in TEST_F()
91 EXPECT_TRUE(store_->SetIntValue(kTestOptionB, kTestInt2)); in TEST_F()
106 EXPECT_TRUE(store_->SetIntValue(kTestOptionA, kNegInt)); in TEST_F()
109 EXPECT_TRUE(store_->SetIntValue(kTestOptionA, kZero)); in TEST_F()
118 EXPECT_TRUE(store_->SetIntValue(kTestOptionB, kNegInt)); in TEST_F()
Doptionsfile.h35 bool SetIntValue(const std::string& option, int val);
Doptionsfile.cc167 bool OptionsFile::SetIntValue(const std::string& option, in SetIntValue() function in rtc::OptionsFile
/external/deqp-deps/amber/src/
Damber.cc55 pixel.SetIntValue(*ptr_32); in GetFrameBuffer()
220 values.back().SetIntValue(*ptr); in ExecuteWithShaderData()
Dverifier_test.cc678 values.back().SetIntValue(13); in TEST_F()
704 values[0].SetIntValue(2); in TEST_F()
705 values[1].SetIntValue(0); in TEST_F()
706 values[2].SetIntValue(10); in TEST_F()
732 values[i].SetIntValue(255 - i); in TEST_F()
762 values.back().SetIntValue(13); in TEST_F()
788 values[0].SetIntValue(2); in TEST_F()
789 values[1].SetIntValue(0); in TEST_F()
790 values[2].SetIntValue(10); in TEST_F()
791 values[3].SetIntValue(1234); in TEST_F()
[all …]
Dpipeline_test.cc526 int_value.SetIntValue(1); in TEST_F()
592 int_value.SetIntValue(1); in TEST_F()
635 int_value.SetIntValue(1); in TEST_F()
696 int_value.SetIntValue(1); in TEST_F()
/external/deqp-deps/amber/samples/
Dppm_test.cc79 v.SetIntValue(static_cast<uint64_t>(pixel)); in TEST_F()
Dimage_diff.cc93 values[i].SetIntValue(image[i]); in LoadPngToBuffer()
/external/deqp-deps/amber/include/amber/
Dvalue.h32 void SetIntValue(uint64_t val) { in SetIntValue() function
/external/deqp-deps/amber/src/vkscript/
Dparser.cc294 indices.back().SetIntValue(token->AsUint16()); in ProcessIndicesBlock()
399 v.SetIntValue(token->AsHex()); in ProcessVertexDataBlock()
421 v.SetIntValue(token->AsUint64()); in ProcessVertexDataBlock()
Dcommand_parser.cc511 v.SetIntValue(token->AsUint64()); in ParseValues()
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dtest_unions.mojom87 SetIntValue(int64 int_value);
/external/deqp-deps/amber/src/amberscript/
Dparser.cc867 value.SetIntValue(token->AsUint64()); in ParsePipelineSet()
1133 values[i].SetIntValue(token->AsUint64()); in ParseBufferInitializerFill()
1163 counter.SetIntValue(token->AsUint64()); in ParseBufferInitializerSeries()
1188 values[i].SetIntValue(value); in ParseBufferInitializerSeries()
1189 counter.SetIntValue(value + token->AsUint64()); in ParseBufferInitializerSeries()
1237 v.SetIntValue(val); in ParseBufferInitializerData()
1518 v.SetIntValue(token->AsUint64()); in ParseValues()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dunion_unittest.cc1135 void SetIntValue(int64_t int_value) override { in SetIntValue() function in mojo::test::SmallCacheImpl
1158 ptr->SetIntValue(10); in TEST()
1172 ptr->SetIntValue(10); in TEST()
1198 ptr->SetIntValue(10); in TEST()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp744 attrib->SetIntValue( val ); in SetAttribute()
754 attrib->SetIntValue( val ); in SetAttribute()
1250 void TiXmlAttribute::SetIntValue( int _value ) in SetIntValue() function in TiXmlAttribute
Dtinyxml.h838 void SetIntValue( int _value ); ///< Set the value from an integer.
/external/tinyxml/
Dtinyxml.h747 void SetIntValue( int _value ); ///< Set the value from an integer.
Dtinyxml.cpp1244 void TiXmlAttribute::SetIntValue( int _value ) in SetIntValue() function in TiXmlAttribute