Searched defs:texDataRed (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | CopyTexture3DTest.cpp | 335 std::vector<GLColor> texDataRed(2u * 2u * 2u, GLColor::red); in TEST_P() local 1094 std::vector<GLColor> texDataRed(2u * 2u * 2u, GLColor::red); in TEST_P() local
|
H A D | TextureTest.cpp | 4702 std::vector<GLColor> texDataRed(1u * 1u * 1u, GLColor::red); in TEST_P() local 4754 std::vector<GLColor> texDataRed(4u * 4u * 4u, GLColor::red); in TEST_P() local 5614 std::vector<GLColor> texDataRed(4u * 4u, GLColor::red); in TEST_P() local 6083 std::vector<GLColor> texDataRed(4u * 4u, GLColor::red); in TEST_P() local 6105 std::vector<GLColor> texDataRed(4u * 4u, GLColor::red); in testCopyImage() local 6169 std::vector<GLColor> texDataRed(4u * 4u, GLColor::red); in testCopyImageDepthStencil() local 6309 std::vector<GLColor> texDataRed(4u * 4u, GLColor::red); in TEST_P() local 6367 std::vector<GLColor> texDataRed(4u * 4u, GLColor::red); in TEST_P() local 6525 std::vector<GLColor> texDataRed(8u * 8u, GLColor::red); in TEST_P() local 6623 std::vector<GLColor> texDataRed(8u * 8u * 8u, GLColor::red); in TEST_P() local [all …]
|
H A D | MipmapTest.cpp | 1986 std::vector<GLColor> texDataRed(2u * 2u, GLColor::red); in TEST_P() local
|