Searched refs:runtimeEffect (Results 1 – 2 of 2) sorted by relevance
81 bool runtimeEffect = ProgramConfig::IsRuntimeEffect(context.fConfig->fKind); in setupSymbolTable() local82 if (runtimeEffect && !context.fConfig->fSettings.fEnforceES2Restrictions) { in setupSymbolTable()
89 SurfaceView runtimeEffectView = findViewById(R.id.runtimeEffect); in onCreate()