Searched refs:stc (Results 1 – 6 of 6) sorted by relevance
/frameworks/support/renderscript/v8/rs_support/ |
D | rsType.cpp | 223 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/ |
D | rsType.cpp | 223 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/ |
D | rsdGL.cpp | 334 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/ |
D | SurfaceFlinger.cpp | 494 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/ |
D | SurfaceMediaSource_test.cpp | 112 sp<SurfaceTextureClient> stc = new SurfaceTextureClient(sms); in SetUp() local 113 sp<ANativeWindow> window = stc; in SetUp()
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureClient_test.cpp | 689 sp<SurfaceTextureClient> stc(new SurfaceTextureClient(st)); in SetUp() local 691 static_cast<ANativeWindow*>(stc.get()), NULL); in SetUp()
|