Home
last modified time | relevance | path

Searched defs:context (Results 226 - 250 of 8857) sorted by relevance

12345678910>>...355

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DD3D12Error.cpp22 MaybeError CheckHRESULTImpl(HRESULT result, const char* context) { in CheckHRESULTImpl() argument
28 messageStream << context << " failed with "; in CheckHRESULTImpl() local
43 MaybeError CheckOutOfMemoryHRESULTImpl(HRESULT result, const char* context) { in CheckOutOfMemoryHRESULTImpl() argument
/third_party/skia/experimental/graphite/src/
H A DContextPriv.h31 explicit ContextPriv(Context* context) : fContext(context) {} in ContextPriv() argument
/third_party/skia/docs/examples/
H A DSurface_MakeRenderTarget_2.cpp20 auto context = canvas->recordingContext(); in REG_FIDDLE() local
H A DSurface_MakeRenderTarget_3.cpp9 auto context = canvas->recordingContext(); in REG_FIDDLE() local
/third_party/skia/bench/
H A DCreateBackendTextureBench.cpp29 auto context = canvas->recordingContext()->asDirectContext(); variable
42 auto context = canvas->recordingContext()->asDirectContext(); variable
/third_party/rust/crates/nix/src/
H A Ducontext.rs17 let mut context = mem::MaybeUninit::<libc::ucontext_t>::uninit(); in get() variables
/third_party/spirv-tools/source/reduce/
H A Dmerge_blocks_reduction_opportunity_finder.cpp27 GetAvailableOpportunities( opt::IRContext* context, uint32_t target_function) const GetAvailableOpportunities() argument
H A Dremove_function_reduction_opportunity_finder.cpp23 GetAvailableOpportunities( opt::IRContext* context, uint32_t target_function) const GetAvailableOpportunities() argument
/third_party/spirv-tools/test/fuzzers/
H A Dspvtools_binary_parser_fuzzer.cpp27 const spv_context context = spvContextCreate(random_gen.GetTargetEnv()); in LLVMFuzzerTestOneInput() local
/third_party/spirv-tools/test/opt/
H A Dfeature_manager_test.cpp34 std::unique_ptr<IRContext> context = in TEST_F() local
49 std::unique_ptr<IRContext> context = in TEST_F() local
64 std::unique_ptr<IRContext> context = in TEST_F() local
80 std::unique_ptr<IRContext> context in TEST_F() local
98 std::unique_ptr<IRContext> context = TEST_F() local
116 std::unique_ptr<IRContext> context = TEST_F() local
132 std::unique_ptr<IRContext> context = TEST_F() local
148 std::unique_ptr<IRContext> context = TEST_F() local
170 std::unique_ptr<IRContext> context = TEST_F() local
[all...]
/third_party/spirv-tools/test/
H A Dtext_destroy_test.cpp23 spv_context context = spvContextCreate(SPV_ENV_UNIVERSAL_1_0); in TEST() local
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dcontext.go
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeBufferApiTests.cpp42 NegativeBufferApiTests::NegativeBufferApiTests (Context& context) in NegativeBufferApiTests() argument
H A Des3fStringQueryTests.cpp44 StringQueryTests::StringQueryTests (Context& context) in StringQueryTests() argument
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderCompilerTests.cpp35 ShaderCompilerTests::ShaderCompilerTests (Context& context) in ShaderCompilerTests() argument
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sStressTests.cpp43 StressTests::StressTests (Context& context) in StressTests() argument
/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sStressTests.cpp37 StressTests::StressTests (Context& context) in StressTests() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fNegativeBufferApiTests.cpp42 NegativeBufferApiTests::NegativeBufferApiTests (Context& context) in NegativeBufferApiTests() argument
H A Des2fNegativeFragmentApiTests.cpp41 NegativeFragmentApiTests::NegativeFragmentApiTests (Context& context) in NegativeFragmentApiTests() argument
H A Des2fStringQueryTests.cpp44 StringQueryTests::StringQueryTests (Context& context) in StringQueryTests() argument
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderCompilerTests.cpp35 ShaderCompilerTests::ShaderCompilerTests (Context& context) in ShaderCompilerTests() argument
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sStressTests.cpp38 StressTests::StressTests (Context& context) in StressTests() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dcoap_session_internal.h31 struct coap_context_t *context; /**< endpoint's context */ member
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension_context.h29 explicit JsAutoFillExtensionContext(const std::shared_ptr<AutoFillExtensionContext> &context) : context_(context) {} in JsAutoFillExtensionContext() argument
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dapplication_cleaner.h33 void SetRuntimeContext(std::shared_ptr<AbilityRuntime::ApplicationContext> context) in SetRuntimeContext() argument

Completed in 39 milliseconds

12345678910>>...355