Searched defs:stc (Results 1 - 4 of 4) 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/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp112 sp<SurfaceTextureClient> stc = new SurfaceTextureClient(sms); local
113 sp<ANativeWindow> window = stc;
/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,

Completed in 54 milliseconds