Searched refs:dirty_y (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/tests/GLESUnitTests/ |
D | unittests.cpp | 731 GLint dirty_y = 12; in TEST_F() local 732 glTexSubImage2D(GL_TEXTURE_2D, 0, dirty_x, dirty_y, 1, 1, GL_RGB, GL_FLOAT, dirty_color); in TEST_F() 739 expectFramebufferColor(clear_color, dirty_x, dirty_y); in TEST_F()
|