| LOW | transcoders/ktx/libktx.js | 9 | var Module=typeof LIBKTX!=="undefined"?LIBKTX:{};var readyPromiseResolve,readyPromiseReject;Module["ready"]=new Promise( |
| LOW | transcoders/basis/basis_transcoder.js | 260 | function updateGlobalBufferAndViews(buf) { buffer = buf; Module.HEAP8 = HEAP8 = new Int8Array(buf); Module.H |
| LOW | transcoders/basis/basis_transcoder.js | 327 | }addRunDependency('wasm-instantiate'); function receiveInstantiatedSource(output) { receiveInstance(outp |
| LOW | transcoders/basis/basis_transcoder.js | 411 | function throwInternalError(message) { throw new InternalError(message); } function whenDependentTypesAreRes |
| LOW | transcoders/basis/basis_transcoder.js | 461 | } function shallowCopyInternalPointer(o) { return { count: o.count, deleteScheduled: o.deleteScheduled, pres |
| LOW | transcoders/basis/basis_transcoder.js | 548 | } function constNoSmartPtrRawPointerToWireType(destructors, handle) |
| LOW | transcoders/basis/basis_transcoder.js | 590 | } function nonConstNoSmartPtrRawPointerToWireType(destructors, handle) |
| LOW | transcoders/basis/basis_transcoder.js | 600 | } function simpleReadValueFromPointer(pointer) { return this.fromWireType(HEAPU32[pointer >> 2]); } function |
| LOW | transcoders/basis/basis_transcoder.js | 612 | } function getInheritedInstanceCount() { return Object.keys(registeredInstances).length; } function getLiveI |
| LOW | transcoders/basis/basis_transcoder.js | 888 | } function floatReadValueFromPointer(name, shift) { switch (shift) { case 2:return function (pointer) { retu |
| LOW | transcoders/basis/basis_transcoder.js | 910 | } function integerReadValueFromPointer(name, shift, signed) { switch (shift) { case 0:return signed ? functi |
| LOW | scripts/utils/autoGenerateUnsafeEvalFunctions.ts | 29 | function autoGenerateUnsafeEvalFunctions() |
| LOW | scripts/utils/autoGenerateUnsafeEvalFunctions.ts | 31 | function convertToFunctionWithLocation(body: string) |
| LOW | scripts/utils/autoGenerateUnsafeEvalFunctions.ts | 90 | function autoGenerateUboUnsafeEvalFunctions() |
| LOW | src/compressed-textures/shared/detectCompressed.ts | 49 | function extractExtensionsForCompressedTextureFormats(formats: TEXTURE_FORMATS[]): string[] |
| LOW | src/compressed-textures/dds/parseDDS.ts | 177 | function getUncompressedTextureFormat(header: Uint32Array) |
| LOW | …-textures/ktx2/utils/getTextureFormatFromKTXTexture.ts | 10 | export function getTextureFormatFromKTXTexture(ktxTexture: KTXTexture): COMPRESSED_TEXTURE_FORMATS |
| LOW | …ures/ktx2/utils/gpuFormatToKTXBasisTranscoderFormat.ts | 15 | export function gpuFormatToKTXBasisTranscoderFormat(transcoderFormat: string): string |
| LOW | …essed-textures/ktx2/utils/createLevelBuffersFromKTX.ts | 7 | export function createLevelBuffersFromKTX(ktxTexture: KTXTexture): Uint8Array[] |
| LOW | …xtures/basis/utils/gpuFormatToBasisTranscoderFormat.ts | 15 | export function gpuFormatToBasisTranscoderFormat(transcoderFormat: string): number |
| LOW | src/unsafe-eval/ubo/generateUboSyncPolyfill.ts | 48 | export function generateUboSyncPolyfillWGSL(uboElements: UboElement[]): UniformsSyncCallback |
| LOW | …c/unsafe-eval/uniforms/generateUniformsSyncPolyfill.ts | 15 | export function generateUniformsSyncPolyfill( |
| LOW | src/unsafe-eval/shader/generateShaderSyncPolyfill.ts | 11 | export function generateShaderSyncPolyfill(): ShaderSyncFunction |
| LOW | …unsafe-eval/particle/generateParticleUpdatePolyfill.ts | 14 | export function generateParticleUpdatePolyfill(properties: Record<string, ParticleRendererProperty>) |
| LOW | src/maths/misc/squaredDistanceToLineSegment.ts | 13 | export function squaredDistanceToLineSegment( |
| LOW | src/environment/autoDetectEnvironment.ts | 13 | export async function loadEnvironmentExtensions(skip: boolean): Promise<void> |
| LOW | …/gpu/texture/uploaders/gpuUploadCubeTextureResource.ts | 12 | export function createGpuUploadCubeTextureResource( |
| LOW | …xture/utils/getSupportedGPUCompressedTextureFormats.ts | 8 | export async function getSupportedGPUCompressedTextureFormats(): Promise<TEXTURE_FORMATS[]> |
| LOW | …rs/gpu/shader/utils/extractAttributesFromGpuProgram.ts | 92 | export function extractAttributesFromGpuProgram( |
| LOW | …ers/gpu/shader/utils/removeStructAndGroupDuplicates.ts | 8 | export function removeStructAndGroupDuplicates( |
| LOW | …enderers/gpu/shader/utils/createUboSyncFunctionWGSL.ts | 11 | export function createUboSyncFunctionWGSL( |
| LOW | …ng/renderers/shared/state/getAdjustedBlendModeBlend.ts | 14 | export function getAdjustedBlendModeBlend(blendMode: BLEND_MODES, textureSource: TextureSource): BLEND_MODES |
| LOW | src/rendering/renderers/shared/texture/TextureStyle.ts | 17 | function createResourceIdFromString(value: string): number |
| LOW | …ers/shared/texture/utils/getSupportedTextureFormats.ts | 68 | export async function getSupportedTextureFormats(): Promise<TEXTURE_FORMATS[]> |
| LOW | …/texture/utils/getSupportedCompressedTextureFormats.ts | 11 | export async function getSupportedCompressedTextureFormats(): Promise<TEXTURE_FORMATS[]> |
| LOW | …rs/shared/geometry/utils/getAttributeInfoFromFormat.ts | 40 | export function getAttributeInfoFromFormat(format: VertexFormat): { size: number; stride: number; normalised: boolean } |
| LOW | …ng/renderers/canvas/utils/mapCanvasBlendModesToPixi.ts | 12 | export function mapCanvasBlendModesToPixi(): Record<BLEND_MODES, GlobalCompositeOperation | null> |
| LOW | …ng/renderers/canvas/utils/canUseNewCanvasBlendModes.ts | 23 | export function canUseNewCanvasBlendModes(): boolean |
| LOW | …dering/renderers/__tests__/GlobalUniformSystem.test.ts | 8 | function createGlobalUniformSystem(): GlobalUniformSystem |
| LOW | …rs/gl/texture/uploaders/glUploadCubeTextureResource.ts | 17 | export function createGlUploadCubeTextureResource( |
| LOW | …exture/utils/getSupportedGlCompressedTextureFormats.ts | 8 | export function getSupportedGlCompressedTextureFormats(): TEXTURE_FORMATS[] |
| LOW | …nderers/gl/texture/utils/mapViewDimensionToGlTarget.ts | 11 | export function mapViewDimensionToGlTarget( |
| LOW | …derers/gl/texture/utils/mapFormatToGlInternalFormat.ts | 14 | export function mapFormatToGlInternalFormat( |
| LOW | …ng/renderers/gl/shader/getBatchSamplersUniformGroup.ts | 12 | export function getBatchSamplersUniformGroup(maxTextures: number) |
| LOW | …rs/gl/shader/program/extractAttributesFromGlProgram.ts | 27 | export function extractAttributesFromGlProgram( |
| LOW | src/rendering/mask/utils/addMaskLocalBounds.ts | 35 | function getMatrixRelativeToParent(target: Container, root: Container, matrix: Matrix): Matrix |
| LOW | src/rendering/high-shader/compileHighShaderToProgram.ts | 15 | export function compileHighShaderGpuProgram({ bits, name }: {bits: HighShaderBit[], name: string}): GpuProgram |
| LOW | src/rendering/high-shader/compileHighShaderToProgram.ts | 47 | export function compileHighShaderGlProgram({ bits, name }: {bits: HighShaderBit[], name: string}): GlProgram |
| LOW | …ing/high-shader/shader-bits/generateTextureBatchBit.ts | 144 | export function generateTextureBatchBitGl(maxTextures: number): HighShaderBit |
| LOW | src/rendering/batcher/gpu/getTextureBatchBindGroup.ts | 28 | function generateTextureBatchBindGroup(textures: TextureSource[], size: number, key: number, maxTextures: number): BindG |
| LOW | …ering/batcher/gl/utils/checkMaxIfStatementsInShader.ts | 37 | export function checkMaxIfStatementsInShader(maxIfs: number, gl: GlRenderingContext): number |
| LOW | …c/scene/text-html/utils/getTemporaryCanvasFromImage.ts | 18 | export function getTemporaryCanvasFromImage(image: ImageLike, resolution: number): CanvasAndContext |
| LOW | src/scene/container/bounds/getRenderableBounds.ts | 18 | export function getGlobalRenderableBounds(renderables: Renderable[], bounds: Bounds): Bounds |
| LOW | …c/scene/container/utils/updateRenderGroupTransforms.ts | 16 | export function updateRenderGroupTransforms(renderGroup: RenderGroup, updateChildRenderGroups = false) |
| LOW | …c/scene/container/utils/updateRenderGroupTransforms.ts | 65 | export function updateRenderGroupTransform(renderGroup: RenderGroup) |
| LOW | …c/scene/container/utils/updateRenderGroupTransforms.ts | 108 | export function updateTransformAndChildren(container: Container, updateTick: number, updateFlags: number) |
| LOW | …c/scene/container/utils/updateRenderGroupTransforms.ts | 168 | function updateColorBlendVisibility( |
| LOW | …c/scene/mesh-perspective/utils/compute2DProjections.ts | 86 | function generateBasisToPointsMatrix( |
| LOW | …spective/utils/applyProjectiveTransformationToPlane.ts | 12 | export function applyProjectiveTransformationToPlane( |
| LOW | …ntainer/shared/utils/generateParticleUpdateFunction.ts | 16 | export function generateParticleUpdateFunction(properties: Record<string, ParticleRendererProperty>) |
| 4 more matches not shown… |