HomeSort by relevance Sort by last modified time
    Searched refs:producerThread (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/gui/tests/
SurfaceTextureGLThreadToGL.h 35 * class PT : public ProducerThread {
56 // ProducerThread is an abstract base class to simplify the creation of
58 class ProducerThread : public Thread {
60 virtual ~ProducerThread() {
169 void runProducerThread(const sp<ProducerThread> producerThread) {
171 mProducerThread = producerThread;
172 producerThread->setEglObjects(mEglDisplay, mProducerEglSurface,
174 producerThread->run("ProducerThread");
    [all...]
  /external/deqp/framework/delibs/dethread/
deThreadTest.c 366 void producerThread (void* arg)
453 producer = deThread_create(producerThread, &testBuffer, DE_NULL);

Completed in 132 milliseconds