/third_party/skia/third_party/externals/angle2/extensions/ |
D | CHROMIUM_copy_texture.txt | 34 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
|
D | ANGLE_copy_texture_3d.txt | 40 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/flutter/skia/third_party/externals/angle2/extensions/ |
D | CHROMIUM_copy_texture.txt | 34 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
|
D | ANGLE_copy_texture_3d.txt | 40 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/ |
D | DependencyGraph.java | 37 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/ |
D | gl2ext_angle.h | 81 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/flutter/skia/third_party/externals/angle2/include/GLES2/ |
D | gl2ext_angle.h | 310 typedef void(GL_APIENTRYP PFNGLCOPYTEXTURECHROMIUMPROC)(GLuint sourceId, 320 typedef void(GL_APIENTRYP PFNGLCOPYSUBTEXTURECHROMIUMPROC)(GLuint sourceId, 335 GL_APICALL void GL_APIENTRY glCopyTextureCHROMIUM(GLuint sourceId, 345 GL_APICALL void GL_APIENTRY glCopySubTextureCHROMIUM(GLuint sourceId, 364 typedef void(GL_APIENTRYP PFNGLCOMPRESSEDCOPYTEXTURECHROMIUMPROC)(GLuint sourceId, GLuint destId); 366 GL_APICALL void GL_APIENTRY glCompressedCopyTextureCHROMIUM(GLuint sourceId, GLuint destId); 373 typedef void(GL_APIENTRYP PFNGLCOPYTEXTURE3DANGLEPROC)(GLuint sourceId, 383 typedef void(GL_APIENTRYP PFNGLCOPYSUBTEXTURE3DANGLEPROC)(GLuint sourceId, 401 GL_APICALL void GL_APIENTRY glCopyTexture3DANGLE(GLuint sourceId, 411 GL_APICALL void GL_APIENTRY glCopySubTexture3DANGLE(GLuint sourceId,
|
D | gl2ext_explicit_context_autogen.inc | 286 …TRYP PFNGLCOPYTEXTURECHROMIUMCONTEXTANGLEPROC)(GLeglContext ctx, GLuint sourceId, GLint sourceLeve… 287 …P PFNGLCOPYSUBTEXTURECHROMIUMCONTEXTANGLEPROC)(GLeglContext ctx, GLuint sourceId, GLint sourceLeve… 288 …GLCOMPRESSEDCOPYTEXTURECHROMIUMCONTEXTANGLEPROC)(GLeglContext ctx, GLuint sourceId, GLuint destId); 354 …NTRYP PFNGLCOPYTEXTURE3DANGLECONTEXTANGLEPROC)(GLeglContext ctx, GLuint sourceId, GLint sourceLeve… 355 …YP PFNGLCOPYSUBTEXTURE3DANGLECONTEXTANGLEPROC)(GLeglContext ctx, GLuint sourceId, GLint sourceLeve… 649 GL_APICALL void GL_APIENTRY glCopyTextureCHROMIUMContextANGLE(GLeglContext ctx, GLuint sourceId, GL… 650 GL_APICALL void GL_APIENTRY glCopySubTextureCHROMIUMContextANGLE(GLeglContext ctx, GLuint sourceId,… 651 …NTRY glCompressedCopyTextureCHROMIUMContextANGLE(GLeglContext ctx, GLuint sourceId, GLuint destId); 717 GL_APICALL void GL_APIENTRY glCopyTexture3DANGLEContextANGLE(GLeglContext ctx, GLuint sourceId, GLi… 718 GL_APICALL void GL_APIENTRY glCopySubTexture3DANGLEContextANGLE(GLeglContext ctx, GLuint sourceId, …
|
/third_party/node/src/ |
D | node_win32_etw_provider-inl.h | 89 sourceId, \ argument 100 ETW_WRITE_INT64_DATA(descriptors + 6, &sourceId); \
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.h | 55 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,
|
D | libGLESv2_autogen.cpp | 2764 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()
|
D | entry_points_gles_ext_autogen.cpp | 200 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/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | libGLESv2_autogen.cpp | 2470 void GL_APIENTRY glCopyTexture3DANGLE(GLuint sourceId, in glCopyTexture3DANGLE() argument 2481 return gl::CopyTexture3DANGLE(sourceId, sourceLevel, destTarget, destId, destLevel, in glCopyTexture3DANGLE() 2486 void GL_APIENTRY glCopySubTexture3DANGLE(GLuint sourceId, in glCopySubTexture3DANGLE() argument 2504 return gl::CopySubTexture3DANGLE(sourceId, sourceLevel, destTarget, destId, destLevel, xoffset, in glCopySubTexture3DANGLE() 3321 void GL_APIENTRY glCompressedCopyTextureCHROMIUM(GLuint sourceId, GLuint destId) in glCompressedCopyTextureCHROMIUM() argument 3323 return gl::CompressedCopyTextureCHROMIUM(sourceId, destId); in glCompressedCopyTextureCHROMIUM() 3327 void GL_APIENTRY glCopyTextureCHROMIUM(GLuint sourceId, in glCopyTextureCHROMIUM() argument 3338 return gl::CopyTextureCHROMIUM(sourceId, sourceLevel, destTarget, destId, destLevel, in glCopyTextureCHROMIUM() 3343 void GL_APIENTRY glCopySubTextureCHROMIUM(GLuint sourceId, in glCopySubTextureCHROMIUM() argument 3358 return gl::CopySubTextureCHROMIUM(sourceId, sourceLevel, destTarget, destId, destLevel, xoffset, in glCopySubTextureCHROMIUM() [all …]
|
D | entry_points_gles_ext_autogen.h | 55 ANGLE_EXPORT void GL_APIENTRY CopyTexture3DANGLE(GLuint sourceId, 65 ANGLE_EXPORT void GL_APIENTRY CopySubTexture3DANGLE(GLuint sourceId, 551 ANGLE_EXPORT void GL_APIENTRY CompressedCopyTextureCHROMIUM(GLuint sourceId, GLuint destId); 554 ANGLE_EXPORT void GL_APIENTRY CopyTextureCHROMIUM(GLuint sourceId, 564 ANGLE_EXPORT void GL_APIENTRY CopySubTextureCHROMIUM(GLuint sourceId, 3344 GLuint sourceId, 3355 GLuint sourceId, 3370 GLuint sourceId, 3810 GLuint sourceId, 3821 GLuint sourceId,
|
D | entry_points_gles_ext_autogen.cpp | 178 void GL_APIENTRY CopyTexture3DANGLE(GLuint sourceId, in CopyTexture3DANGLE() argument 194 sourceId, sourceLevel, GLenumToString(GLenumGroup::DefaultGroup, destTarget), destId, in CopyTexture3DANGLE() 202 TextureID sourceIdPacked = FromGL<TextureID>(sourceId); in CopyTexture3DANGLE() 223 void GL_APIENTRY CopySubTexture3DANGLE(GLuint sourceId, in CopySubTexture3DANGLE() argument 247 sourceId, sourceLevel, GLenumToString(GLenumGroup::DefaultGroup, destTarget), destId, in CopySubTexture3DANGLE() 255 TextureID sourceIdPacked = FromGL<TextureID>(sourceId); in CopySubTexture3DANGLE() 2707 void GL_APIENTRY CompressedCopyTextureCHROMIUM(GLuint sourceId, GLuint destId) in CompressedCopyTextureCHROMIUM() argument 2709 EVENT("(GLuint sourceId = %u, GLuint destId = %u)", sourceId, destId); in CompressedCopyTextureCHROMIUM() 2714 TextureID sourceIdPacked = FromGL<TextureID>(sourceId); in CompressedCopyTextureCHROMIUM() 2730 void GL_APIENTRY CopyTextureCHROMIUM(GLuint sourceId, in CopyTextureCHROMIUM() argument [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES2.cpp | 3150 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()
|
D | Context.cpp | 5160 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()
|
D | validationES3.cpp | 2492 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/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES3.cpp | 2072 TextureID sourceId, in ValidateCopyTexture3DANGLE() argument 2083 const Texture *source = context->getTexture(sourceId); in ValidateCopyTexture3DANGLE() 2133 TextureID sourceId, in ValidateCopySubTexture3DANGLE() argument 2151 const Texture *source = context->getTexture(sourceId); in ValidateCopySubTexture3DANGLE()
|
D | Context.cpp | 4418 void Context::copyTexture(TextureID sourceId, in copyTexture() argument 4431 gl::Texture *sourceTexture = getTexture(sourceId); in copyTexture() 4439 void Context::copySubTexture(TextureID sourceId, in copySubTexture() argument 4462 gl::Texture *sourceTexture = getTexture(sourceId); in copySubTexture() 4472 void Context::copyTexture3D(TextureID sourceId, in copyTexture3D() argument 4485 Texture *sourceTexture = getTexture(sourceId); in copyTexture3D() 4493 void Context::copySubTexture3D(TextureID sourceId, in copySubTexture3D() argument 4519 Texture *sourceTexture = getTexture(sourceId); in copySubTexture3D() 4529 void Context::compressedCopyTexture(TextureID sourceId, TextureID destId) in compressedCopyTexture() argument 4533 gl::Texture *sourceTexture = getTexture(sourceId); in compressedCopyTexture()
|
D | validationES2.cpp | 4399 TextureID sourceId, in ValidateCopyTextureCHROMIUM() argument 4416 const Texture *source = context->getTexture(sourceId); in ValidateCopyTextureCHROMIUM() 4501 TextureID sourceId, in ValidateCopySubTextureCHROMIUM() argument 4522 const Texture *source = context->getTexture(sourceId); in ValidateCopySubTextureCHROMIUM() 4633 bool ValidateCompressedCopyTextureCHROMIUM(Context *context, TextureID sourceId, TextureID destId) in ValidateCompressedCopyTextureCHROMIUM() argument 4641 const gl::Texture *source = context->getTexture(sourceId); in ValidateCompressedCopyTextureCHROMIUM()
|
/third_party/typescript/src/services/ |
D | findAllReferences.ts | 1117 const sourceId = getNodeId(sourceFile); constant 1118 …const seenSymbols = this.sourceFileToSeenSymbols[sourceId] || (this.sourceFileToSeenSymbols[source… constant
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 16940 …g?.instant(tracing.Phase.CheckTypes, "checkTypeRelatedTo_DepthLimit", { sourceId: source.id, targe… 17444 sourceId: source.id, 17790 sourceId: source.id, 17826 …tracing?.push(tracing.Phase.CheckTypes, "structuredTypeRelatedTo", { sourceId: source.id, targetId… 18353 …racing.Phase.CheckTypes, "typeRelatedToDiscriminatedType_DepthLimit", { sourceId: source.id, targe…
|
/third_party/typescript/lib/ |
D | tsserverlibrary.js | 59459 …stant("checkTypes" /* CheckTypes */, "checkTypeRelatedTo_DepthLimit", { sourceId: source.id, targe… property 59924 sourceId: source.id, property 60268 sourceId: source.id, property 60302 …racing.push("checkTypes" /* CheckTypes */, "structuredTypeRelatedTo", { sourceId: source.id, targe… property 60816 …Types" /* CheckTypes */, "typeRelatedToDiscriminatedType_DepthLimit", { sourceId: source.id, targe… property 125104 var sourceId = ts.getNodeId(sourceFile); 125105 …var seenSymbols = this.sourceFileToSeenSymbols[sourceId] || (this.sourceFileToSeenSymbols[sourceId…
|
D | typescript.js | 59459 …stant("checkTypes" /* CheckTypes */, "checkTypeRelatedTo_DepthLimit", { sourceId: source.id, targe… property 59924 sourceId: source.id, property 60268 sourceId: source.id, property 60302 …racing.push("checkTypes" /* CheckTypes */, "structuredTypeRelatedTo", { sourceId: source.id, targe… property 60816 …Types" /* CheckTypes */, "typeRelatedToDiscriminatedType_DepthLimit", { sourceId: source.id, targe… property 125104 var sourceId = ts.getNodeId(sourceFile); 125105 …var seenSymbols = this.sourceFileToSeenSymbols[sourceId] || (this.sourceFileToSeenSymbols[sourceId…
|