Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DVulkanImageTest.cpp591 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::magenta); in TEST_P() local
642 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::green); in TEST_P() local
792 std::vector<GLColor> textureColor(kLargeTextureWidth * kLargeTextureWidth, GLColor::red); in TEST_P() local
DTextureTest.cpp3622 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::red); in TEST_P() local
3696 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::red); in TEST_P() local
/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp283 tcu::Vec4 textureColor; member