Home
last modified time | relevance | path

Searched defs:ScopedContext (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/tools/stats/
Dstats.cpp30 struct ScopedContext { struct
31 ScopedContext(spv_target_env env) : context(spvContextCreate(env)) {} in ScopedContext() argument
32 ~ScopedContext() { spvContextDestroy(context); } in ~ScopedContext()
33 spv_context context;
/third_party/flutter/skia/third_party/externals/spirv-tools/tools/comp/
Dmarkv.cpp36 struct ScopedContext { struct
37 ScopedContext(spv_target_env env) : context(spvContextCreate(env)) {} in ScopedContext() argument
38 ~ScopedContext() { spvContextDestroy(context); } in ~ScopedContext()
39 spv_context context;
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtest_fixture.h23 struct ScopedContext { struct
26 ~ScopedContext() { spvContextDestroy(context); } in ~ScopedContext() argument
27 spv_context context;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtest_fixture.h26 struct ScopedContext { struct
29 ~ScopedContext() { spvContextDestroy(context); } in ~ScopedContext() argument
30 spv_context context;
/third_party/skia/third_party/externals/spirv-tools/test/
Dtest_fixture.h26 struct ScopedContext { struct
29 ~ScopedContext() { spvContextDestroy(context); } in ~ScopedContext() argument
30 spv_context context;
/third_party/spirv-tools/test/
Dtest_fixture.h26 struct ScopedContext { struct
29 ~ScopedContext() { spvContextDestroy(context); } in ~ScopedContext() argument
30 spv_context context;