Searched defs:kExpectedValues (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | ShaderStorageBufferTest.cpp | 299 constexpr unsigned int kExpectedValues[2] = {3u, 4u}; in TEST_P() local 410 constexpr unsigned int kExpectedValues[2] = {3u, 4u}; in TEST_P() local 591 constexpr unsigned int kExpectedValues[2] = {3u, 4u}; in TEST_P() local 698 constexpr GLuint kExpectedValues[kComponentCount] = {4u, 3u}; in TEST_P() local 724 constexpr GLuint kExpectedValues[kComponentCount] = {4u, 3u}; in TEST_P() local 1118 constexpr float kExpectedValues[5] = {1u, 2u, 3u, 4u, 5u}; in TEST_P() local 1233 constexpr float kExpectedValues[5] = {1u, 2u, 3u, 4u, 5u}; in TEST_P() local 1281 constexpr unsigned int kExpectedValues[kElementCount][kComponentCount] = {{1u, 2u}, {3u, 4u}}; in TEST_P() local 1409 GLuint kExpectedValues[4] = {1u, 2u, 3u, 4u}; in TEST_P() local 1497 GLuint kExpectedValues[7] = {1u, 2u, 3u, 4u, 5u, 6u, 7u}; in TEST_P() local [all …]
|
| D | ComputeShaderTest.cpp | 2525 constexpr std::array<GLuint, 9> kExpectedValues = {{0, 1, 1, 4, 0, 16, 48, 64, 128}}; in TEST_P() local 2578 constexpr std::array<GLuint, 9> kExpectedValues = {{1, 2, 2, 5, 1, 17, 49, 65, 129}}; in TEST_P() local 2626 constexpr std::array<GLuint, 4> kExpectedValues = {{1, 4, 6, 6}}; in TEST_P() local
|