Home
last modified time | relevance | path

Searched defs:kInitialData (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/tests/gl_tests/
DVulkanPerformanceCounterTest.cpp526 GLColor kInitialData[4] = {GLColor::red, GLColor::blue, GLColor::green, GLColor::yellow}; in TEST_P() local
585 std::vector<GLColor> kInitialData(kTexDim * kTexDim, GLColor::green); in TEST_P() local
646 std::vector<GLColor> kInitialData(kTexDim * kTexDim, GLColor::green); in TEST_P() local
755 std::vector<GLColor> kInitialData(kTexDim * kTexDim, GLColor::green); in TEST_P() local
1262 GLColor kInitialData[4] = {GLColor::red, GLColor::blue, GLColor::green, GLColor::yellow}; in TEST_P() local
5113 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in mappingGpuReadOnlyBufferGhostsBuffer() local
5220 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::green, GLColor::blue, in partialBufferUpdateShouldNotBreakRenderPass() local
7591 std::vector<GLColor> kInitialData(kTexDim * kTexDim, GLColor::green); in TEST_P() local
DBufferDataTest.cpp1296 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local
1605 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::green, GLColor::blue, in TEST_P() local
DReadPixelsTest.cpp597 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local
DShaderStorageBufferTest.cpp460 constexpr unsigned int kInitialData = 123u; in TEST_P() local
2929 constexpr unsigned int kInitialData = 123u; in TEST_P() local
DMultithreadingTest.cpp1375 constexpr GLubyte kInitialData[4] = {127, 63, 191, 255}; in TEST_P() local
1584 constexpr GLubyte kInitialData[4] = {127, 63, 191, 255}; in TEST_P() local
DTextureTest.cpp10736 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local
11509 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local
11582 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local
11636 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local
DClearTest.cpp2723 const std::vector<GLColor> kInitialData(kSize * kSize, GLColor::red); in TEST_P() local
DUniformBufferTest.cpp793 const std::array<uint32_t, 4> kInitialData = {100, 200, 300, 400}; in TEST_P() local
DTransformFeedbackTest.cpp508 const std::array<uint32_t, 12> kInitialData = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; in TEST_P() local
DImageTest.cpp6299 constexpr GLubyte kInitialData[4] = {127, 63, 191, 255}; in TEST_P() local
6402 constexpr GLubyte kInitialData[4] = {127, 63, 191, 255}; in TEST_P() local
DComputeShaderTest.cpp772 const std::array<uint32_t, 4> kInitialData = {1, 2, 3, 4}; in TEST_P() local