Home
last modified time | relevance | path

Searched defs:textureColor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DVulkanImageTest.cpp594 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::magenta); in TEST_P() local
650 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::green); in TEST_P() local
805 std::vector<GLColor> textureColor(kLargeTextureWidth * kLargeTextureWidth, GLColor::red); in TEST_P() local
H A DTextureTest.cpp3786 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::red); in TEST_P() local
3866 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::red); in TEST_P() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp283 tcu::Vec4 textureColor; member