Home
last modified time | relevance | path

Searched refs:s_reference (Results 1 – 13 of 13) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessBuffersTests.cpp653 const glw::GLuint DataTest::s_reference[] = { member in gl4cts::DirectStateAccess::Buffers::DataTest
1205 is_ok &= (data[i] == s_reference[i]); in iterate()
1349 is_ok &= (data[i] == s_reference[i]); in iterate()
1364 data[i] = s_reference[s_reference_count - i - 1]; in iterate()
1454 const glw::GLuint MapReadWriteTest::s_reference[] = { member in gl4cts::DirectStateAccess::Buffers::MapReadWriteTest
1537 data[i] = s_reference[i]; in iterate()
1565 is_ok &= (data[i] == s_reference[i]); in iterate()
1793 if (data[i - start] != s_reference[i]) in CompareWithReference()
1909 data[j] = s_reference[j]; in iterate()
2030 if (data[i] != s_reference[i]) in CompareWithReference()
[all …]
H A Dgl4cDirectStateAccessTexturesTests.cpp10183 s_reference); in Test1D()
10221 s_reference); in Test1D()
10226 s_reference); in Test1D()
10231 s_reference); in Test1D()
10243 s_reference); in Test1D()
10248 s_reference); in Test1D()
10253 s_reference); in Test1D()
10258 s_reference); in Test1D()
10263 s_reference); in Test1D()
10268 s_reference); in Test1D()
[all …]
H A Dgl4cDirectStateAccessTests.hpp1234 static const glw::GLuint s_reference[]; member in gl4cts::DirectStateAccess::Buffers::DataTest
1389 static const glw::GLuint s_reference[]; //<! Reference data. member in gl4cts::DirectStateAccess::Buffers::MapReadOnlyTest
1445 static const glw::GLuint s_reference[]; //<! Reference data. member in gl4cts::DirectStateAccess::Buffers::MapReadWriteTest
1500 static const glw::GLuint s_reference[]; //<! Reference data. member in gl4cts::DirectStateAccess::Buffers::MapWriteOnlyTest
1564 static const glw::GLuint s_reference[]; //<! Reference data. member in gl4cts::DirectStateAccess::Buffers::MapRangeReadBitTest
1646 static const glw::GLuint s_reference[]; //<! Reference data. member in gl4cts::DirectStateAccess::Buffers::MapRangeWriteBitTest
1692 static const glw::GLuint s_reference[]; //<! Reference data. member in gl4cts::DirectStateAccess::Buffers::SubDataQueryTest
6521 static const glw::GLushort s_reference[]; member in gl4cts::DirectStateAccess::Textures::SubImageErrorsTest
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/
H A DEqualInstruction.cs13 …private static Instruction s_reference, s_Boolean, s_SByte, s_Int16, s_Char, s_Int32, s_Int64, s_B… field in System.Linq.Expressions.Interpreter.EqualInstruction
553 return s_reference ?? (s_reference = new EqualReference()); in Create()
H A DNotEqualInstruction.cs13 …private static Instruction s_reference, s_Boolean, s_SByte, s_Int16, s_Char, s_Int32, s_Int64, s_B… field in System.Linq.Expressions.Interpreter.NotEqualInstruction
535 return s_reference ?? (s_reference = new NotEqualReference()); in Create()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/bam-loader/
H A Dreference-writer.h37 typedef struct s_reference { struct
/dports/devel/upp/upp/uppsrc/ide/
H A DHelp.cpp105 static String s_reference = "Reference"; variable
114 if(s == s_reference) return 4; in sFindN()
194 n = s_reference; in SyncDocTree()
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/test/src/
H A Dunit-conversions.cpp448 json::string_t s_reference{"Hello world"}; variable
449 json j(s_reference);
542 json::string_t s_reference{"Hello world"}; variable
543 json j(s_reference);
604 json::string_t s_reference{"Hello world"}; variable
605 json j(s_reference);
H A Dunit-constructor1.cpp419 json::string_t s_reference {"Hello world"}; variable
420 json j_reference(s_reference);
/dports/audio/giada/giada-0.17.1/src/deps/json/test/src/
H A Dunit-conversions.cpp452 json::string_t s_reference{"Hello world"}; variable
453 json j(s_reference);
546 json::string_t s_reference{"Hello world"}; variable
547 json j(s_reference);
609 json::string_t s_reference{"Hello world"}; variable
610 json j(s_reference);
H A Dunit-constructor1.cpp427 json::string_t s_reference {"Hello world"}; variable
428 json j_reference(s_reference);
/dports/devel/nlohmann-json/json-3.10.4/test/src/
H A Dunit-conversions.cpp451 json::string_t s_reference{"Hello world"}; variable
452 json j(s_reference);
545 json::string_t s_reference{"Hello world"}; variable
546 json j(s_reference);
608 json::string_t s_reference{"Hello world"}; variable
609 json j(s_reference);
H A Dunit-constructor1.cpp425 json::string_t s_reference {"Hello world"}; variable
426 json j_reference(s_reference);