Home
last modified time | relevance | path

Searched refs:local_ctx (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dtest_optpass.cpp199 struct gl_context local_ctx; in test_optpass() local
200 struct gl_context *ctx = &local_ctx; in test_optpass()
Dstandalone.cpp398 static struct gl_context local_ctx; in standalone_compile_shader() local
399 struct gl_context *ctx = &local_ctx; in standalone_compile_shader()
/external/skqp/experimental/skottie/
DSkottie.cpp940 AttachContext local_ctx = in AttachLayer() local
948 auto layer = gLayerAttachers[type](jlayer, &local_ctx, &time_bias, &time_scale); in AttachLayer()
959 layer = AttachMask(jlayer["masksProperties"], &local_ctx, std::move(layer)); in AttachLayer()
967 layer = AttachOpacity(jlayer["ks"], &local_ctx, std::move(layer)); in AttachLayer()
/external/skia/experimental/skottie/
DSkottie.cpp1005 AttachContext local_ctx = { layerCtx->fCtx->fResources, in AttachLayer() local
1015 auto layer = gLayerAttachers[type](jlayer, &local_ctx, &time_bias, &time_scale); in AttachLayer()
1026 layer = AttachMask(jlayer["masksProperties"], &local_ctx, std::move(layer)); in AttachLayer()
1034 layer = AttachOpacity(jlayer["ks"], &local_ctx, std::move(layer)); in AttachLayer()