Home
last modified time | relevance | path

Searched refs:stc (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/renderscript/v8/rs_support/
DrsType.cpp223 TypeState * stc = &rsc->mStateType; in getTypeRef() local
226 for (uint32_t ct=0; ct < stc->mTypes.size(); ct++) { in getTypeRef()
227 Type *t = stc->mTypes[ct]; in getTypeRef()
252 stc->mTypes.push(nt); in getTypeRef()
/frameworks/rs/
DrsType.cpp223 TypeState * stc = &rsc->mStateType; in getTypeRef() local
226 for (uint32_t ct=0; ct < stc->mTypes.size(); ct++) { in getTypeRef()
227 Type *t = stc->mTypes[ct]; in getTypeRef()
252 stc->mTypes.push(nt); in getTypeRef()
/frameworks/rs/driver/
DrsdGL.cpp334 sp<SurfaceTextureClient> stc(new SurfaceTextureClient(static_cast<sp<ISurfaceTexture> >(bq))); in rsdGLInit() local
337 static_cast<ANativeWindow*>(stc.get()), in rsdGLInit()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp494 sp<SurfaceTextureClient> stc = new SurfaceTextureClient( in readyToRun() local
497 type, isSecure, token, stc, fbs, mEGLConfig); in readyToRun()
1157 sp<SurfaceTextureClient> stc; in handleTransactionLocked() local
1172 stc = new SurfaceTextureClient( in handleTransactionLocked()
1177 stc = new SurfaceTextureClient(state.surface); in handleTransactionLocked()
1183 if (stc != NULL) { in handleTransactionLocked()
1185 state.type, isSecure, display, stc, fbs, in handleTransactionLocked()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp112 sp<SurfaceTextureClient> stc = new SurfaceTextureClient(sms); in SetUp() local
113 sp<ANativeWindow> window = stc; in SetUp()
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp689 sp<SurfaceTextureClient> stc(new SurfaceTextureClient(st)); in SetUp() local
691 static_cast<ANativeWindow*>(stc.get()), NULL); in SetUp()