Searched defs:textureColor (Results 1 – 3 of 3) sorted by relevance
591 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::magenta); in TEST_P() local642 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::green); in TEST_P() local792 std::vector<GLColor> textureColor(kLargeTextureWidth * kLargeTextureWidth, GLColor::red); in TEST_P() local
3622 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::red); in TEST_P() local3696 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::red); in TEST_P() local
283 tcu::Vec4 textureColor; member