Home
last modified time | relevance | path

Searched refs:target (Results 701 - 725 of 4291) sorted by relevance

1...<<21222324252627282930>>...172

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_screen.c395 enum pipe_texture_target target, in softpipe_is_format_supported()
403 assert(target == PIPE_BUFFER || in softpipe_is_format_supported()
404 target == PIPE_TEXTURE_1D || in softpipe_is_format_supported()
405 target == PIPE_TEXTURE_1D_ARRAY || in softpipe_is_format_supported()
406 target == PIPE_TEXTURE_2D || in softpipe_is_format_supported()
407 target == PIPE_TEXTURE_2D_ARRAY || in softpipe_is_format_supported()
408 target == PIPE_TEXTURE_RECT || in softpipe_is_format_supported()
409 target == PIPE_TEXTURE_3D || in softpipe_is_format_supported()
410 target == PIPE_TEXTURE_CUBE || in softpipe_is_format_supported()
411 target in softpipe_is_format_supported()
393 softpipe_is_format_supported( struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) softpipe_is_format_supported() argument
[all...]
/third_party/node/src/
H A Dbase_object-inl.h167 return data_.target; in get_base_object()
185 data_.target = nullptr; in BaseObjectPtrImpl()
189 BaseObjectPtrImpl<T, kIsWeak>::BaseObjectPtrImpl(T* target) in BaseObjectPtrImpl() argument
191 if (target == nullptr) return; in BaseObjectPtrImpl()
193 data_.pointer_data = target->pointer_data(); in BaseObjectPtrImpl()
197 data_.target = target; in BaseObjectPtrImpl()
234 other.data_.target = nullptr; in BaseObjectPtrImpl()
293 BaseObjectPtr<T> target = MakeBaseObject<T>(std::forward<Args>(args)...); in MakeDetachedBaseObject() local
294 target in MakeDetachedBaseObject()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dunistr_cnv.cpp123 char *target, in extract()
125 return extract(start, length, target, dstSize, 0); in extract()
134 char *target, in extract()
139 if(/*dstSize < 0 || */(dstSize > 0 && target == 0)) { in extract()
148 // Also, dstSize==0xffffffff means "unlimited" but if we use target+dstSize in extract()
150 // that compares less-than target. in extract()
157 char *targetLimit = (char *)U_MAX_PTR(target); in extract()
158 // U_MAX_PTR(target) returns a targetLimit that is at most 0x7fffffff in extract()
159 // greater than target and does not wrap around the top of the address space. in extract()
160 capacity = (int32_t)(targetLimit - target); in extract()
121 extract(int32_t start, int32_t length, char *target, uint32_t dstSize) const extract() argument
132 extract(int32_t start, int32_t length, char *target, uint32_t dstSize, const char *codepage) const extract() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DImageIndex.cpp21 GLint TextureTargetToLayer(TextureTarget target) in TextureTargetToLayer() argument
23 switch (target) in TextureTargetToLayer()
54 bool IsArrayTarget(TextureTarget target) in IsArrayTarget() argument
56 switch (target) in IsArrayTarget()
72 // As GL_TEXTURE_CUBE_MAP cannot be a texture target in texImage*D APIs, so we don't allow in TextureTypeToTarget()
73 // an entire cube map to have a texture target. in TextureTypeToTarget()
169 ImageIndex ImageIndex::MakeCubeMapFace(TextureTarget target, GLint levelIndex) in MakeCubeMapFace() argument
171 ASSERT(IsCubeMapFaceTarget(target)); in MakeCubeMapFace()
172 return ImageIndex(TextureType::CubeMap, levelIndex, TextureTargetToLayer(target), 1); in MakeCubeMapFace()
190 ImageIndex ImageIndex::MakeFromTarget(TextureTarget target, GLin argument
[all...]
H A DvalidationES2.cpp174 bool IsValidCopyTextureDestinationTargetEnum(const Context *context, TextureTarget target) in IsValidCopyTextureDestinationTargetEnum() argument
176 switch (target) in IsValidCopyTextureDestinationTargetEnum()
197 TextureTarget target) in IsValidCopyTextureDestinationTarget()
199 return TextureTargetToType(target) == textureType; in IsValidCopyTextureDestinationTarget()
357 TextureTarget target, in ValidateES2CopyTexImageParameters()
369 if (!ValidTexture2DDestinationTarget(context, target)) in ValidateES2CopyTexImageParameters()
375 TextureType texType = TextureTargetToType(target); in ValidateES2CopyTexImageParameters()
384 if (!ValidateCopyTexImageParametersBase(context, entryPoint, target, level, internalformat, in ValidateES2CopyTexImageParameters()
819 TextureTarget target, in ValidateES2TexImageParameters()
834 if (!ValidTexture2DDestinationTarget(context, target)) in ValidateES2TexImageParameters()
195 IsValidCopyTextureDestinationTarget(const Context *context, TextureType textureType, TextureTarget target) IsValidCopyTextureDestinationTarget() argument
355 ValidateES2CopyTexImageParameters(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isSubImage, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) ValidateES2CopyTexImageParameters() argument
817 ValidateES2TexImageParameters(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLsizei imageSize, const void *pixels) ValidateES2TexImageParameters() argument
847 ValidateES2TexImageParametersBase(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLsizei imageSize, const void *pixels) ValidateES2TexImageParametersBase() argument
1561 ValidateES2TexStorageParametersBase(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) ValidateES2TexStorageParametersBase() argument
1750 ValidateDiscardFramebufferEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei numAttachments, const GLenum *attachments) ValidateDiscardFramebufferEXT() argument
2621 ValidateTexImage2D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) ValidateTexImage2D() argument
2646 ValidateTexImage2DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateTexImage2DRobustANGLE() argument
2677 ValidateTexSubImage2D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) ValidateTexSubImage2D() argument
2703 ValidateTexSubImage2DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateTexSubImage2DRobustANGLE() argument
2734 ValidateTexSubImage3DOES(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) ValidateTexSubImage3DOES() argument
2752 ValidateCompressedTexImage2D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data) ValidateCompressedTexImage2D() argument
2808 ValidateCompressedTexImage2DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, GLsizei dataSize, const void *data) ValidateCompressedTexImage2DRobustANGLE() argument
2829 ValidateCompressedTexImage3DOES(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) ValidateCompressedTexImage3DOES() argument
2845 ValidateCompressedTexSubImage2DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, GLsizei dataSize, const void *data) ValidateCompressedTexSubImage2DRobustANGLE() argument
2867 ValidateCompressedTexSubImage2D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTexSubImage2D() argument
2916 ValidateCompressedTexSubImage3DOES(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTexSubImage3DOES() argument
2934 ValidateGetBufferPointervOES(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLenum pname, void *const *params) ValidateGetBufferPointervOES() argument
2949 ValidateMapBufferOES(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLenum access) ValidateMapBufferOES() argument
2998 ValidateUnmapBufferOES(const Context *context, angle::EntryPoint entryPoint, BufferBinding target) ValidateUnmapBufferOES() argument
3011 ValidateMapBufferRangeEXT(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLintptr offset, GLsizeiptr length, GLbitfield access) ValidateMapBufferRangeEXT() argument
3027 ValidateMapBufferBase(const Context *context, angle::EntryPoint entryPoint, BufferBinding target) ValidateMapBufferBase() argument
3060 ValidateFlushMappedBufferRangeEXT(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLintptr offset, GLsizeiptr length) ValidateFlushMappedBufferRangeEXT() argument
3497 ValidateBufferData(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLsizeiptr size, const void *data, BufferUsage usage) ValidateBufferData() argument
3565 ValidateBufferSubData(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLintptr offset, GLsizeiptr size, const void *data) ValidateBufferSubData() argument
3762 ValidateBindFramebuffer(const Context *context, angle::EntryPoint entryPoint, GLenum target, FramebufferID framebuffer) ValidateBindFramebuffer() argument
3770 ValidateBindRenderbuffer(const Context *context, angle::EntryPoint entryPoint, GLenum target, RenderbufferID renderbuffer) ValidateBindRenderbuffer() argument
3965 ValidateRenderbufferStorage(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum internalformat, GLsizei width, GLsizei height) ValidateRenderbufferStorage() argument
3976 ValidateRenderbufferStorageMultisampleANGLE(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) ValidateRenderbufferStorageMultisampleANGLE() argument
4017 ValidateCheckFramebufferStatus(const Context *context, angle::EntryPoint entryPoint, GLenum target) ValidateCheckFramebufferStatus() argument
4553 ValidateHint(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum mode) ValidateHint() argument
5166 ValidateGetFramebufferAttachmentParameteriv(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, GLenum pname, const GLint *params) ValidateGetFramebufferAttachmentParameteriv() argument
5186 ValidateCopyTexImage2D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) ValidateCopyTexImage2D() argument
5208 ValidateCopyTexSubImage2D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) ValidateCopyTexSubImage2D() argument
5229 ValidateCopyTexSubImage3DOES(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) ValidateCopyTexSubImage3DOES() argument
5311 ValidateFramebufferRenderbuffer(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, GLenum renderbuffertarget, RenderbufferID renderbuffer) ValidateFramebufferRenderbuffer() argument
5322 ValidateFramebufferTexture2D(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, TextureTarget textarget, TextureID texture, GLint level) ValidateFramebufferTexture2D() argument
5463 ValidateFramebufferTexture3DOES(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, TextureTarget textargetPacked, TextureID texture, GLint level, GLint zoffset) ValidateFramebufferTexture3DOES() argument
5565 ValidateGenerateMipmap(const Context *context, angle::EntryPoint entryPoint, TextureType target) ValidateGenerateMipmap() argument
5572 ValidateGetBufferParameteriv(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLenum pname, const GLint *params) ValidateGetBufferParameteriv() argument
5581 ValidateGetRenderbufferParameteriv(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum pname, const GLint *params) ValidateGetRenderbufferParameteriv() argument
5599 ValidateGetTexParameterfv(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, const GLfloat *params) ValidateGetTexParameterfv() argument
5608 ValidateGetTexParameteriv(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, const GLint *params) ValidateGetTexParameteriv() argument
5617 ValidateGetTexParameterIivOES(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, const GLint *params) ValidateGetTexParameterIivOES() argument
5631 ValidateGetTexParameterIuivOES(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, const GLuint *params) ValidateGetTexParameterIuivOES() argument
5736 ValidateTexParameterf(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, GLfloat param) ValidateTexParameterf() argument
5745 ValidateTexParameterfv(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, const GLfloat *params) ValidateTexParameterfv() argument
5754 ValidateTexParameteri(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, GLint param) ValidateTexParameteri() argument
5763 ValidateTexParameteriv(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, const GLint *params) ValidateTexParameteriv() argument
5772 ValidateTexParameterIivOES(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, const GLint *params) ValidateTexParameterIivOES() argument
5786 ValidateTexParameterIuivOES(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, const GLuint *params) ValidateTexParameterIuivOES() argument
6126 ValidateTexImage3DOES(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) ValidateTexImage3DOES() argument
6156 ValidateTexStorage1DEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) ValidateTexStorage1DEXT() argument
6168 ValidateTexStorage3DEXT(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) ValidateTexStorage3DEXT() argument
6273 ValidateFramebufferTexture2DMultisampleEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, TextureTarget textarget, TextureID texture, GLint level, GLsizei samples) ValidateFramebufferTexture2DMultisampleEXT() argument
6339 ValidateRenderbufferStorageMultisampleEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) ValidateRenderbufferStorageMultisampleEXT() argument
6384 RecordBindTextureTypeError(const Context *context, angle::EntryPoint entryPoint, TextureType target) RecordBindTextureTypeError() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_2_autogen.h56 ANGLE_EXPORT void GL_APIENTRY GL_Disablei(GLenum target, GLuint index);
75 ANGLE_EXPORT void GL_APIENTRY GL_Enablei(GLenum target, GLuint index);
76 ANGLE_EXPORT void GL_APIENTRY GL_FramebufferTexture(GLenum target,
102 ANGLE_EXPORT void GL_APIENTRY GL_GetTexParameterIiv(GLenum target, GLenum pname, GLint *params);
103 ANGLE_EXPORT void GL_APIENTRY GL_GetTexParameterIuiv(GLenum target, GLenum pname, GLuint *params);
116 ANGLE_EXPORT GLboolean GL_APIENTRY GL_IsEnabledi(GLenum target, GLuint index);
153 ANGLE_EXPORT void GL_APIENTRY GL_TexBuffer(GLenum target, GLenum internalformat, GLuint buffer);
154 ANGLE_EXPORT void GL_APIENTRY GL_TexBufferRange(GLenum target,
159 ANGLE_EXPORT void GL_APIENTRY GL_TexParameterIiv(GLenum target, GLenum pname, const GLint *params);
160 ANGLE_EXPORT void GL_APIENTRY GL_TexParameterIuiv(GLenum target,
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dunistr_cnv.cpp123 char *target, in extract()
125 return extract(start, length, target, dstSize, 0); in extract()
134 char *target, in extract()
139 if(/*dstSize < 0 || */(dstSize > 0 && target == 0)) { in extract()
148 // Also, dstSize==0xffffffff means "unlimited" but if we use target+dstSize in extract()
150 // that compares less-than target. in extract()
157 char *targetLimit = (char *)U_MAX_PTR(target); in extract()
158 // U_MAX_PTR(target) returns a targetLimit that is at most 0x7fffffff in extract()
159 // greater than target and does not wrap around the top of the address space. in extract()
160 capacity = (int32_t)(targetLimit - target); in extract()
121 extract(int32_t start, int32_t length, char *target, uint32_t dstSize) const extract() argument
132 extract(int32_t start, int32_t length, char *target, uint32_t dstSize, const char *codepage) const extract() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dwire_format.h134 static uint8* _InternalSerialize(const Message& message, uint8* target,
179 const UnknownFieldSet& unknown_fields, uint8* target) { in SerializeUnknownFieldsToArray()
181 target, static_cast<int>(ComputeUnknownFieldsSize(unknown_fields)), in SerializeUnknownFieldsToArray()
183 return InternalSerializeUnknownFieldsToArray(unknown_fields, target, in SerializeUnknownFieldsToArray()
187 const UnknownFieldSet& unknown_fields, uint8* target,
203 const UnknownFieldSet& unknown_fields, uint8* target);
205 const UnknownFieldSet& unknown_fields, uint8* target,
239 const Message& message, uint8* target, io::EpsCopyOutputStream* stream);
258 const FieldDescriptor* field, const Message& message, uint8* target,
385 const UnknownFieldSet& unknown_fields, uint8* target, in InternalSerializeUnknownMessageSetItemsToArray()
178 SerializeUnknownFieldsToArray( const UnknownFieldSet& unknown_fields, uint8* target) SerializeUnknownFieldsToArray() argument
384 InternalSerializeUnknownMessageSetItemsToArray( const UnknownFieldSet& unknown_fields, uint8* target, io::EpsCopyOutputStream* stream) InternalSerializeUnknownMessageSetItemsToArray() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsSamplerObjectTest.cpp76 , m_target (spec.target) in TextureSamplerTest()
83 void TextureSamplerTest::setTextureState (const glw::Functions& gl, GLenum target, SamplingState state) in setTextureState() argument
85 gl.texParameteri(target, GL_TEXTURE_MIN_FILTER, state.minFilter); in setTextureState()
86 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_MIN_FILTER, state.minFilter)"); in setTextureState()
87 gl.texParameteri(target, GL_TEXTURE_MAG_FILTER, state.magFilter); in setTextureState()
88 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_MAG_FILTER, state.magFilter)"); in setTextureState()
89 gl.texParameteri(target, GL_TEXTURE_WRAP_S, state.wrapS); in setTextureState()
90 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_WRAP_S, state.wrapS)"); in setTextureState()
91 gl.texParameteri(target, GL_TEXTURE_WRAP_T, state.wrapT); in setTextureState()
92 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_WRAP_ in setTextureState()
119 selectVertexShader(GLenum target) selectVertexShader() argument
165 selectFragmentShader(GLenum target) selectFragmentShader() argument
455 const deUint32 target = glu::getGLCubeFace((tcu::CubeFace)face); createTextureCube() local
468 createTexture(const glw::Functions& gl, GLenum target) createTexture() argument
595 setTextureState(const glw::Functions& gl, GLenum target, SamplingState state) setTextureState() argument
631 selectVertexShader(GLenum target) selectVertexShader() argument
678 selectFragmentShader(GLenum target) selectFragmentShader() argument
996 const deUint32 target = glu::getGLCubeFace((tcu::CubeFace)face); createTextureCube() local
1009 createTexture(const glw::Functions& gl, GLenum target, int id) createTexture() argument
[all...]
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dres_config_test.cpp70 ResConfigImpl *target = new ResConfigImpl; in HWTEST_F() local
71 target->SetLocaleInfo("zh", nullptr, "CN"); in HWTEST_F()
73 EXPECT_TRUE(!(rc->Match(target))); in HWTEST_F()
74 delete target; in HWTEST_F()
/third_party/jerryscript/tests/jerry/es2015/
H A Djson-stringify.js19 var target = [1,2,3]; variable
21 get(target, prop) {
30 JSON.stringify(new Proxy(target,handler));
36 var revocable = Proxy.revocable (target, { get (t, p , r) {
H A Dproxy_create.js17 var target = {}
19 var proxy = new Proxy(target, handler);
21 var revocable = Proxy.revocable(target, handler);
26 Proxy(target, handler);
/third_party/node/test/wasi/c/
H A Dcreate_symlink.c7 const char* target = "./input.txt"; in main() local
12 assert(0 == symlink(target, linkpath)); in main()
14 strlen(target) + 1); in main()
15 assert(0 == strcmp(readlink_result, target)); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_mips64.c22 void marl_fiber_trampoline(void (*target)(void*), void* arg) { in marl_fiber_trampoline() argument
23 target(arg); in marl_fiber_trampoline()
30 void (*target)(void*), in marl_fiber_set_target()
34 ctx->a0 = (uintptr_t)target; in marl_fiber_set_target()
27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
/third_party/typescript/tests/baselines/reference/
H A DassignmentNestedInLiterals.js2 var target, x, y; variable
3 target = [x = 1, y = x];
14 var target, x, y; variable
15 target = [x = 1, y = x];
H A DdecoratorMetadataWithImportDeclarationNameCollision.js11 function someDecorator(target) {
12 return target;
43 function someDecorator(target) {
44 return target;
H A DdecoratorMetadataWithImportDeclarationNameCollision2.js11 function someDecorator(target) {
12 return target;
43 function someDecorator(target) {
44 return target;
H A DdecoratorMetadataWithImportDeclarationNameCollision3.js11 function someDecorator(target) {
12 return target;
43 function someDecorator(target) {
44 return target;
H A DdecoratorMetadataWithImportDeclarationNameCollision5.js11 function someDecorator(target) {
12 return target;
42 function someDecorator(target) {
43 return target;
H A DdecoratorMetadataWithImportDeclarationNameCollision6.js11 function someDecorator(target) {
12 return target;
42 function someDecorator(target) {
43 return target;
H A DdecoratorMetadataWithImportDeclarationNameCollision7.js11 function someDecorator(target) {
12 return target;
42 function someDecorator(target) {
43 return target;
H A DdecoratorMetadataWithImportDeclarationNameCollision8.js11 function someDecorator(target) {
12 return target;
43 function someDecorator(target) {
44 return target;
/third_party/python/PC/layout/support/
H A Dcatalog.py24 Name={target.stem}.cat
25 ResultDir={target.parent}
41 def write_catalog(target, files):
42 with target.open("w", encoding="utf-8") as cat:
43 cat.write(CATALOG_TEMPLATE.format(target=target))
/third_party/vk-gl-cts/framework/opengl/
H A DgluPixelTransfer.hpp43 void texImage2D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src);
44 void texImage3D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src);
45 void texSubImage2D (const RenderContext& context, deUint32 target, int level, int x, int y, const tcu::ConstPixelBufferAccess& src);
46 void texSubImage3D (const RenderContext& context, deUint32 target, int level, int x, int y, int z, const tcu::ConstPixelBufferAccess& src);
/third_party/mesa3d/src/mesa/main/
H A Dfbobject.c230 * framebuffer target, such as GL_DRAW_FRAMEBUFFER.
233 * \return gl_framebuffer pointer or NULL if target is illegal
236 get_framebuffer_target(struct gl_context *ctx, GLenum target) in get_framebuffer_target() argument
239 switch (target) { in get_framebuffer_target()
385 * "If the default framebuffer is bound to target, then attachment must in get_fb0_attachment()
394 * "If the default framebuffer is bound to <target>, then <attachment> in get_fb0_attachment()
456 * passed to the pipe as a (color/depth) render target. in render_texture()
1025 * these textures to be used as a render target, this is done via in test_attachment_completeness()
1132 /* Sanity check: we must be binding the surface as a (color) render target in do_validate_attachment()
1133 * or depth/stencil target in do_validate_attachment()
1753 bind_renderbuffer(GLenum target, GLuint renderbuffer) bind_renderbuffer() argument
1799 _mesa_BindRenderbuffer(GLenum target, GLuint renderbuffer) _mesa_BindRenderbuffer() argument
1808 _mesa_BindRenderbufferEXT(GLenum target, GLuint renderbuffer) _mesa_BindRenderbufferEXT() argument
1952 _mesa_FramebufferParameteri(GLenum target, GLenum pname, GLint param) _mesa_FramebufferParameteri() argument
1973 _mesa_FramebufferParameteriMESA(GLenum target, GLenum pname, GLint param) _mesa_FramebufferParameteriMESA() argument
2102 _mesa_GetFramebufferParameteriv(GLenum target, GLenum pname, GLint *params) _mesa_GetFramebufferParameteriv() argument
2124 _mesa_GetFramebufferParameterivMESA(GLenum target, GLenum pname, GLint *params) _mesa_GetFramebufferParameterivMESA() argument
2861 renderbuffer_storage_target(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei samples, GLsizei storageSamples, const char *func) renderbuffer_storage_target() argument
2899 _mesa_EGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image) _mesa_EGLImageTargetRenderbufferStorageOES() argument
2956 _mesa_RenderbufferStorage(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height) _mesa_RenderbufferStorage() argument
2969 _mesa_RenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height) _mesa_RenderbufferStorageMultisample() argument
2980 _mesa_RenderbufferStorageMultisampleAdvancedAMD( GLenum target, GLsizei samples, GLsizei storageSamples, GLenum internalFormat, GLsizei width, GLsizei height) _mesa_RenderbufferStorageMultisampleAdvancedAMD() argument
3108 _mesa_GetRenderbufferParameteriv(GLenum target, GLenum pname, GLint *params) _mesa_GetRenderbufferParameteriv() argument
3227 bind_framebuffer(GLenum target, GLuint framebuffer) bind_framebuffer() argument
3340 _mesa_BindFramebuffer(GLenum target, GLuint framebuffer) _mesa_BindFramebuffer() argument
3350 _mesa_BindFramebufferEXT(GLenum target, GLuint framebuffer) _mesa_BindFramebufferEXT() argument
3489 _mesa_CheckFramebufferStatus_no_error(GLenum target) _mesa_CheckFramebufferStatus_no_error() argument
3499 _mesa_CheckFramebufferStatus(GLenum target) _mesa_CheckFramebufferStatus() argument
3521 _mesa_CheckNamedFramebufferStatus(GLuint framebuffer, GLenum target) _mesa_CheckNamedFramebufferStatus() argument
3560 _mesa_CheckNamedFramebufferStatusEXT(GLuint framebuffer, GLenum target) _mesa_CheckNamedFramebufferStatusEXT() argument
3679 check_layered_texture_target(struct gl_context *ctx, GLenum target, const char *caller, GLboolean *layered) check_layered_texture_target() argument
3718 check_texture_target(struct gl_context *ctx, GLenum target, const char *caller) check_texture_target() argument
3761 check_textarget(struct gl_context *ctx, int dims, GLenum target, GLenum textarget, const char *caller) check_textarget() argument
3840 check_layer(struct gl_context *ctx, GLenum target, GLint layer, const char *caller) check_layer() argument
3892 check_level(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, const char *caller) check_level() argument
4023 framebuffer_texture_with_dims_no_error(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint layer) framebuffer_texture_with_dims_no_error() argument
4045 framebuffer_texture_with_dims(int dims, GLenum target, GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples, GLint layer, const char *caller, bool dsa) framebuffer_texture_with_dims() argument
4092 _mesa_FramebufferTexture1D_no_error(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) _mesa_FramebufferTexture1D_no_error() argument
4102 _mesa_FramebufferTexture1D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) _mesa_FramebufferTexture1D() argument
4111 _mesa_FramebufferTexture2D_no_error(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) _mesa_FramebufferTexture2D_no_error() argument
4121 _mesa_FramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) _mesa_FramebufferTexture2D() argument
4130 _mesa_FramebufferTexture2DMultisampleEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples) _mesa_FramebufferTexture2DMultisampleEXT() argument
4142 _mesa_FramebufferTexture3D_no_error(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint layer) _mesa_FramebufferTexture3D_no_error() argument
4152 _mesa_FramebufferTexture3D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint layer) _mesa_FramebufferTexture3D() argument
4162 frame_buffer_texture(GLuint framebuffer, GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer, const char *func, bool dsa, bool no_error, bool check_layered) frame_buffer_texture() argument
4251 _mesa_FramebufferTextureLayer_no_error(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) _mesa_FramebufferTextureLayer_no_error() argument
4261 _mesa_FramebufferTextureLayer(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) _mesa_FramebufferTextureLayer() argument
4290 _mesa_FramebufferTexture_no_error(GLenum target, GLenum attachment, GLuint texture, GLint level) _mesa_FramebufferTexture_no_error() argument
4299 _mesa_FramebufferTexture(GLenum target, GLenum attachment, GLuint texture, GLint level) _mesa_FramebufferTexture() argument
4471 _mesa_FramebufferRenderbuffer_no_error(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) _mesa_FramebufferRenderbuffer_no_error() argument
4483 _mesa_FramebufferRenderbuffer(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) _mesa_FramebufferRenderbuffer() argument
4905 _mesa_GetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint *params) _mesa_GetFramebufferAttachmentParameteriv() argument
5397 _mesa_InvalidateSubFramebuffer_no_error(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) _mesa_InvalidateSubFramebuffer_no_error() argument
5406 _mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) _mesa_InvalidateSubFramebuffer() argument
5456 _mesa_InvalidateFramebuffer_no_error(GLenum target, GLsizei numAttachments, const GLenum *attachments) _mesa_InvalidateFramebuffer_no_error() argument
5471 _mesa_InvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments) _mesa_InvalidateFramebuffer() argument
5549 _mesa_DiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum *attachments) _mesa_DiscardFramebufferEXT() argument
5663 _mesa_FramebufferSampleLocationsfvARB(GLenum target, GLuint start, GLsizei count, const GLfloat *v) _mesa_FramebufferSampleLocationsfvARB() argument
5704 _mesa_FramebufferSampleLocationsfvARB_no_error(GLenum target, GLuint start, GLsizei count, const GLfloat *v) _mesa_FramebufferSampleLocationsfvARB_no_error() argument
[all...]

Completed in 16 milliseconds

1...<<21222324252627282930>>...172