Searched refs:expectedPixelValues (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | EGLImageTest.cpp | 40 GrTexture* externalTexture, uint32_t expectedPixelValues[]) { in test_read_pixels() argument 51 if (pixels.get()[i] != expectedPixelValues[i]) { in test_read_pixels() 53 " got 0x%08x.", i, expectedPixelValues[i], pixels.get()[i]); in test_read_pixels() 70 GrTexture* externalTexture, uint32_t expectedPixelValues[]) { in test_copy_surface() argument 79 test_read_pixels(reporter, context, copy, expectedPixelValues); in test_copy_surface()
|
D | RectangleTextureTest.cpp | 17 GrTexture* rectangleTexture, uint32_t expectedPixelValues[]) { in test_read_pixels() argument 28 if (pixels.get()[i] != expectedPixelValues[i]) { in test_read_pixels() 30 " got 0x%08x.", i, expectedPixelValues[i], pixels.get()[i]); in test_read_pixels() 55 GrTexture* rectangleTexture, uint32_t expectedPixelValues[]) { in test_copy_surface_src() argument 64 test_read_pixels(reporter, context, dst, expectedPixelValues); in test_copy_surface_src()
|