Home
last modified time | relevance | path

Searched refs:srcColorF (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/tests/gl_tests/
DD3DImageFormatConversionTest.cpp64 gl::ColorF srcColorF[4]; in runTest() local
73 srcColorF[0].red = 1.0f; in runTest()
74 srcColorF[0].green = 0.0f; in runTest()
75 srcColorF[0].blue = 0.0f; in runTest()
76 srcColorF[0].alpha = 1.0f; // Red in runTest()
77 srcColorF[1].red = 0.0f; in runTest()
78 srcColorF[1].green = 1.0f; in runTest()
79 srcColorF[1].blue = 0.0f; in runTest()
80 srcColorF[1].alpha = 1.0f; // Green in runTest()
81 srcColorF[2].red = 0.0f; in runTest()
[all …]