Searched defs:textureColor (Results 1 – 3 of 3) sorted by relevance
594 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::magenta); in TEST_P() local650 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::green); in TEST_P() local805 std::vector<GLColor> textureColor(kLargeTextureWidth * kLargeTextureWidth, GLColor::red); in TEST_P() local
3786 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::red); in TEST_P() local3866 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::red); in TEST_P() local
283 tcu::Vec4 textureColor; member