Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DReadOnlyFeedbackLoopTest.cpp145 GLint depthColorValue = (depthValue)*128 + 128; in TEST_P() local
146 EXPECT_EQ(depthColorValue, angle::ReadColor(width / 2, height / 2).R); in TEST_P()