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

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGL_test.cpp212 const TestPixel testPixels[] = { local
217 enum {numTestPixels = sizeof(testPixels) / sizeof(testPixels[0])};
222 const TestPixel* testPixels):
224 mTestPixels(testPixels) {
297 sp<Thread> pt(new ProducerThread(mANW, testPixels));
324 int x = testPixels[j].x;
325 int y = testPixels[j].y;
221 ProducerThread(const sp<ANativeWindow>& anw, const TestPixel* testPixels) argument

Completed in 62 milliseconds