Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DMipmapTest.cpp549 const std::vector<GLColor> kInitialColor(kTextureSize * kTextureSize, in TEST_P() local
570 const std::vector<GLColor> kInitialColor(kTextureSize * kTextureSize, in TEST_P() local
595 const std::vector<GLColor> kInitialColor(kTextureWidth * kTextureHeight, in TEST_P() local
627 const std::vector<GLColor> kInitialColor(kTextureWidth * kTextureHeight, in TEST_P() local
H A DComputeShaderTest.cpp4536 const std::vector<GLColor> kInitialColor(kSize * kSize, GLColor::green); in TEST_P() local
H A DStateChangeTest.cpp4514 const GLColor kInitialColor = GLColor::red; in TEST_P() local
H A DTextureTest.cpp13182 constexpr GLubyte kInitialColor = 16; in TEST_P() local
/aosp_15_r20/external/skia/tests/graphite/
H A DMutableImagesTest.cpp39 constexpr SkColor4f kInitialColor = SkColors::kRed; variable