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

  /cts/tests/tests/textureview/src/android/textureview/cts/
TextureViewSnapshotTestActivity.java 36 private Thread mProducerThread;
62 mProducerThread = new GLProducerThread(surface, new GLRendererImpl(),
64 mProducerThread.start();
73 mProducerThread = null;
TextureViewTestActivity.java 35 private Thread mProducerThread;
68 mProducerThread = new GLProducerThread(surface, new GLRendererImpl(),
70 mProducerThread.start();
79 mProducerThread = null;
GLProducerThread.java 37 private Thread mProducerThread;
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp     [all...]

Completed in 213 milliseconds