Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/test/
Dtest_fixture.h26 struct ScopedContext { struct
29 ~ScopedContext() { spvContextDestroy(context); } in ~ScopedContext() argument
30 spv_context context;
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtest_fixture.h26 struct ScopedContext { struct
29 ~ScopedContext() { spvContextDestroy(context); } in ~ScopedContext() argument
30 spv_context context;
/external/deqp-deps/SPIRV-Tools/tools/comp/
Dmarkv.cpp44 struct ScopedContext { struct
45 ScopedContext(spv_target_env env) : context(spvContextCreate(env)) {} in ScopedContext() argument
46 ~ScopedContext() { spvContextDestroy(context); } in ~ScopedContext()
47 spv_context context;
/external/swiftshader/third_party/SPIRV-Tools/tools/comp/
Dmarkv.cpp44 struct ScopedContext { struct
45 ScopedContext(spv_target_env env) : context(spvContextCreate(env)) {} in ScopedContext() function
46 ~ScopedContext() { spvContextDestroy(context); } in ~ScopedContext()
47 spv_context context;
/external/libchrome/base/test/
Dtest_mock_time_task_runner.cc185 TestMockTimeTaskRunner::ScopedContext::ScopedContext( in ScopedContext() function in base::TestMockTimeTaskRunner::ScopedContext