Home
last modified time | relevance | path

Searched refs:target (Results 426 - 450 of 4217) sorted by relevance

1...<<11121314151617181920>>...169

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vertprog.c93 uint32_t *inst, target; in nv30_vertprog_validate() local
110 target = vp->exec->start + reloc->target; in nv30_vertprog_validate()
113 inst[2] |= target << 2; in nv30_vertprog_validate()
119 target = vp->exec->start + reloc->target; in nv30_vertprog_validate()
122 inst[2] |= target >> 3; in nv30_vertprog_validate()
124 inst[3] |= target << 29; in nv30_vertprog_validate()
136 uint32_t *inst, target; in nv30_vertprog_validate() local
153 target in nv30_vertprog_validate()
[all...]
/third_party/rust/crates/autocfg/src/
H A Dlib.rs23 //! # std::env::set_var("OUT_DIR", "target");
87 target: Option<OsString>,
160 let target = env::var_os("TARGET"); in with_dir()
170 rustflags: rustflags(&target, &dir), in with_dir()
174 target: target, in with_dir()
219 if let Some(target) = self.target.as_ref() { in probe()
220 command.arg("--target").arg(target); in probe()
[all...]
/third_party/rust/crates/env_logger/src/fmt/
H A Dmod.rs191 target: built.format_target, in build()
216 target: bool,
320 if !self.target { in write_target()
324 match record.target() { in write_target()
326 target => self.write_header_value(target), in write_target()
409 fn write_target(target: &str, fmt: DefaultFormat) -> String { in write_target()
417 .target(target) in write_target()
438 target in format_with_header()
[all...]
/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/
H A Dlookup_dep.py5 r'''Finds which build target(s) contain a particular Java class.
7 This is a utility script for finding out which build target dependency needs to
14 Find build target with class FooUtil:
41 description='Finds which build target contains a particular Java class.')
80 print(f'Could not find build target for class "{class_name}"')
84 print(f' "{class_entry.target}"')
89 print(f' "{class_entry.target}"')
96 """An assignment of a Java class to a build target."""
98 target: str
112 """Get class/target entrie
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp168 void InitData(deqp::Context& context, glw::GLenum target, glw::GLenum usage, glw::GLsizeiptr size,
179 static void Bind(const glw::Functions& gl, glw::GLuint id, glw::GLenum target);
181 static void BindBase(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index);
183 static void Data(const glw::Functions& gl, glw::GLenum target, glw::GLenum usage, glw::GLsizeiptr size,
188 static void SubData(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsizeiptr size,
220 static void AttachTexture(const glw::Functions& gl, glw::GLenum target, glw::GLenum attachment,
223 static void Bind(const glw::Functions& gl, glw::GLenum target, glw::GLuint id);
335 void InitStorage(deqp::Context& context, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format,
342 static void Bind(const glw::Functions& gl, glw::GLuint id, glw::GLenum target);
344 static void CompressedImage(const glw::Functions& gl, glw::GLenum target, gl
417 InitData(deqp::Context& context, glw::GLenum target, glw::GLenum usage, glw::GLsizeiptr size, const glw::GLvoid* data) InitData() argument
482 Bind(const glw::Functions& gl, glw::GLuint id, glw::GLenum target) Bind() argument
495 BindBase(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index) BindBase() argument
509 Data(const glw::Functions& gl, glw::GLenum target, glw::GLenum usage, glw::GLsizeiptr size, const glw::GLvoid* data) Data() argument
544 SubData(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsizeiptr size, glw::GLvoid* data) SubData() argument
595 AttachTexture(const glw::Functions& gl, glw::GLenum target, glw::GLenum attachment, glw::GLuint texture_id, glw::GLint level, glw::GLuint width, glw::GLuint height) AttachTexture() argument
611 Bind(const glw::Functions& gl, glw::GLenum target, glw::GLuint id) Bind() argument
1009 InitStorage(deqp::Context& context, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, bool allow_error) InitStorage() argument
1042 Bind(const glw::Functions& gl, glw::GLuint id, glw::GLenum target) Bind() argument
1060 CompressedImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLsizei image_size, const glw::GLvoid* data) CompressedImage() argument
1129 GetData(const glw::Functions& gl, glw::GLint level, glw::GLenum target, glw::GLenum format, glw::GLenum type, glw::GLvoid* out_data) GetData() argument
1144 GetLevelParameter(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum pname, glw::GLint* param) GetLevelParameter() argument
1164 Image(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLenum format, glw::GLenum type, const glw::GLvoid* data) Image() argument
1215 Storage(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, bool allow_error) Storage() argument
1280 SubImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLint x, glw::GLint y, glw::GLint z, glw::GLsizei width, glw::GLsizei height, glw::GLsizei depth, glw::GLenum format, glw::GLenum type, const glw::GLvoid* pixels) SubImage() argument
1652 const GLenum target = s_buffer_infos[i].m_target; iterate() local
2396 const GLenum target = s_buffer_infos[i].m_target; iterate() local
2562 const GLenum target = s_buffer_infos[i].m_target; iterate() local
2757 const GLenum target = s_texture_infos[i].m_target; iterate() local
3078 const GLenum target = s_texture_infos[i].m_target; iterate() local
3748 GLenum target = getTarget(i); iterate() local
4006 GLenum target = getTarget(i); iterate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTracePerfTest.cpp95 void onReplayFramebufferChange(GLenum target, GLuint framebuffer);
96 void onReplayInvalidateFramebuffer(GLenum target,
99 void onReplayInvalidateSubFramebuffer(GLenum target,
108 void onReplayDiscardFramebufferEXT(GLenum target,
114 bool isDefaultFramebuffer(GLenum target) const;
206 void KHRONOS_APIENTRY BindFramebufferProc(GLenum target, GLuint framebuffer) in BindFramebufferProc() argument
208 gCurrentTracePerfTest->onReplayFramebufferChange(target, framebuffer); in BindFramebufferProc()
211 void KHRONOS_APIENTRY InvalidateFramebufferProc(GLenum target, in InvalidateFramebufferProc() argument
215 gCurrentTracePerfTest->onReplayInvalidateFramebuffer(target, numAttachments, attachments); in InvalidateFramebufferProc()
218 void KHRONOS_APIENTRY InvalidateSubFramebufferProc(GLenum target, in InvalidateSubFramebufferProc() argument
240 DiscardFramebufferEXTProc(GLenum target, GLsizei numAttachments, const GLenum *attachments) DiscardFramebufferEXTProc() argument
342 BufferDataMinimizedProc(GLenum target, GLsizeiptr size, const void *data, GLenum usage) BufferDataMinimizedProc() argument
350 BufferSubDataMinimizedProc(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) BufferSubDataMinimizedProc() argument
360 MapBufferRangeMinimizedProc(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) MapBufferRangeMinimizedProc() argument
369 TexImage2DMinimizedProc(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) TexImage2DMinimizedProc() argument
392 TexSubImage2DMinimizedProc(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) TexSubImage2DMinimizedProc() argument
407 TexImage3DMinimizedProc(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) TexImage3DMinimizedProc() argument
432 TexSubImage3DMinimizedProc(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) TexSubImage3DMinimizedProc() argument
449 GenerateMipmapMinimizedProc(GLenum target) GenerateMipmapMinimizedProc() argument
1545 onReplayFramebufferChange(GLenum target, GLuint framebuffer) onReplayFramebufferChange() argument
1734 onReplayInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments) onReplayInvalidateFramebuffer() argument
1750 onReplayInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) onReplayInvalidateSubFramebuffer() argument
1797 onReplayDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum *attachments) onReplayDiscardFramebufferEXT() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dwrappers.pb.cc402 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize()
409 target = stream->EnsureSpace(target); in _InternalSerialize()
410 target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteDoubleToArray(1, this->_internal_value(), target); in _InternalSerialize()
414 target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( in _InternalSerialize()
415 _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); in _InternalSerialize()
418 return target; in _InternalSerialize()
597 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize()
604 target in _InternalSerialize()
401 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
596 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
791 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
988 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1185 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1382 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1579 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1782 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1990 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
/third_party/gn/src/gn/
H A Dninja_outputs_writer_unittest.cc27 // Collects Ninja outputs for each target. Used by multiple background threads.
34 void BackgroundDoWrite(TargetWriteInfo* write_info, const Target* target) { in BackgroundDoWrite() argument
36 std::string rule = NinjaTargetWriter::RunAndWriteFile(target, nullptr, in BackgroundDoWrite()
42 write_info->ninja_outputs_map.emplace(target, in BackgroundDoWrite()
49 const Target* target = item->AsTarget(); in ItemResolvedAndGeneratedCallback() local
50 if (target) { in ItemResolvedAndGeneratedCallback()
52 [write_info, target]() { BackgroundDoWrite(write_info, target); }); in ItemResolvedAndGeneratedCallback()
H A Dtarget_generator.cc36 TargetGenerator::TargetGenerator(Target* target, in TargetGenerator() argument
40 : target_(target), in TargetGenerator()
48 // All target types use these. in Run()
86 "Otherwise I'm not sure what to call this target."); in GenerateTarget()
90 // The location of the target is the directory name with no slash at the end. in GenerateTarget()
97 g_scheduler->Log("Defining target", label.GetUserVisibleName(true)); in GenerateTarget()
99 std::unique_ptr<Target> target = std::make_unique<Target>( in GenerateTarget() local
101 target->set_defined_from(function_call); in GenerateTarget()
105 BundleDataTargetGenerator generator(target.get(), scope, function_call, in GenerateTarget()
109 CreateBundleTargetGenerator generator(target in GenerateTarget()
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dunssa.c7 * 2) Replace all the phi-nodes by copies of the temporaries to the phi-node target.
25 * target pseudos.
39 pseudo_t target = phi->target; in simplify_phi_node() local
54 // -> replace the target pseudo by the tmp in simplify_phi_node()
55 FOR_EACH_PTR(target->users, pu) { in simplify_phi_node()
69 tmp->type = phi->target->type; in replace_phi_node()
70 tmp->ident = phi->target->ident; in replace_phi_node()
87 def->target = tmp; in replace_phi_node()
99 insn->target in replace_phi_node()
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/config/
H A DmakeSubmit.py33 # Make a single submission target. Several are needed per document.
39 # target - default 'html'
40 def makeTarget(outDir, extensions, submitFileName, title, target):
49 target)
57 def makeSubmit(outDir, submitName, required, extradepend, apideps, target='html'):
93 target=target)
99 target=target)
/third_party/typescript/tests/baselines/reference/
H A DdecoratorMetadata.js32 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
33 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
34 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
35 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;
36 return c > 3 && r && Object.defineProperty(target, key, r), r;
H A DdecoratorMetadataWithTypeOnlyImport2.js33 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
34 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
35 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
36 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;
37 return c > 3 && r && Object.defineProperty(target, key, r), r;
/third_party/mesa3d/src/mesa/main/
H A Dtextureview.c308 GLenum target, in initialize_texture_fields()
315 const GLuint numFaces = _mesa_num_tex_faces(target); in initialize_texture_fields()
320 texObj->Target = target; in initialize_texture_fields()
326 const GLenum faceTarget = _mesa_cube_face_target(target, face); in initialize_texture_fields()
341 _mesa_next_mipmap_level_size(target, 0, in initialize_texture_fields()
358 * Check for compatible target
368 | Original target | Valid new targets | in target_valid()
425 "glTextureView(illegal target=%s)", in target_valid()
467 GLenum target, GLuint levels) in _mesa_set_texture_view_state()
472 texImage = _mesa_select_tex_image(texObj, target, in _mesa_set_texture_view_state()
307 initialize_texture_fields(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, GLint levels, GLsizei width, GLsizei height, GLsizei depth, GLenum internalFormat, mesa_format texFormat, GLuint numSamples, GLboolean fixedSampleLocations) initialize_texture_fields() argument
465 _mesa_set_texture_view_state(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLuint levels) _mesa_set_texture_view_state() argument
531 texture_view(struct gl_context *ctx, struct gl_texture_object *origTexObj, struct gl_texture_object *texObj, GLenum target, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers, bool no_error) texture_view() argument
711 _mesa_TextureView_no_error(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) _mesa_TextureView_no_error() argument
729 _mesa_TextureView(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) _mesa_TextureView() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.h18 ANGLE_EXPORT void GL_APIENTRY GL_BeginQuery(GLenum target, GLuint id);
20 ANGLE_EXPORT void GL_APIENTRY GL_BindBufferBase(GLenum target, GLuint index, GLuint buffer);
22 GL_BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
24 ANGLE_EXPORT void GL_APIENTRY GL_BindTransformFeedback(GLenum target, GLuint id);
48 ANGLE_EXPORT void GL_APIENTRY GL_CompressedTexImage3D(GLenum target,
57 ANGLE_EXPORT void GL_APIENTRY GL_CompressedTexSubImage3D(GLenum target,
73 ANGLE_EXPORT void GL_APIENTRY GL_CopyTexSubImage3D(GLenum target,
103 ANGLE_EXPORT void GL_APIENTRY GL_EndQuery(GLenum target);
106 ANGLE_EXPORT void GL_APIENTRY GL_FlushMappedBufferRange(GLenum target,
109 ANGLE_EXPORT void GL_APIENTRY GL_FramebufferTextureLayer(GLenum target,
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_annotation.cpp100 const Instruction* target) { in ValidateDecorationTarget()
101 auto fail = [&_, dec, inst, target](uint32_t vuid) -> DiagnosticStream { in ValidateDecorationTarget()
105 << " decoration on target <id> " << _.getIdName(target->id()) << " "); in ValidateDecorationTarget()
110 if (!spvOpcodeIsScalarSpecConstant(target->opcode())) { in ValidateDecorationTarget()
119 if (target->opcode() != spv::Op::OpTypeStruct) { in ValidateDecorationTarget()
124 if (target->opcode() != spv::Op::OpTypeArray && in ValidateDecorationTarget()
125 target->opcode() != spv::Op::OpTypeRuntimeArray && in ValidateDecorationTarget()
126 target->opcode() != spv::Op::OpTypePointer) { in ValidateDecorationTarget()
131 if (target in ValidateDecorationTarget()
98 ValidateDecorationTarget(ValidationState_t& _, spv::Decoration dec, const Instruction* inst, const Instruction* target) ValidateDecorationTarget() argument
255 const auto target = _.FindDef(target_id); ValidateDecorate() local
371 auto target = _.FindDef(target_id); ValidateGroupDecorate() local
[all...]
/third_party/mesa3d/include/GLES3/
H A Dgl31.h386 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer);
387 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer);
388 typedef void (GL_APIENTRYP PFNGLBINDRENDERBUFFERPROC) (GLenum target, GLuint renderbuffer);
389 typedef void (GL_APIENTRYP PFNGLBINDTEXTUREPROC) (GLenum target, GLuint texture);
395 typedef void (GL_APIENTRYP PFNGLBUFFERDATAPROC) (GLenum target, GLsizeiptr size, const void *data, GLenum usage);
396 typedef void (GL_APIENTRYP PFNGLBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, const void *data);
397 typedef GLenum (GL_APIENTRYP PFNGLCHECKFRAMEBUFFERSTATUSPROC) (GLenum target);
404 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
405 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
406 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLin
[all...]
/third_party/openGLES/api/GLES3/
H A Dgl31.h367 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer);
368 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer);
369 typedef void (GL_APIENTRYP PFNGLBINDRENDERBUFFERPROC) (GLenum target, GLuint renderbuffer);
370 typedef void (GL_APIENTRYP PFNGLBINDTEXTUREPROC) (GLenum target, GLuint texture);
376 typedef void (GL_APIENTRYP PFNGLBUFFERDATAPROC) (GLenum target, GLsizeiptr size, const void *data, GLenum usage);
377 typedef void (GL_APIENTRYP PFNGLBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, const void *data);
378 typedef GLenum (GL_APIENTRYP PFNGLCHECKFRAMEBUFFERSTATUSPROC) (GLenum target);
385 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
386 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
387 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLin
[all...]
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl31.h388 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer);
389 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer);
390 typedef void (GL_APIENTRYP PFNGLBINDRENDERBUFFERPROC) (GLenum target, GLuint renderbuffer);
391 typedef void (GL_APIENTRYP PFNGLBINDTEXTUREPROC) (GLenum target, GLuint texture);
397 typedef void (GL_APIENTRYP PFNGLBUFFERDATAPROC) (GLenum target, GLsizeiptr size, const void *data, GLenum usage);
398 typedef void (GL_APIENTRYP PFNGLBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, const void *data);
399 typedef GLenum (GL_APIENTRYP PFNGLCHECKFRAMEBUFFERSTATUSPROC) (GLenum target);
406 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
407 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
408 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLin
[all...]
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl31.h367 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer);
368 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer);
369 typedef void (GL_APIENTRYP PFNGLBINDRENDERBUFFERPROC) (GLenum target, GLuint renderbuffer);
370 typedef void (GL_APIENTRYP PFNGLBINDTEXTUREPROC) (GLenum target, GLuint texture);
376 typedef void (GL_APIENTRYP PFNGLBUFFERDATAPROC) (GLenum target, GLsizeiptr size, const void *data, GLenum usage);
377 typedef void (GL_APIENTRYP PFNGLBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, const void *data);
378 typedef GLenum (GL_APIENTRYP PFNGLCHECKFRAMEBUFFERSTATUSPROC) (GLenum target);
385 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
386 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
387 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLin
[all...]
/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
H A Dfs_hvb.c395 * target->paras is verity table target, format as below;
404 int FsHvbConstructVerityTarget(DmVerityTarget *target, const char *devName, struct hvb_cert *cert) in FsHvbConstructVerityTarget() argument
411 FS_HVB_RETURN_ERR_IF_NULL(target); in FsHvbConstructVerityTarget()
415 target->start = 0; in FsHvbConstructVerityTarget()
416 target->length = cert->image_len / FS_HVB_SECTOR_BYTES; in FsHvbConstructVerityTarget()
417 target->paras = calloc(1, FS_HVB_VERITY_TARGET_MAX); // simple it, just calloc a big mem in FsHvbConstructVerityTarget()
418 if (target->paras == NULL) { in FsHvbConstructVerityTarget()
419 BEGET_LOGE("error, alloc target paras"); in FsHvbConstructVerityTarget()
429 p = target in FsHvbConstructVerityTarget()
480 FsHvbCreateVerityTarget(DmVerityTarget *target, char *devName, struct hvb_verified_data *vd) FsHvbCreateVerityTarget() argument
499 FsHvbDestoryVerityTarget(DmVerityTarget *target) FsHvbDestoryVerityTarget() argument
510 DmVerityTarget target = {0}; FsHvbSetupHashtree() local
[all...]
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_paren.py20 target=testlist_safe< any (',' any)+ [',']
29 target=testlist_safe< any (',' any)+ [',']
38 target = results["target"]
41 lparen.prefix = target.prefix
42 target.prefix = "" # Make it hug the parentheses
43 target.insert_child(0, lparen)
44 target.append_child(RParen())
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.c70 vs->base.is_format_supported(&vs->base, res->b.format, res->b.target, in virgl_can_readback_from_rendertarget()
88 (res->b.target != PIPE_BUFFER); in virgl_can_use_staging()
191 if (res->b.target == PIPE_BUFFER && in virgl_resource_transfer_prepare()
322 if (pres->target == PIPE_TEXTURE_CUBE || in virgl_transfer_map_size()
323 pres->target == PIPE_TEXTURE_CUBE_ARRAY || in virgl_transfer_map_size()
324 pres->target == PIPE_TEXTURE_3D || in virgl_transfer_map_size()
325 pres->target == PIPE_TEXTURE_2D_ARRAY) { in virgl_transfer_map_size()
327 } else if (pres->target == PIPE_TEXTURE_1D_ARRAY) { in virgl_transfer_map_size()
369 align_offset = vres->b.target == PIPE_BUFFER ? in virgl_staging_map()
414 assert(vtransfer->base.resource->target ! in virgl_staging_read_map()
[all...]
/third_party/python/Lib/distutils/
H A Ddep_util.py11 def newer (source, target):
13 'target', or if 'source' exists and 'target' doesn't. Return false if
14 both exist and 'target' is the same age or younger than 'source'.
20 if not os.path.exists(target):
25 mtime2 = os.stat(target)[ST_MTIME]
34 than its corresponding target. Return a pair of lists (sources,
35 targets) where source is newer than target, according to the semantics
54 def newer_group (sources, target, missing='error'):
55 """Return true if 'target' i
[all...]
/third_party/vixl/benchmarks/aarch32/
H A Dbench-branch-masm.cc55 Label target; in benchmark() local
56 __ B(&target); in benchmark()
57 __ B(eq, &target); in benchmark()
58 __ Bl(&target); in benchmark()
59 __ Blx(&target); in benchmark()
60 __ Bind(&target); in benchmark()

Completed in 31 milliseconds

1...<<11121314151617181920>>...169