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

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGL.h44 mSTC = new Surface(producer);
45 mANW = mSTC;
55 mSTC.clear();
66 sp<Surface> mSTC; member in class:android::SurfaceTextureGLTest
H A DSurfaceTextureClient_test.cpp56 mSTC = new Surface(producer);
57 mANW = mSTC;
95 mSTC.clear();
119 sp<Surface> mSTC; member in class:android::SurfaceTextureClientTest
129 sp<IGraphicBufferProducer> ist(mSTC->getIGraphicBufferProducer());
700 sp<ANativeWindow> anw(mSTC);
H A DCpuConsumer_test.cpp74 mSTC = new Surface(producer);
75 mANW = mSTC;
80 mSTC.clear();
159 sp<Surface> mSTC; member in class:android::CpuConsumerTest
/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp143 sp<Surface> mSTC = new Surface(producer); local
144 sp<ANativeWindow> mANW = mSTC;
262 sp<Surface> mSTC = new Surface(producer); local
263 sp<ANativeWindow> mANW = mSTC;
348 sp<Surface> mSTC = new Surface(producer); local
349 sp<ANativeWindow> mANW = mSTC;
427 sp<Surface> mSTC = new Surface(producer); local
428 sp<ANativeWindow> mANW = mSTC;
532 sp<Surface> mSTC = new Surface(producer); local
533 sp<ANativeWindow> mANW = mSTC;
[all...]
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp359 mSTC = new Surface(mSMS->getProducer());
360 mANW = mSTC;
365 mSTC.clear();
373 sp<Surface> mSTC; member in class:android::SurfaceMediaSourceTest
394 mSTC = new Surface(mSMS->getProducer());
395 mANW = mSTC;
403 mSTC.clear();
414 sp<Surface> mSTC; member in class:android::SurfaceMediaSourceGLTest
481 mSTC = new Surface(iST);
482 mANW = mSTC;
[all...]

Completed in 110 milliseconds