Searched refs:drawValue (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | BlendIntegerTest.cpp | 192 const int32_t drawValue[4] = {0, 0, 0, 0}; in runTestMRT() local 193 compareValue<int32_t, 4>(drawValue, "drawValue", GL_COLOR_ATTACHMENT2); in runTestMRT() 197 const uint32_t drawValue[4] = {0, 0, 0, 0}; in runTestMRT() local 198 compareValue<uint32_t, 4>(drawValue, "drawValue", GL_COLOR_ATTACHMENT2); in runTestMRT()
|