Home
last modified time | relevance | path

Searched refs:sourceId (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/v8/tools/turbolizer/src/
Dsource-resolver.ts65 sourceId: number; property
71 sourceId: number; property
221 for (const [sourceId, source] of Object.entries(sources)) { constant
222 this.sources[sourceId] = source;
223 this.sources[sourceId].sourcePositions = [];
242 this.inlinings[-1] = { sourceId: -1, inliningPosition: null };
262 const sourceId = inlining.sourceId; constant
263 this.sources[sourceId].sourcePositions.push(sourcePosition);
309 translateToSourceId(sourceId: number, location?: SourcePosition) {
313 if (inlining.sourceId == sourceId) {
[all …]
Dcode-view.ts71 const translated = sourceResolver.translateToSourceId(view.source.sourceId, location);
114 return `source-pre-${this.source.sourceId}`;
118 return `source-pre-${this.source.sourceId}-header`;
237 const sps = this.sourceResolver.sourcePositionsInRange(this.source.sourceId, pos - adjust, end);
256 const sourceName = this.sourceResolver.getSourceName(inlining.sourceId);
Dturbo-visualizer.ts66 sourceId: -1,
/third_party/skia/third_party/externals/angle2/extensions/
DCHROMIUM_copy_texture.txt34 void CopyTextureCHROMIUM(uint sourceId,
46 void CopySubTextureCHROMIUM(uint sourceId,
67 Copies the contents of <sourceLevel> level of <sourceId> texture to
106 When <sourceId> refers to a stream texture, the texture matrix will be
112 INVALID_OPERATION is generated if the internal format of <sourceId> is not
115 INVALID_VALUE is generated if <sourceId> or <destId> are not valid texture
128 INVALID_VALUE is generated if textures corresponding to <sourceId> have not
142 Copies the sub contents of texture referred to by <sourceId> to <destId>
159 INVALID_VALUE is generated if either <sourceId> texture or <destId>
162 INVALID_OPERATION is generated if the internal format of <sourceId> or
DANGLE_copy_texture_3d.txt40 void CopyTexture3DANGLE(uint sourceId,
51 void CopySubTexture3DANGLE(uint sourceId,
96 INVALID_OPERATION is generated if the format of <sourceId> is not
103 <sourceId> has not been bound as <destTarget>.
127 <sourceId> and <destId> have not been bound as <destTarget>.
129 INVALID_VALUE is generated if either <sourceId> texture or
132 INVALID_OPERATION is generated if the format of <sourceId> or
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DDependencyGraph.java37 void addAlias(String sourceId, String targetId) { in addAlias() argument
38 parentMap.remove(sourceId); in addAlias()
39 aliasMap.put(sourceId, targetId); in addAlias()
/third_party/skia/third_party/externals/angle2/include/GLES2/
Dgl2ext_angle.h81 typedef void(GL_APIENTRYP PFNGLCOPYTEXTURECHROMIUMPROC)(GLuint sourceId,
91 typedef void(GL_APIENTRYP PFNGLCOPYSUBTEXTURECHROMIUMPROC)(GLuint sourceId,
106 GL_APICALL void GL_APIENTRY glCopyTextureCHROMIUM(GLuint sourceId,
116 GL_APICALL void GL_APIENTRY glCopySubTextureCHROMIUM(GLuint sourceId,
135 typedef void(GL_APIENTRYP PFNGLCOMPRESSEDCOPYTEXTURECHROMIUMPROC)(GLuint sourceId, GLuint destId);
137 GL_APICALL void GL_APIENTRY glCompressedCopyTextureCHROMIUM(GLuint sourceId, GLuint destId);
144 typedef void(GL_APIENTRYP PFNGLCOPYTEXTURE3DANGLEPROC)(GLuint sourceId,
154 typedef void(GL_APIENTRYP PFNGLCOPYSUBTEXTURE3DANGLEPROC)(GLuint sourceId,
172 GL_APICALL void GL_APIENTRY glCopyTexture3DANGLE(GLuint sourceId,
182 GL_APICALL void GL_APIENTRY glCopySubTexture3DANGLE(GLuint sourceId,
/third_party/node/src/
Dnode_win32_etw_provider-inl.h89 sourceId, \ argument
100 ETW_WRITE_INT64_DATA(descriptors + 6, &sourceId); \
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_ext_autogen.h55 ANGLE_EXPORT void GL_APIENTRY GL_CopyTexture3DANGLE(GLuint sourceId,
65 ANGLE_EXPORT void GL_APIENTRY GL_CopySubTexture3DANGLE(GLuint sourceId,
651 ANGLE_EXPORT void GL_APIENTRY GL_CompressedCopyTextureCHROMIUM(GLuint sourceId, GLuint destId);
654 ANGLE_EXPORT void GL_APIENTRY GL_CopyTextureCHROMIUM(GLuint sourceId,
664 ANGLE_EXPORT void GL_APIENTRY GL_CopySubTextureCHROMIUM(GLuint sourceId,
DlibGLESv2_autogen.cpp2764 void GL_APIENTRY glCopyTexture3DANGLE(GLuint sourceId, in glCopyTexture3DANGLE() argument
2775 return GL_CopyTexture3DANGLE(sourceId, sourceLevel, destTarget, destId, destLevel, in glCopyTexture3DANGLE()
2780 void GL_APIENTRY glCopySubTexture3DANGLE(GLuint sourceId, in glCopySubTexture3DANGLE() argument
2798 return GL_CopySubTexture3DANGLE(sourceId, sourceLevel, destTarget, destId, destLevel, xoffset, in glCopySubTexture3DANGLE()
3755 void GL_APIENTRY glCompressedCopyTextureCHROMIUM(GLuint sourceId, GLuint destId) in glCompressedCopyTextureCHROMIUM() argument
3757 return GL_CompressedCopyTextureCHROMIUM(sourceId, destId); in glCompressedCopyTextureCHROMIUM()
3761 void GL_APIENTRY glCopyTextureCHROMIUM(GLuint sourceId, in glCopyTextureCHROMIUM() argument
3772 return GL_CopyTextureCHROMIUM(sourceId, sourceLevel, destTarget, destId, destLevel, in glCopyTextureCHROMIUM()
3777 void GL_APIENTRY glCopySubTextureCHROMIUM(GLuint sourceId, in glCopySubTextureCHROMIUM() argument
3792 return GL_CopySubTextureCHROMIUM(sourceId, sourceLevel, destTarget, destId, destLevel, xoffset, in glCopySubTextureCHROMIUM()
Dentry_points_gles_ext_autogen.cpp200 void GL_APIENTRY GL_CopyTexture3DANGLE(GLuint sourceId, in GL_CopyTexture3DANGLE() argument
216 CID(context), sourceId, sourceLevel, in GL_CopyTexture3DANGLE()
223 TextureID sourceIdPacked = PackParam<TextureID>(sourceId); in GL_CopyTexture3DANGLE()
249 void GL_APIENTRY GL_CopySubTexture3DANGLE(GLuint sourceId, in GL_CopySubTexture3DANGLE() argument
273 CID(context), sourceId, sourceLevel, in GL_CopySubTexture3DANGLE()
280 TextureID sourceIdPacked = PackParam<TextureID>(sourceId); in GL_CopySubTexture3DANGLE()
3682 void GL_APIENTRY GL_CompressedCopyTextureCHROMIUM(GLuint sourceId, GLuint destId) in GL_CompressedCopyTextureCHROMIUM() argument
3686 CID(context), sourceId, destId); in GL_CompressedCopyTextureCHROMIUM()
3690 TextureID sourceIdPacked = PackParam<TextureID>(sourceId); in GL_CompressedCopyTextureCHROMIUM()
3711 void GL_APIENTRY GL_CopyTextureCHROMIUM(GLuint sourceId, in GL_CopyTextureCHROMIUM() argument
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES2.cpp3150 TextureID sourceId, in ValidateCopyTextureCHROMIUM() argument
3167 const Texture *source = context->getTexture(sourceId); in ValidateCopyTextureCHROMIUM()
3254 TextureID sourceId, in ValidateCopySubTextureCHROMIUM() argument
3275 const Texture *source = context->getTexture(sourceId); in ValidateCopySubTextureCHROMIUM()
3388 TextureID sourceId, in ValidateCompressedCopyTextureCHROMIUM() argument
3397 const Texture *source = context->getTexture(sourceId); in ValidateCompressedCopyTextureCHROMIUM()
DContext.cpp5160 void Context::copyTexture(TextureID sourceId, in copyTexture() argument
5173 gl::Texture *sourceTexture = getTexture(sourceId); in copyTexture()
5181 void Context::copySubTexture(TextureID sourceId, in copySubTexture() argument
5204 gl::Texture *sourceTexture = getTexture(sourceId); in copySubTexture()
5214 void Context::copyTexture3D(TextureID sourceId, in copyTexture3D() argument
5227 Texture *sourceTexture = getTexture(sourceId); in copyTexture3D()
5235 void Context::copySubTexture3D(TextureID sourceId, in copySubTexture3D() argument
5261 Texture *sourceTexture = getTexture(sourceId); in copySubTexture3D()
5271 void Context::compressedCopyTexture(TextureID sourceId, TextureID destId) in compressedCopyTexture() argument
5275 gl::Texture *sourceTexture = getTexture(sourceId); in compressedCopyTexture()
DvalidationES3.cpp2492 TextureID sourceId, in ValidateCopyTexture3DANGLE() argument
2503 const Texture *source = context->getTexture(sourceId); in ValidateCopyTexture3DANGLE()
2554 TextureID sourceId, in ValidateCopySubTexture3DANGLE() argument
2572 const Texture *source = context->getTexture(sourceId); in ValidateCopySubTexture3DANGLE()
/third_party/typescript/src/services/
DfindAllReferences.ts1154 const sourceId = getNodeId(sourceFile); constant
1155 …const seenSymbols = this.sourceFileToSeenSymbols[sourceId] || (this.sourceFileToSeenSymbols[source… constant
/third_party/glslang/SPIRV/
DSpvBuilder.cpp1082 spv::Id sourceId = 0; in makeDebugSource() local
1084 sourceId = getStringId(sourceText); in makeDebugSource()
1088 sourceId = getStringId(*incItr->second); in makeDebugSource()
1090 sourceInst->addIdOperand(sourceId); in makeDebugSource()
/third_party/typescript/src/compiler/
Dchecker.ts18834 …g?.instant(tracing.Phase.CheckTypes, "checkTypeRelatedTo_DepthLimit", { sourceId: source.id, targe…
19324 sourceId: source.id,
19716 sourceId: source.id,
19726 …tracing?.push(tracing.Phase.CheckTypes, "structuredTypeRelatedTo", { sourceId: source.id, targetId…
20436 …racing.Phase.CheckTypes, "typeRelatedToDiscriminatedType_DepthLimit", { sourceId: source.id, targe…
21315 const sourceId = getTypeReferenceId(source, 0); constant
21317 return `${constraintMarker}${sourceId},${targetId}${postFix}`;
/third_party/typescript/lib/
Dtsc.js56703 …0 : ts.tracing.instant("checkTypes", "checkTypeRelatedTo_DepthLimit", { sourceId: source.id, targe… property
57111 sourceId: source.id, property
57445 sourceId: source.id, property
57455 …0 ? void 0 : ts.tracing.push("checkTypes", "structuredTypeRelatedTo", { sourceId: source.id, targe… property
57967 …ng.instant("checkTypes", "typeRelatedToDiscriminatedType_DepthLimit", { sourceId: source.id, targe… property
58736 var sourceId = getTypeReferenceId(source, 0);
58738 … return "".concat(constraintMarker).concat(sourceId, ",").concat(targetId).concat(postFix);
DtypingsInstaller.js67758 …pes" /* tracing.Phase.CheckTypes */, "checkTypeRelatedTo_DepthLimit", { sourceId: source.id, targe… property
68215 sourceId: source.id, property
68607 sourceId: source.id, property
68617 …heckTypes" /* tracing.Phase.CheckTypes */, "structuredTypeRelatedTo", { sourceId: source.id, targe… property
69307 …ing.Phase.CheckTypes */, "typeRelatedToDiscriminatedType_DepthLimit", { sourceId: source.id, targe… property
70154 var sourceId = getTypeReferenceId(source, 0);
70156 … return "".concat(constraintMarker).concat(sourceId, ",").concat(targetId).concat(postFix);