Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DCopyTexture3DTest.cpp281 std::vector<GLColor> texDataRed(2u * 2u * 2u, GLColor::red); in TEST_P() local
1002 std::vector<GLColor> texDataRed(2u * 2u * 2u, GLColor::red); in TEST_P() local
DMipmapTest.cpp1255 std::vector<GLColor> texDataRed(2u * 2u, GLColor::red); in TEST_P() local
DTextureTest.cpp2577 std::vector<GLColor> texDataRed(4u * 4u, GLColor::red); in TEST_P() local
2656 std::vector<GLColor> texDataRed(8u * 8u, GLColor::red); in TEST_P() local
2725 std::vector<GLColor> texDataRed(8u * 8u * 8u, GLColor::red); in TEST_P() local
2795 std::vector<GLColor> texDataRed(8u * 8u * 8u, GLColor::red); in TEST_P() local
3596 GLColor texDataRed[1] = {GLColor::red}; in uploadTexture() local
3648 std::vector<GLColor> texDataRed(1, GLColor::red); in uploadTexture() local