/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | VulkanPerformanceCounterTest.cpp | 546 GLColor kInitialData[4] = {GLColor::red, GLColor::blue, GLColor::green, GLColor::yellow}; in TEST_P() local 607 std::vector<GLColor> kInitialData(kTexDim * kTexDim, GLColor::magenta); in TEST_P() local 640 std::vector<GLColor> kInitialData(kTexDim * kTexDim, GLColor::green); in TEST_P() local 705 std::vector<GLColor> kInitialData(kTexDim * kTexDim, GLColor::green); in TEST_P() local 818 std::vector<GLColor> kInitialData(kTexDim * kTexDim, GLColor::green); in TEST_P() local 1525 GLColor kInitialData[4] = {GLColor::red, GLColor::blue, GLColor::green, GLColor::yellow}; in TEST_P() local 5736 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in mappingGpuReadOnlyBufferGhostsBuffer() local 5843 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::green, GLColor::blue, in partialBufferUpdateShouldNotBreakRenderPass() local 8405 std::vector<GLColor> kInitialData(kTexDim * kTexDim, GLColor::green); in TEST_P() local
|
H A D | BufferDataTest.cpp | 1296 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local 1674 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::green, GLColor::blue, in TEST_P() local
|
H A D | ShaderStorageBufferTest.cpp | 521 constexpr unsigned int kInitialData = 123u; in TEST_P() local 2990 constexpr unsigned int kInitialData = 123u; in TEST_P() local
|
H A D | ReadPixelsTest.cpp | 635 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local
|
H A D | MultithreadingTest.cpp | 1561 constexpr GLubyte kInitialData[4] = {127, 63, 191, 255}; in TEST_P() local 1770 constexpr GLubyte kInitialData[4] = {127, 63, 191, 255}; in TEST_P() local
|
H A D | TextureTest.cpp | 13262 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local 14083 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local 14156 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local 14210 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local
|
H A D | TransformFeedbackTest.cpp | 508 const std::array<uint32_t, 12> kInitialData = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; in TEST_P() local
|
H A D | UniformBufferTest.cpp | 1073 const std::array<uint32_t, 4> kInitialData = {100, 200, 300, 400}; in TEST_P() local
|
H A D | ImageTest.cpp | 7020 constexpr GLubyte kInitialData[4] = {127, 63, 191, 255}; in TEST_P() local 7121 constexpr GLubyte kInitialData[4] = {127, 63, 191, 255}; in TEST_P() local
|
H A D | ClearTest.cpp | 2800 const std::vector<GLColor> kInitialData(kSize * kSize, GLColor::red); in TEST_P() local
|
H A D | ComputeShaderTest.cpp | 772 const std::array<uint32_t, 4> kInitialData = {1, 2, 3, 4}; in TEST_P() local
|