| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_video.c | 30 struct pipe_video_buffer *target, in nvc0_decoder_begin_frame() 38 assert(target); in nvc0_decoder_begin_frame() 39 assert(target->buffer_format == PIPE_FORMAT_NV12); in nvc0_decoder_begin_frame() 71 struct nouveau_vp3_video_buffer *target = (struct nouveau_vp3_video_buffer *)video_target; in nvc0_decoder_end_frame() local 81 ret = nvc0_decoder_bsp_end(dec, desc, target, comm_seq, &vp_caps, &is_ref, refs); in nvc0_decoder_end_frame() 86 nvc0_decoder_vp(dec, desc, target, comm_seq, vp_caps, is_ref, refs); in nvc0_decoder_end_frame() 87 nvc0_decoder_ppp(dec, desc, target, comm_seq); in nvc0_decoder_end_frame() 29 nvc0_decoder_begin_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) nvc0_decoder_begin_frame() argument
|
| /third_party/node/deps/openssl/openssl/Configurations/ |
| H A D | gentemplate.pm | 240 my $target = shift; 241 return "" if $cache{$target}; 243 target => $target, 244 deps => $self->{info}->{depends}->{$target} // []); 245 foreach (@{$self->{info}->{depends}->{$target} // []}) { 248 $cache{$target} = 1;
|
| /third_party/python/Tools/freeze/ |
| H A D | freeze.py | 135 target = 'a.out' # normally derived from script name 301 # derive target name from script name 306 target = base 308 target = base + '.bin' 313 base_target = target 325 target = os.path.join(odir, target) 444 os.path.basename(target)) 475 print('to build the target:', base_target) 477 print('Now run "make" to build the target [all...] |
| /third_party/openssl/Configurations/ |
| H A D | gentemplate.pm | 240 my $target = shift; 241 return "" if $cache{$target}; 243 target => $target, 244 deps => $self->{info}->{depends}->{$target} // []); 245 foreach (@{$self->{info}->{depends}->{$target} // []}) { 248 $cache{$target} = 1;
|
| /third_party/openGLES/xml/ |
| H A D | genglvnd.py | 14 # target - string name of target header, or all targets if None 21 target = None variable 60 target = arg variable 61 write('Using target', target, file=sys.stderr) 604 if (target and target != genOpts.filename): 617 if (target and generated == 0): 618 write('Failed to generate target [all...] |
| H A D | genheaders.py | 14 # target - string name of target header, or all targets if None 21 target = None variable 491 if (target and target != genOpts.filename): 504 if (target and generated == 0): 505 write('Failed to generate target:', target) 539 target = arg variable 540 write('Using target', targe [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | PackedEnums.cpp | 16 TextureType TextureTargetToType(TextureTarget target) in TextureTargetToType() argument 18 switch (target) in TextureTargetToType() 55 bool IsCubeMapFaceTarget(TextureTarget target) in IsCubeMapFaceTarget() argument 57 return TextureTargetToType(target) == TextureType::CubeMap; in IsCubeMapFaceTarget() 118 size_t CubeMapTextureTargetToFaceIndex(TextureTarget target) 120 ASSERT(IsCubeMapFaceTarget(target)); 121 return static_cast<uint8_t>(target) - static_cast<uint8_t>(TextureTarget::CubeMapPositiveX);
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | DisplayD3D.cpp | 200 EGLenum target, in createImage() 203 return new EGLImageD3D(state, target, attribs, mRenderer); in createImage() 230 EGLenum target, in createExternalImageSibling() 235 return mRenderer->createExternalImageSibling(context, target, buffer, attribs); in createExternalImageSibling() 333 EGLenum target, in validateImageClientBuffer() 337 switch (target) in validateImageClientBuffer() 347 return DisplayImpl::validateImageClientBuffer(context, target, clientBuffer, attribs); in validateImageClientBuffer() 198 createImage(const egl::ImageState &state, const gl::Context *context, EGLenum target, const egl::AttributeMap &attribs) createImage() argument 229 createExternalImageSibling(const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument 332 validateImageClientBuffer(const gl::Context *context, EGLenum target, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) const validateImageClientBuffer() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | TextureGL.h | 133 gl::TextureTarget target, 222 gl::TextureTarget target, 231 gl::TextureTarget target, 238 gl::TextureTarget target, 249 gl::TextureTarget target, 265 gl::TextureTarget target, 274 const LevelInfoGL &getLevelInfo(gl::TextureTarget target, size_t level) const;
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
| H A D | esextcTextureCubeMapArrayETC2Support.cpp | 304 const glw::GLuint target = GL_TEXTURE_CUBE_MAP_ARRAY; in prepareTexture() local 305 gl.bindTexture(target, m_texture); in prepareTexture() 309 gl.compressedTexImage3D(target, 0, GL_COMPRESSED_RGB8_ETC2, RENDER_WIDTH, RENDER_HEIGHT, 6, 0, in prepareTexture() 313 gl.texParameteri(target, GL_TEXTURE_MIN_FILTER, GL_NEAREST); in prepareTexture() 314 gl.texParameteri(target, GL_TEXTURE_MAG_FILTER, GL_NEAREST); in prepareTexture() 315 gl.texParameteri(target, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in prepareTexture() 316 gl.texParameteri(target, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); in prepareTexture()
|
| /third_party/skia/third_party/externals/opengl-registry/xml/ |
| H A D | genglvnd.py | 25 # target - string name of target header, or all targets if None 32 target = None variable 71 target = arg variable 72 write('Using target', target, file=sys.stderr) 634 if (target and target != genOpts.filename): 647 if (target and generated == 0): 648 write('Failed to generate target [all...] |
| H A D | genheaders.py | 25 # target - string name of target header, or all targets if None 32 target = None variable 71 target = arg variable 72 write('Using target', target, file=sys.stderr) 576 if (target and target != genOpts.filename): 589 if (target and generated == 0): 590 write('Failed to generate target [all...] |
| /third_party/python/Lib/xml/dom/ |
| H A D | pulldom.py | 140 def processingInstruction(self, target, data): 142 node = self.document.createProcessingInstruction(target, data) 146 event = [(PROCESSING_INSTRUCTION, target, data), None] 175 _,target,data = e[0] 176 n = self.document.createProcessingInstruction(target, data) 297 def processingInstruction(self, target, data): 298 PullDOM.processingInstruction(self, target, data)
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | decoratorsOnComputedProperties.js | 193 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
194 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
195 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
196 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
197 return c > 3 && r && Object.defineProperty(target, key, r), r;
|
| /third_party/skia/third_party/externals/egl-registry/api/ |
| H A D | genheaders.py | 25 # target - string name of target header, or all targets if None 32 target = None variable 71 target = arg variable 72 write('Using target', target, file=sys.stderr) 616 if (target and target != genOpts.filename): 629 if (target and generated == 0): 630 write('Failed to generate target [all...] |
| /third_party/python/Lib/test/ |
| H A D | _test_multiprocessing.py | 288 p = self.Process(target=self._test_args, args=args_type((q, args))) 305 proc0 = self.Process(target=self._test) 307 proc1 = self.Process(target=self._test, daemon=True) 309 proc2 = self.Process(target=self._test, daemon=False) 329 p = self.Process(target=self._test_send_parent_process, args=(wconn,)) 351 target=self._test_create_grandchild_process, args=(wconn, )) 369 p = cls.Process(target=cls._test_report_parent_status, args=(wconn, )) 387 target=self._test, args=args, kwargs=kwargs, name=name 428 p = self.Process(target=self._test_process_mainthread_native_id, args=(q,)) 454 p = self.Process(target [all...] |
| /foundation/ability/ability_lite/frameworks/ability_lite/src/ |
| H A D | ability_slice_manager.cpp | 60 void AbilitySliceManager::Present(const AbilitySlice &caller, AbilitySlice &target, const Want &want) in Present() argument 62 abilitySliceScheduler_->AddAbilitySlice(caller, target, want); in Present()
|
| /foundation/graphic/graphic_3d/lume/metaobject/src/ |
| H A D | connector.h | 28 bool AttachTo(const META_NS::IAttach::Ptr& target, const META_NS::IObject::Ptr& dataContext) override; 29 bool DetachFrom(const META_NS::IAttach::Ptr& target) override;
|
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
| H A D | resource_container.cpp | 51 bool AttachTo(const META_NS::IAttach::Ptr& target, const IObject::Ptr& dataContext) override 56 bool DetachFrom(const META_NS::IAttach::Ptr& target) override
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
| H A D | webgl_renderbuffer.h | 60 void SetTarget(GLenum target) in SetTarget() argument 62 target_ = target; in SetTarget()
|
| H A D | webgl_buffer.h | 52 void SetTarget(GLenum target) in SetTarget() argument 54 target_ = target; in SetTarget()
|
| /foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
| H A D | gl_utils.h | 35 static unsigned int CreateFramebufferWithTarget(unsigned int textureId, GLenum target);
46 static GLuint CreateTexWithStorage(GLenum target, int levels, GLenum internalFormat, int width, int height);
|
| /foundation/multimodalinput/input/tools/event_inject/include/ |
| H A D | msg_head.h | 43 int32_t target; member 81 std::string target; member
|
| /kernel/linux/linux-5.10/drivers/macintosh/ |
| H A D | windfarm_pid.h | 28 int additive; /* 1: target relative to previous value */ 30 s32 itarget; /* PID input target */ 31 s32 min,max; /* min and max target values */ 37 s32 target; /* current target value */ member 64 s32 ttarget; /* PID input target */ 66 s32 min,max; /* min and max target values */ 73 s32 target; /* current target value */ member
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| H A D | xt_CLASSIFY.c | 44 .target = classify_tg, 53 .target = classify_tg,
|