Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
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
DTextureTest.cpp3798 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::red); in TEST_P() local
3878 std::vector<GLColor> textureColor(kTextureWidth * kTextureHeight, GLColor::red); in TEST_P() local
/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp283 tcu::Vec4 textureColor; member