Searched refs:dirty_x (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/tests/GLESUnitTests/ |
D | unittests.cpp | 730 GLint dirty_x = 8; 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()
|