Home
last modified time | relevance | path

Searched defs:kInputValues (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DComputeShaderTest.cpp1330 constexpr GLuint kInputValues[3][1] = {{50}, {100}, {20}}; in TEST_P() local
1396 constexpr GLuint kInputValues[2][1] = {{200}, {100}}; in TEST_P() local
1456 constexpr GLuint kInputValues[2][1] = {{200}, {100}}; in TEST_P() local
1517 constexpr GLuint kInputValues[2][2] = {{200, 200}, {100, 100}}; in TEST_P() local
1585 constexpr GLuint kInputValues[2][2] = {{200, 200}, {100, 100}}; in TEST_P() local
1654 constexpr GLuint kInputValues[2][2] = {{200, 200}, {100, 100}}; in TEST_P() local
1724 constexpr GLuint kInputValues[2][1] = {{200}, {100}}; in TEST_P() local
1797 constexpr GLuint kInputValues[2][2] = {{200, 150}, {100, 50}}; in TEST_P() local
1868 constexpr GLuint kInputValues[2][2] = {{200, 150}, {100, 50}}; in TEST_P() local
1939 constexpr GLuint kInputValues[2][1] = {{200}, {100}}; in TEST_P() local
[all …]
H A DShaderStorageBufferTest.cpp693 constexpr GLuint kInputValues[kComponentCount] = {3u, 4u}; in TEST_P() local
730 constexpr GLuint kInputValues[kComponentCount] = {3u, 4u}; in TEST_P() local
756 constexpr GLuint kInputValues[kComponentCount] = {3u, 4u}; in TEST_P() local
782 constexpr GLuint kInputValues[kComponentCount] = {3u, 4u}; in TEST_P() local
2129 constexpr unsigned int kInputValues[kLoadBlockElementCount] = {1u, 2u, 3u, 4u, 5u}; in TEST_P() local
2195 constexpr unsigned int kInputValues[kLoadBlockElementCount] = {1u, 2u, 3u, 4u, 5u}; in TEST_P() local
2469 constexpr unsigned int kInputValues[2] = {2u, 2u}; in TEST_P() local
H A DParallelShaderCompileTest.cpp332 constexpr GLuint kInputValues[3][1] = {{300}, {200}, {100}}; in runAndVerify() local
H A DVulkanPerformanceCounterTest.cpp7936 constexpr GLuint kInputValues[2][1] = {{200}, {100}}; in TEST_P() local
/aosp_15_r20/external/cronet/base/win/
H A Dscoped_safearray_unittest.cc22 static constexpr std::array<int, 5> kInputValues = {0, 1, 2, 1, 0}; variable