Searched defs:mSTC (Results 1 - 4 of 4) 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.cpp75 mSTC = new Surface(producer);
76 mANW = mSTC;
81 mSTC.clear();
160 sp<Surface> mSTC; member in class:android::CpuConsumerTest
/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp153 sp<Surface> mSTC = new Surface(producer); local
154 sp<ANativeWindow> mANW = mSTC;
272 sp<Surface> mSTC = new Surface(producer); local
273 sp<ANativeWindow> mANW = mSTC;
358 sp<Surface> mSTC = new Surface(producer); local
359 sp<ANativeWindow> mANW = mSTC;
530 sp<Surface> mSTC = new Surface(producer); local
531 sp<ANativeWindow> mANW = mSTC;
582 sp<Surface> mSTC = new Surface(producer); local
583 sp<ANativeWindow> mANW = mSTC;
664 sp<Surface> mSTC = new Surface(producer); local
769 sp<Surface> mSTC = new Surface(producer); local
[all...]

Completed in 582 milliseconds