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

/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp861 const TestPixel testPixels[] = { local
866 enum {numTestPixels = sizeof(testPixels) / sizeof(testPixels[0])};
871 const TestPixel* testPixels):
873 mTestPixels(testPixels) {
946 sp<Thread> pt(new ProducerThread(mANW, testPixels));
973 int x = testPixels[j].x;
974 int y = testPixels[j].y;
870 ProducerThread(const sp<ANativeWindow>& anw, const TestPixel* testPixels) argument

Completed in 135 milliseconds