Searched defs:checkRegionR32I (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp2715 bool result = checkRegionR32I(x, y, index, &texture_data[0]);
2812 bool DrawTestBase::checkRegionR32I(GLuint x, GLuint y, GLint expected_value, GLint* data) function in class:glcts::ViewportArray::DrawTestBase
2817 return checkRegionR32I(x, y, width, height, expected_value, data);
2832 bool DrawTestBase::checkRegionR32I(GLuint x, GLuint y, GLuint width, GLuint height, GLint expected_value, GLint* data) function in class:glcts::ViewportArray::DrawTestBase
3486 bool result = checkRegionR32I(x, y, expected_value, &texture_data[0]);
3740 bool result = checkRegionR32I(x, y, expected_left, &texture_data[0]);
3754 bool result = checkRegionR32I(x, y, expected_right, &texture_data[0]);
3976 bool result = checkRegionR32I(x, y, expected_value, layer_data);
4067 bool result = checkRegionR32I(x, y, expected_value, layer_data);
4159 bool result = checkRegionR32I(
[all...]

Completed in 140 milliseconds