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

  /frameworks/native/libs/gui/tests/
SurfaceTextureGL.h 44 mSTC = new Surface(producer);
45 mANW = mSTC;
55 mSTC.clear();
66 sp<Surface> mSTC;
SurfaceTextureGLToGL_test.cpp 34 ASSERT_EQ(OK, mSTC->setMaxDequeuedBufferCount(2));
88 ASSERT_EQ(OK, mSTC->setMaxDequeuedBufferCount(2));
278 mSTC.clear();
316 mSTC.clear();
344 ASSERT_EQ(OK, mSTC->setMaxDequeuedBufferCount(2));
404 ASSERT_EQ(OK, mSTC->setMaxDequeuedBufferCount(2));
468 ASSERT_EQ(OK, mSTC->setMaxDequeuedBufferCount(2));
SurfaceTextureClient_test.cpp 56 mSTC = new Surface(producer);
57 mANW = mSTC;
95 mSTC.clear();
119 sp<Surface> mSTC;
129 sp<IGraphicBufferProducer> ist(mSTC->getIGraphicBufferProducer());
700 sp<ANativeWindow> anw(mSTC);
CpuConsumer_test.cpp 75 mSTC = new Surface(producer);
76 mANW = mSTC;
81 mSTC.clear();
160 sp<Surface> mSTC;
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 153 sp<Surface> mSTC = new Surface(producer);
154 sp<ANativeWindow> mANW = mSTC;
272 sp<Surface> mSTC = new Surface(producer);
273 sp<ANativeWindow> mANW = mSTC;
358 sp<Surface> mSTC = new Surface(producer);
359 sp<ANativeWindow> mANW = mSTC;
530 sp<Surface> mSTC = new Surface(producer);
531 sp<ANativeWindow> mANW = mSTC;
582 sp<Surface> mSTC = new Surface(producer);
583 sp<ANativeWindow> mANW = mSTC;
    [all...]

Completed in 501 milliseconds