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

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGL_test.cpp197 const TestPixel testPixels[] = { local
202 enum {numTestPixels = sizeof(testPixels) / sizeof(testPixels[0])};
207 const TestPixel* testPixels):
209 mTestPixels(testPixels) {
282 sp<Thread> pt(new ProducerThread(mANW, testPixels));
309 int x = testPixels[j].x;
310 int y = testPixels[j].y;
206 ProducerThread(const sp<ANativeWindow>& anw, const TestPixel* testPixels) argument

Completed in 52 milliseconds