Home
last modified time | relevance | path

Searched refs:target (Results 1826 - 1850 of 4838) sorted by relevance

1...<<71727374757677787980>>...194

/third_party/skia/src/gpu/ops/
H A DOpsTask.cpp480 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onPrePrepare()
494 SkASSERT(this->target(0)->peekRenderTarget()); in onPrepare()
507 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onPrepare()
532 // chain.head()->prePrepare(flushState->gpu()->getContext(), &this->target(0), in onPrepare()
551 GrRenderTargetProxy* proxy = this->target(0)->asRenderTargetProxy(); in onExecute()
646 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onExecute()
690 GrSurfaceProxy* proxy = this->target(0); in setColorLoadOp()
706 return this->target(0) == opsTask->target(0) && in canMerge()
749 // (This works because the opsTask all target th in mergeFrom()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp678 void PluginFrontendDelegate::Push(const PageTarget& target, const std::string& params) in Push() argument
680 if (target.url.empty()) { in Push()
686 EventReport::SendPageRouterException(PageRouterExcepType::PAGE_STACK_OVERFLOW_ERR, target.url); in Push()
690 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in Push()
692 LoadPage(GenerateNextPageId(), PageTarget(pagePath, target.container), false, params); in Push()
698 void PluginFrontendDelegate::Replace(const PageTarget& target, const std::string& params) in Replace() argument
700 if (target.url.empty()) { in Replace()
705 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in Replace()
707 LoadReplacePage(GenerateNextPageId(), PageTarget(pagePath, target.container), params); in Replace()
737 void PluginFrontendDelegate::BackWithTarget(const PageTarget& target, cons argument
1074 LoadPage( int32_t pageId, const PageTarget& target, bool isMainPage, const std::string& params) LoadPage() argument
1495 LoadReplacePage(int32_t pageId, const PageTarget& target, const std::string& params) LoadReplacePage() argument
[all...]
/third_party/jinja2/
H A Dcompiler.py583 for target, (action, param) in frame.symbols.loads.items():
587 self.writeline(f"{target} = {self.get_resolve_func()}({param!r})")
589 self.writeline(f"{target} = {param}")
591 undefs.append(target)
600 for target in frame.symbols.loads:
601 undefs.append(target)
715 f"{name!r}: {target}"
716 for name, target in frame.symbols.dump_stores().items()
746 def mark_parameter_stored(self, target: str) -> None:
751 self._param_def_block[-1].discard(target)
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h142 void Name(target_type target); \
143 void Name(target_type target, COND_TYPED_ARGS);
152 void Branch(Label* target);
153 void Branch(int32_t target);
155 void Branch(Label* target, Condition cond, Register r1, const Operand& r2,
157 void Branch(int32_t target, Condition cond, Register r1, const Operand& r2,
185 void BranchTrueShortF(Register rs, Label* target);
186 void BranchFalseShortF(Register rs, Label* target);
188 void BranchTrueF(Register rs, Label* target);
189 void BranchFalseF(Register rs, Label* target);
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c359 templ.target = PIPE_TEXTURE_2D; in dri2_allocate_buffer()
521 templ.target = screen->target; in dri2_allocate_textures()
859 if (pscreen->is_format_supported(pscreen, map->pipe_format, screen->target, 0, 0, in dri2_create_image_from_winsys()
862 if (pscreen->is_format_supported(pscreen, map->pipe_format, screen->target, 0, 0, in dri2_create_image_from_winsys()
869 screen->target, 0, 0, PIPE_BIND_SAMPLER_VIEW)) { in dri2_create_image_from_winsys()
879 screen->target, 0, 0, PIPE_BIND_SAMPLER_VIEW)) { in dri2_create_image_from_winsys()
886 screen->target, 0, 0, PIPE_BIND_SAMPLER_VIEW)) { in dri2_create_image_from_winsys()
912 templ.target = screen->target; in dri2_create_image_from_winsys()
1967 unsigned target, usage; dri2_interop_export_object() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h53 PageTarget target = PageTarget(""); member
148 void Push(const PageTarget& target, const std::string& params,
150 void Replace(const PageTarget& target, const std::string& params,
152 void BackWithTarget(const PageTarget& target, const std::string& params);
379 int32_t pageId, const PageTarget& target, bool isMainPage, const std::string& params, bool isRestore = false);
432 void StartPush(const PageTarget& target, const std::string& params,
434 void StartReplace(const PageTarget& target, const std::string& params,
436 void StartBack(const PageTarget& target, const std::string& params);
437 void BackCheckAlert(const PageTarget& target, const std::string& params);
440 bool IsNavigationStage(const PageTarget& target);
[all...]
/third_party/glfw/src/
H A Dwin32_init.c441 WCHAR* target; in _glfwCreateWideStringFromUTF8Win32() local
452 target = _glfw_calloc(count, sizeof(WCHAR)); in _glfwCreateWideStringFromUTF8Win32()
454 if (!MultiByteToWideChar(CP_UTF8, 0, source, -1, target, count)) in _glfwCreateWideStringFromUTF8Win32()
458 _glfw_free(target); in _glfwCreateWideStringFromUTF8Win32()
462 return target; in _glfwCreateWideStringFromUTF8Win32()
469 char* target; in _glfwCreateUTF8FromWideStringWin32() local
480 target = _glfw_calloc(size, 1); in _glfwCreateUTF8FromWideStringWin32()
482 if (!WideCharToMultiByte(CP_UTF8, 0, source, -1, target, size, NULL, NULL)) in _glfwCreateUTF8FromWideStringWin32()
486 _glfw_free(target); in _glfwCreateUTF8FromWideStringWin32()
490 return target; in _glfwCreateUTF8FromWideStringWin32()
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c783 const struct pipe_stream_output_target *target = in emit_state() local
785 struct v3d_resource *rsc = target ? in emit_state()
786 v3d_resource(target->buffer) : NULL; in emit_state()
793 if (!target) in emit_state()
799 target->buffer_offset + in emit_state()
802 (target->buffer_size - offset) >> 2; in emit_state()
807 if (target) { in emit_state()
810 target->buffer_offset + in emit_state()
815 if (target) { in emit_state()
817 target in emit_state()
[all...]
/third_party/node/src/crypto/
H A Dcrypto_sig.cc329 void Sign::Initialize(Environment* env, Local<Object> target) { in Initialize() argument
341 SetConstructorFunction(env->context(), target, "Sign", t); in Initialize()
343 SignJob::Initialize(env, target); in Initialize()
348 NODE_DEFINE_CONSTANT(target, kSignJobModeSign); in Initialize()
349 NODE_DEFINE_CONSTANT(target, kSignJobModeVerify); in Initialize()
350 NODE_DEFINE_CONSTANT(target, kSigEncDER); in Initialize()
351 NODE_DEFINE_CONSTANT(target, kSigEncP1363); in Initialize()
352 NODE_DEFINE_CONSTANT(target, RSA_PKCS1_PSS_PADDING); in Initialize()
459 void Verify::Initialize(Environment* env, Local<Object> target) { in Initialize() argument
471 SetConstructorFunction(env->context(), target, "Verif in Initialize()
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c629 ppir_block *target; in ppir_codegen_encode_branch() local
658 target = branch->target; in ppir_codegen_encode_branch()
659 while (list_is_empty(&target->instr_list)) { in ppir_codegen_encode_branch()
660 if (!target->list.next) in ppir_codegen_encode_branch()
662 target = list_entry(target->list.next, ppir_block, list); in ppir_codegen_encode_branch()
665 assert(!list_is_empty(&target->instr_list)); in ppir_codegen_encode_branch()
667 target_instr = list_first_entry(&target->instr_list, ppir_instr, list); in ppir_codegen_encode_branch()
668 b->branch.target in ppir_codegen_encode_branch()
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_batch.c380 struct crocus_bo *target, int32_t target_offset, in emit_reloc()
383 assert(target != NULL); in emit_reloc()
385 if (target == batch->ice->workaround_bo) in emit_reloc()
391 crocus_use_bo(batch, target, writable); in emit_reloc()
408 target->kflags &= ~EXEC_OBJECT_SUPPORTS_48B_ADDRESS; in emit_reloc()
422 .target_handle = find_exec_index(batch, target), in emit_reloc()
435 struct crocus_bo *target, uint32_t target_offset, in crocus_command_reloc()
441 target, target_offset, reloc_flags); in crocus_command_reloc()
446 struct crocus_bo *target, uint32_t target_offset, in crocus_state_reloc()
452 target, target_offse in crocus_state_reloc()
378 emit_reloc(struct crocus_batch *batch, struct crocus_reloc_list *rlist, uint32_t offset, struct crocus_bo *target, int32_t target_offset, unsigned int reloc_flags) emit_reloc() argument
434 crocus_command_reloc(struct crocus_batch *batch, uint32_t batch_offset, struct crocus_bo *target, uint32_t target_offset, unsigned int reloc_flags) crocus_command_reloc() argument
445 crocus_state_reloc(struct crocus_batch *batch, uint32_t state_offset, struct crocus_bo *target, uint32_t target_offset, unsigned int reloc_flags) crocus_state_reloc() argument
[all...]
/third_party/python/Doc/tools/extensions/
H A Dpyspecific.py93 has_t, title, target = split_explicit_title(text)
95 target = utils.unescape(target)
96 refnode = nodes.reference(title, title, refuri=SOURCE_URI % target)
223 {'source': [(docname, target), ...], 'args': args}
284 target = self.arguments[2].strip("\"'")
286 target = None
287 if not target:
288 target = "audit_event_{}_{}".format(
292 ids.append(target)
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboStateQueryTests.cpp46 void checkAttachmentComponentSizeAtLeast (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, int r, int g, int b, int a, int d, int s) in checkAttachmentComponentSizeAtLeast() argument
66 gl.glGetFramebufferAttachmentParameteriv(target, attachment, paramNames[ndx], &state); in checkAttachmentComponentSizeAtLeast()
83 void checkAttachmentComponentSizeExactly (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, int r, int g, int b, int a, int d, int s) in checkAttachmentComponentSizeExactly() argument
103 gl.glGetFramebufferAttachmentParameteriv(target, attachment, paramNames[ndx], &state); in checkAttachmentComponentSizeExactly()
144 void checkAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, GLenum pname, GLenum reference) in checkAttachmentParam() argument
147 gl.glGetFramebufferAttachmentParameteriv(target, attachment, pname, &state); in checkAttachmentParam()
153 void checkColorAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum pname, GLenum reference) in checkColorAttachmentParam() argument
155 checkAttachmentParam(testCtx, gl, target, GL_COLOR_ATTACHMENT0, pname, reference); in checkColorAttachmentParam()
893 // check color target in test()
896 // check depth target in test()
1003 GLenum target; init() member
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base.cpp222 GLenum target = 0; in BindBuffer() local
223 tie(succ, target) = NVal(env, funcArg[NARG_POS::FIRST]).ToGLenum(); in BindBuffer()
229 context->GetWebGLRenderingContextImpl().BindBuffer(env, target, funcArg[NARG_POS::SECOND]); in BindBuffer()
241 GLenum target = 0; in BindFramebuffer() local
242 tie(succ, target) = NVal(env, funcArg[NARG_POS::FIRST]).ToGLenum(); in BindFramebuffer()
248 context->GetWebGLRenderingContextImpl().BindFrameBuffer(env, target, funcArg[NARG_POS::SECOND]); in BindFramebuffer()
260 GLenum target = 0; in BindRenderbuffer() local
261 tie(succ, target) = NVal(env, funcArg[NARG_POS::FIRST]).ToGLenum(); in BindRenderbuffer()
267 context->GetWebGLRenderingContextImpl().BindRenderBuffer(env, target, funcArg[NARG_POS::SECOND]); in BindRenderbuffer()
277 GLenum target in BindTexture() local
513 GLenum target = 0; CheckFramebufferStatus() local
1198 GLenum target = 0; FramebufferRenderbuffer() local
1227 GLenum target = 0; FramebufferTexture2D() local
1334 GLenum target = 0; Hint() local
1701 GLenum target = 0; TexParameterf() local
1728 GLenum target = 0; TexParameteri() local
2366 GLenum target = 0; GenerateMipmap() local
2445 GLenum target = 0; GetBufferParameter() local
2477 GLenum target = 0; GetFramebufferAttachmentParameter() local
2523 GLenum target = 0; GetRenderbufferParameter() local
2545 GLenum target = 0; GetTexParameter() local
[all...]
/foundation/ability/idl_tool/util/
H A Dstring.h97 String Replace(const char* target, const char* replacement) const;
99 String Replace(const String& target, const String& replacement) const;
/foundation/arkui/ace_engine/frameworks/core/common/
H A Drender_boundary_manager.cpp31 renderTask.target = isDebugBoundary; in PostTaskRenderBoundary()
55 if (renderLayoutBoundaryTaskQueue_.front().target == isDebugBoundary) { in ResetTaskQueue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dsystem_window_scene.h50 void CreateOverlayManager(bool isShow, const RefPtr<FrameNode>& target) in CreateOverlayManager() argument
53 overlayManager_ = MakeRefPtr<OverlayManager>(target); in CreateOverlayManager()
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/core/
H A Dindex.js99 * @param {ViewModel} target ViewModel instance
103 function proxy(target, source, key) {
104 Object.defineProperty(target, key, {
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_controller.h38 bool AttachTo(const META_NS::IAttach::Ptr& target, const META_NS::IObject::Ptr& dataContext) override;
39 bool DetachFrom(const META_NS::IAttach::Ptr& target) override;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproxyrendernode_fuzzer/
H A Drsproxyrendernode_fuzzer.cpp78 auto target = std::make_shared<RSSurfaceRenderNode>(config); in DoSomethingInterestingWithMyAPI() local
79 auto rsProxyRenderNode = std::make_shared<RSProxyRenderNode>(id, target, targetId); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/
H A Decs_animation_util.h66 to_hex(static_cast<const Entity&>(track->target).id).data()); in UpdateAnimationTrackTargets()
67 track->target = entityManager.GetReferenceCounted(*targetIt); in UpdateAnimationTrackTargets()
/foundation/multimodalinput/input/tools/event_inject/src/
H A Dmanage_inject_device.cpp47 inputEventArray.target = deviceNode; in TransformJsonData()
76 std::string deviceNode = inputEventArray.target; in SendEventToDeviceNode()
/foundation/resourceschedule/ffrt/src/util/
H A Dspmc_queue.cpp92 bool SpmcQueue::FindElement(void* target) in FindElement() argument
101 if (target == element) { in FindElement()
/foundation/communication/ipc/ipc/native/c/manager/include/
H A Dipc_process_skeleton.h58 int32_t SetRegistryObject(SvcIdentity target);
60 int32_t ProcessSendRequest(SvcIdentity target, uint32_t code, IpcIo *data, IpcIo *reply,
/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_mock.cpp84 bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectSignedNumberItem() argument
86 return GetConnectionBleInterface()->GetJsonObjectSignedNumberItem(json, string, target); in GetJsonObjectSignedNumberItem()

Completed in 26 milliseconds

1...<<71727374757677787980>>...194