Searched defs:kBufferData (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/angle/src/tests/egl_tests/ |
H A D | EGLRobustnessTest.cpp | 552 constexpr std::array<float, 4> kBufferData = {1, 0, 0, 1}; in TEST_P() local 632 constexpr std::array<float, 4> kBufferData = {1, 0, 0, 1}; in TEST_P() local 702 constexpr std::array<float, 4> kBufferData = {1, 0, 0, 1}; in TEST_P() local 789 constexpr uint32_t kBufferData[kBufferSize] = {10, 20}; in TEST_P() local 839 constexpr uint32_t kBufferData[kBufferSize] = {10, 20}; in TEST_P() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | ShaderStorageBufferTest.cpp | 2332 std::array<unsigned int, kBufferElementCount> kBufferData = {}; in TEST_P() local
|
H A D | ComputeShaderTest.cpp | 673 constexpr unsigned int kBufferData[kBufferSize] = {10, 20}; in TEST_P() local
|
H A D | MultithreadingTest.cpp | 4155 constexpr float kBufferData[4] = { in TEST_P() local
|
H A D | GLSLTest.cpp | 4736 constexpr unsigned int kBufferData[kAtomicCounterRows * kAtomicCounterCols] = {}; in TEST_P() local
|