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

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

Completed in 131 milliseconds