Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

a() - Method in interface akasha.gpu.GPUColorDict
 
a(double) - Method in interface akasha.gpu.GPUColorDict.Builder
 
ABORT_ERR - Static variable in class akasha.DOMException
 
AcceptCallback<T> - Interface in akasha.promise
The callback function invoked when the promise is fulfilled.
access() - Method in interface akasha.gpu.GPUStorageTextureBindingLayout
 
access(String) - Method in interface akasha.gpu.GPUStorageTextureBindingLayout.Builder
 
add(T) - Method in class akasha.core.JsSet
The add() method appends a new element with a specified value to the end of a Set object.
add(T) - Method in class akasha.core.JsWeakSet
The add() method appends a new object to the end of a WeakSet object.
add - Static variable in annotation type akasha.gpu.GPUBlendOperation
 
addEventListener(String, EventListener, AddEventListenerOptions) - Method in class akasha.EventTarget
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
addEventListener(String, EventListener, boolean) - Method in class akasha.EventTarget
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
addEventListener(String, EventListener) - Method in class akasha.EventTarget
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
AddEventListenerOptions - Interface in akasha
 
AddEventListenerOptions.Builder - Interface in akasha
 
addressModeU() - Method in interface akasha.gpu.GPUSamplerDescriptor
 
addressModeU(String) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
 
addressModeV() - Method in interface akasha.gpu.GPUSamplerDescriptor
 
addressModeV(String) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
 
addressModeW() - Method in interface akasha.gpu.GPUSamplerDescriptor
 
addressModeW(String) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
 
AggregateError - Class in akasha.core
The AggregateError object represents an error when several errors need to be wrapped in a single error.
AggregateError(JsIterable<Any>, String) - Constructor for class akasha.core.AggregateError
The AggregateError() constructor creates an error for several errors that need to be wrapped in a single error.
AggregateError(JsIterable<Any>) - Constructor for class akasha.core.AggregateError
The AggregateError() constructor creates an error for several errors that need to be wrapped in a single error.
akasha - package akasha
 
akasha.core - package akasha.core
 
akasha.gl - package akasha.gl
 
akasha.gpu - package akasha.gpu
 
akasha.lang - package akasha.lang
A package modelling the core Javascript language elements.
akasha.promise - package akasha.promise
A package modelling the Javascript promise.
ALL - Static variable in class akasha.gpu.GPUColorWrite
 
all - Static variable in annotation type akasha.gpu.GPUTextureAspect
 
all(Promise<? extends V>...) - Static method in class akasha.promise.Promise
The Promise.all() method takes an iterable of promises as an input, and returns a single Promise that resolves to an array of the results of the input promises.
all(JsIterable<Promise<? extends V>>) - Static method in class akasha.promise.Promise
The Promise.all() method takes an iterable of promises as an input, and returns a single Promise that resolves to an array of the results of the input promises.
alpha() - Method in interface akasha.gpu.GPUBlendState
 
alpha(GPUBlendComponent) - Method in interface akasha.gpu.GPUBlendState.Builder
 
ALPHA - Static variable in class akasha.gpu.GPUColorWrite
 
alphaToCoverageEnabled() - Method in interface akasha.gpu.GPUMultisampleState
 
alphaToCoverageEnabled(boolean) - Method in interface akasha.gpu.GPUMultisampleState.Builder
 
always - Static variable in annotation type akasha.gpu.GPUCompareFunction
 
any(Promise<? extends V>...) - Static method in class akasha.promise.Promise
Promise.any() takes an iterable of Promise objects and, as soon as one of the promises in the iterable fulfills, returns a single promise that resolves with the value from that promise.
any(JsIterable<Promise<? extends V>>) - Static method in class akasha.promise.Promise
Promise.any() takes an iterable of Promise objects and, as soon as one of the promises in the iterable fulfills, returns a single promise that resolves with the value from that promise.
ArrayBuffer - Class in akasha.core
The ArrayBuffer object is used to represent a generic, fixed-length raw binary data buffer.
ArrayBuffer(int) - Constructor for class akasha.core.ArrayBuffer
The ArrayBuffer() constructor is used to create ArrayBuffer objects.
ArrayBufferView - Interface in akasha.core
The ArrayBufferView is used to represent objects that provide a view on to an ArrayBuffer.
arrayLayerCount() - Method in interface akasha.gpu.GPUTextureViewDescriptor
 
arrayLayerCount(int) - Method in interface akasha.gpu.GPUTextureViewDescriptor.Builder
 
arrayStride() - Method in interface akasha.gpu.GPUVertexBufferLayout
 
arrayStride(int) - Method in interface akasha.gpu.GPUVertexBufferLayout.Builder
 
asArray() - Method in interface akasha.gpu.GPUColor
 
asArray() - Method in interface akasha.gpu.GPUExtent3D
 
asArray() - Method in interface akasha.gpu.GPULoadOpOrGPUColorUnion
 
asArray() - Method in interface akasha.gpu.GPUOrigin2D
 
asArray() - Method in interface akasha.gpu.GPUOrigin3D
 
asArray(T[]) - Method in class akasha.lang.JsArray
Convert this JsArray to a native "java" array.
asBoolean() - Method in interface akasha.ReturnValueType
 
asFloat() - Method in interface akasha.gpu.GPULoadOpOrFloatUnion
 
asGPUColorDict() - Method in interface akasha.gpu.GPUColor
 
asGPUColorDict() - Method in interface akasha.gpu.GPULoadOpOrGPUColorUnion
 
asGPUDeviceLostReason() - Method in interface akasha.gpu.GPUDeviceLostReasonOrUndefinedUnion
 
asGPUExtent3DDict() - Method in interface akasha.gpu.GPUExtent3D
 
asGPULoadOp() - Method in interface akasha.gpu.GPULoadOpOrFloatUnion
 
asGPULoadOp() - Method in interface akasha.gpu.GPULoadOpOrGPUColorUnion
 
asGPULoadOp() - Method in interface akasha.gpu.GPULoadOpOrGPUStencilValueUnion
 
asGPUOrigin2DDict() - Method in interface akasha.gpu.GPUOrigin2D
 
asGPUOrigin3DDict() - Method in interface akasha.gpu.GPUOrigin3D
 
asHTMLCanvasElement() - Method in interface akasha.HTMLCanvasElementOrOffscreenCanvasUnion
 
asHTMLCanvasElement() - Method in interface akasha.ImageBitmapOrHTMLCanvasElementOrOffscreenCanvasUnion
 
asImageBitmap() - Method in interface akasha.ImageBitmapOrHTMLCanvasElementOrOffscreenCanvasUnion
 
asInt() - Method in interface akasha.gpu.GPULoadOpOrGPUStencilValueUnion
 
asJsArray(T[]) - Static method in class akasha.lang.JsArray
Cast the specified array to a JsArray instance.
asOffscreenCanvas() - Method in interface akasha.HTMLCanvasElementOrOffscreenCanvasUnion
 
asOffscreenCanvas() - Method in interface akasha.ImageBitmapOrHTMLCanvasElementOrOffscreenCanvasUnion
 
aspect() - Method in interface akasha.gpu.GPUImageCopyTexture
 
aspect(String) - Method in interface akasha.gpu.GPUImageCopyTexture.Builder
 
aspect(String) - Method in interface akasha.gpu.GPUImageCopyTextureTagged.Builder
 
aspect() - Method in interface akasha.gpu.GPUTextureViewDescriptor
 
aspect(String) - Method in interface akasha.gpu.GPUTextureViewDescriptor.Builder
 
assertValid(int) - Static method in class akasha.DOMExceptionCode.Util
 
assertValid(int) - Static method in class akasha.EventPhase.Util
 
assertValid(int) - Static method in class akasha.gl.VertexDimensions.Validator
 
assertValid(String) - Static method in class akasha.gpu.GPUAddressMode.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUBlendFactor.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUBlendOperation.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUBufferBindingType.Util
 
assertValid(int) - Static method in class akasha.gpu.GPUBufferUsageFlags.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUCanvasCompositingAlphaMode.Util
 
assertValid(int) - Static method in class akasha.gpu.GPUColorWriteFlags.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUCompareFunction.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUCompilationMessageType.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUCullMode.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUDeviceLostReason.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUErrorFilter.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUFeatureName.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUFilterMode.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUFrontFace.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUIndexFormat.Util
 
assertValid(String) - Static method in class akasha.gpu.GPULoadOp.Util
 
assertValid(int) - Static method in class akasha.gpu.GPUMapModeFlags.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUPipelineStatisticName.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUPowerPreference.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUPredefinedColorSpace.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUPrimitiveTopology.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUQueryType.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUSamplerBindingType.Util
 
assertValid(int) - Static method in class akasha.gpu.GPUShaderStageFlags.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUStencilOperation.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUStorageTextureAccess.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUStoreOp.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUTextureAspect.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUTextureDimension.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUTextureFormat.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUTextureSampleType.Util
 
assertValid(int) - Static method in class akasha.gpu.GPUTextureUsageFlags.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUTextureViewDimension.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUVertexFormat.Util
 
assertValid(String) - Static method in class akasha.gpu.GPUVertexStepMode.Util
 
assign(Object, Object...) - Static method in class akasha.core.JsObject
The Object.assign() method copies all enumerable own properties from one or more source objects to a target object.
asString() - Method in interface akasha.ReturnValueType
 
asyncIterator() - Static method in interface akasha.core.Symbol
The Symbol.asyncIterator well-known symbol specifies the default AsyncIterator for an object.
AT_TARGET - Static variable in class akasha.Event
 
AttributeIndex - Annotation Type in akasha.gl
Marks an integer as an index of an attribute within a program.
AttributeIndex.Validator - Class in akasha.gl
 
attributes() - Method in interface akasha.gpu.GPUVertexBufferLayout
 
attributes(JsArray<GPUVertexAttribute>) - Method in interface akasha.gpu.GPUVertexBufferLayout.Builder
 
attributes(GPUVertexAttribute...) - Method in interface akasha.gpu.GPUVertexBufferLayout.Builder
 

B

b() - Method in interface akasha.gpu.GPUColorDict
 
b(double) - Method in interface akasha.gpu.GPUColorDict.Builder
 
back - Static variable in annotation type akasha.gpu.GPUCullMode
 
baseArrayLayer() - Method in interface akasha.gpu.GPUTextureViewDescriptor
 
baseArrayLayer(int) - Method in interface akasha.gpu.GPUTextureViewDescriptor.Builder
 
baseMipLevel() - Method in interface akasha.gpu.GPUTextureViewDescriptor
 
baseMipLevel(int) - Method in interface akasha.gpu.GPUTextureViewDescriptor.Builder
 
bc1_rgba_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
bc1_rgba_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
bc2_rgba_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
bc2_rgba_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
bc3_rgba_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
bc3_rgba_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
bc4_r_snorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
bc4_r_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
bc5_rg_snorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
bc5_rg_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
bc6h_rgb_float - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
bc6h_rgb_ufloat - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
bc7_rgba_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
bc7_rgba_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
beginComputePass(GPUComputePassDescriptor) - Method in class akasha.gpu.GPUCommandEncoder
 
beginComputePass() - Method in class akasha.gpu.GPUCommandEncoder
 
beginOcclusionQuery(int) - Method in class akasha.gpu.GPURenderPassEncoder
 
beginPipelineStatisticsQuery(GPUQuerySet, int) - Method in class akasha.gpu.GPUComputePassEncoder
 
beginPipelineStatisticsQuery(GPUQuerySet, int) - Method in class akasha.gpu.GPURenderPassEncoder
 
beginRenderPass(GPURenderPassDescriptor) - Method in class akasha.gpu.GPUCommandEncoder
 
bgra8unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
bgra8unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
bindGroupLayouts(JsArray<GPUBindGroupLayout>) - Static method in interface akasha.gpu.GPUPipelineLayoutDescriptor
 
bindGroupLayouts(GPUBindGroupLayout...) - Static method in interface akasha.gpu.GPUPipelineLayoutDescriptor
 
bindGroupLayouts() - Method in interface akasha.gpu.GPUPipelineLayoutDescriptor
 
bindGroupLayouts(JsArray<GPUBindGroupLayout>) - Method in interface akasha.gpu.GPUPipelineLayoutDescriptor.Builder
 
bindGroupLayouts(GPUBindGroupLayout...) - Method in interface akasha.gpu.GPUPipelineLayoutDescriptor.Builder
 
binding() - Method in interface akasha.gpu.GPUBindGroupEntry
 
binding(int) - Method in interface akasha.gpu.GPUBindGroupEntry.Builder
 
binding() - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
 
binding(int) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry.Builder
 
blend() - Method in interface akasha.gpu.GPUColorTargetState
 
blend(GPUBlendState) - Method in interface akasha.gpu.GPUColorTargetState.Builder
 
BLUE - Static variable in class akasha.gpu.GPUColorWrite
 
bubbles() - Method in class akasha.Event
The bubbles read-only property of the Event interface indicates whether the event bubbles up through the DOM or not.
bubbles() - Method in interface akasha.EventInit
 
bubbles(boolean) - Method in interface akasha.EventInit.Builder
 
bubbles(boolean) - Method in interface akasha.gpu.GPUUncapturedErrorEventInit.Builder
 
BUBBLING_PHASE - Static variable in class akasha.Event
 
buffer() - Method in interface akasha.core.ArrayBufferView
The buffer accessor property represents the ArrayBuffer referenced by the ArrayBufferView at construction time.
buffer() - Method in class akasha.core.DataView
The buffer accessor property represents the ArrayBuffer or SharedArrayBuffer referenced by the DataView at construction time.
buffer() - Method in class akasha.core.Float32Array
 
buffer() - Method in class akasha.core.Float64Array
 
buffer() - Method in class akasha.core.Int16Array
 
buffer() - Method in class akasha.core.Int32Array
 
buffer() - Method in class akasha.core.Int8Array
 
buffer() - Method in class akasha.core.Uint16Array
 
buffer() - Method in class akasha.core.Uint32Array
 
buffer() - Method in class akasha.core.Uint8Array
 
buffer() - Method in class akasha.core.Uint8ClampedArray
 
buffer() - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
 
buffer(GPUBufferBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry.Builder
 
buffer(GPUBuffer) - Static method in interface akasha.gpu.GPUBufferBinding
 
buffer() - Method in interface akasha.gpu.GPUBufferBinding
 
buffer(GPUBuffer) - Method in interface akasha.gpu.GPUBufferBinding.Builder
 
buffer(GPUBuffer) - Static method in interface akasha.gpu.GPUImageCopyBuffer
 
buffer() - Method in interface akasha.gpu.GPUImageCopyBuffer
 
buffer(GPUBuffer) - Method in interface akasha.gpu.GPUImageCopyBuffer.Builder
 
buffers() - Method in interface akasha.gpu.GPUVertexState
 
buffers(JsArray<GPUVertexBufferLayout>) - Method in interface akasha.gpu.GPUVertexState.Builder
 
buffers(GPUVertexBufferLayout...) - Method in interface akasha.gpu.GPUVertexState.Builder
 
BufferSource - Interface in akasha.core
 
byteLength() - Method in class akasha.core.ArrayBuffer
The byteLength accessor property represents the length of an ArrayBuffer in bytes.
byteLength() - Method in interface akasha.core.ArrayBufferView
The byteLength accessor property represents the length (in bytes) of a ArrayBufferView.
byteLength() - Method in class akasha.core.DataView
The byteLength accessor property represents the length (in bytes) of the dataview.
byteLength() - Method in class akasha.core.Float32Array
 
byteLength() - Method in class akasha.core.Float64Array
 
byteLength() - Method in class akasha.core.Int16Array
 
byteLength() - Method in class akasha.core.Int32Array
 
byteLength() - Method in class akasha.core.Int8Array
 
byteLength() - Method in class akasha.core.SharedArrayBuffer
The byteLength accessor property represents the length of an SharedArrayBuffer in bytes.
byteLength() - Method in class akasha.core.Uint16Array
 
byteLength() - Method in class akasha.core.Uint32Array
 
byteLength() - Method in class akasha.core.Uint8Array
 
byteLength() - Method in class akasha.core.Uint8ClampedArray
 
byteOffset() - Method in interface akasha.core.ArrayBufferView
The byteOffset accessor property represents the offset (in bytes) of a ArrayBufferView from the start of its ArrayBuffer.
byteOffset() - Method in class akasha.core.DataView
The byteOffset accessor property represents the offset (in bytes) of this view from the start of its ArrayBuffer or SharedArrayBuffer.
byteOffset() - Method in class akasha.core.Float32Array
 
byteOffset() - Method in class akasha.core.Float64Array
 
byteOffset() - Method in class akasha.core.Int16Array
 
byteOffset() - Method in class akasha.core.Int32Array
 
byteOffset() - Method in class akasha.core.Int8Array
 
byteOffset() - Method in class akasha.core.Uint16Array
 
byteOffset() - Method in class akasha.core.Uint32Array
 
byteOffset() - Method in class akasha.core.Uint8Array
 
byteOffset() - Method in class akasha.core.Uint8ClampedArray
 
BYTES_PER_ELEMENT - Static variable in class akasha.core.Float32Array
The BYTES_PER_ELEMENT property represents the size in bytes of each element in an typed array.
BYTES_PER_ELEMENT - Static variable in class akasha.core.Float64Array
The BYTES_PER_ELEMENT property represents the size in bytes of each element in an typed array.
BYTES_PER_ELEMENT - Static variable in class akasha.core.Int16Array
The BYTES_PER_ELEMENT property represents the size in bytes of each element in an typed array.
BYTES_PER_ELEMENT - Static variable in class akasha.core.Int32Array
The BYTES_PER_ELEMENT property represents the size in bytes of each element in an typed array.
BYTES_PER_ELEMENT - Static variable in class akasha.core.Int8Array
The BYTES_PER_ELEMENT property represents the size in bytes of each element in an typed array.
BYTES_PER_ELEMENT - Static variable in class akasha.core.Uint16Array
The BYTES_PER_ELEMENT property represents the size in bytes of each element in an typed array.
BYTES_PER_ELEMENT - Static variable in class akasha.core.Uint32Array
The BYTES_PER_ELEMENT property represents the size in bytes of each element in an typed array.
BYTES_PER_ELEMENT - Static variable in class akasha.core.Uint8Array
The BYTES_PER_ELEMENT property represents the size in bytes of each element in an typed array.
BYTES_PER_ELEMENT - Static variable in class akasha.core.Uint8ClampedArray
The BYTES_PER_ELEMENT property represents the size in bytes of each element in an typed array.
bytesPerRow(int) - Method in interface akasha.gpu.GPUImageCopyBuffer.Builder
 
bytesPerRow(int) - Method in interface akasha.gpu.GPUImageDataLayout.Builder
 
bytesPerRow() - Method in interface akasha.gpu.GPUImageDataLayout
 

C

cancelable() - Method in class akasha.Event
The cancelable read-only property of the Event interface indicates whether the event can be canceled, and therefore prevented as if the event never happened.
cancelable(boolean) - Method in interface akasha.EventInit.Builder
 
cancelable() - Method in interface akasha.EventInit
 
cancelable(boolean) - Method in interface akasha.gpu.GPUUncapturedErrorEventInit.Builder
 
cancelBubble - Variable in class akasha.Event
The cancelBubble property of the Event interface is a historical alias to Event.stopPropagation().
canvas() - Method in class akasha.gpu.GPUCanvasContext
 
capture(boolean) - Method in interface akasha.AddEventListenerOptions.Builder
 
capture(boolean) - Method in interface akasha.EventListenerOptions.Builder
 
capture() - Method in interface akasha.EventListenerOptions
 
CAPTURING_PHASE - Static variable in class akasha.Event
 
cast(int) - Static method in class akasha.gl.AttributeIndex.Validator
 
cast(int) - Static method in class akasha.gl.VertexDimensions.Validator
 
catch_(OnRejectedCallback<? extends V>) - Method in class akasha.promise.Promise
Appends a rejection handler callback to the promise, and returns a new promise resolving to the return value of the callback if it is called, or to its original fulfillment value if the promise is instead fulfilled.
ccw - Static variable in annotation type akasha.gpu.GPUFrontFace
 
clamp_to_edge - Static variable in annotation type akasha.gpu.GPUAddressMode
 
clampDepth(boolean) - Method in interface akasha.gpu.GPUPrimitiveState.Builder
 
clampDepth() - Method in interface akasha.gpu.GPUPrimitiveState
 
clear() - Method in class akasha.core.JsMap
The clear() method removes all elements from a Map object.
clear() - Method in class akasha.core.JsSet
The clear() method removes all elements from a Set object.
clipper_invocations - Static variable in annotation type akasha.gpu.GPUPipelineStatisticName
 
clipper_primitives_out - Static variable in annotation type akasha.gpu.GPUPipelineStatisticName
 
code() - Method in class akasha.DOMException
The code read-only property of the DOMException interface returns a short that contains one of the error code constants, or 0 if none match.
code(String) - Method in interface akasha.gpu.GPUShaderModuleDescriptor.Builder
 
code(String) - Static method in interface akasha.gpu.GPUShaderModuleDescriptor
 
code() - Method in interface akasha.gpu.GPUShaderModuleDescriptor
 
color(GPUBlendComponent) - Method in interface akasha.gpu.GPUBlendState.Builder
 
color() - Method in interface akasha.gpu.GPUBlendState
 
colorAttachments(JsArray<GPURenderPassColorAttachment>) - Method in interface akasha.gpu.GPURenderPassDescriptor.Builder
 
colorAttachments(GPURenderPassColorAttachment...) - Method in interface akasha.gpu.GPURenderPassDescriptor.Builder
 
colorAttachments(JsArray<GPURenderPassColorAttachment>) - Static method in interface akasha.gpu.GPURenderPassDescriptor
 
colorAttachments(GPURenderPassColorAttachment...) - Static method in interface akasha.gpu.GPURenderPassDescriptor
 
colorAttachments() - Method in interface akasha.gpu.GPURenderPassDescriptor
 
colorFormats(JsArray<String>) - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor.Builder
 
colorFormats(String...) - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor.Builder
 
colorFormats(JsArray<String>) - Static method in interface akasha.gpu.GPURenderBundleEncoderDescriptor
 
colorFormats(String...) - Static method in interface akasha.gpu.GPURenderBundleEncoderDescriptor
 
colorFormats(JsArray<String>) - Method in interface akasha.gpu.GPURenderPassLayout.Builder
 
colorFormats(String...) - Method in interface akasha.gpu.GPURenderPassLayout.Builder
 
colorFormats(JsArray<String>) - Static method in interface akasha.gpu.GPURenderPassLayout
 
colorFormats(String...) - Static method in interface akasha.gpu.GPURenderPassLayout
 
colorFormats() - Method in interface akasha.gpu.GPURenderPassLayout
 
colorSpace(String) - Method in interface akasha.gpu.GPUCanvasConfiguration.Builder
 
colorSpace() - Method in interface akasha.gpu.GPUCanvasConfiguration
 
colorSpace(String) - Method in interface akasha.gpu.GPUExternalTextureDescriptor.Builder
 
colorSpace() - Method in interface akasha.gpu.GPUExternalTextureDescriptor
 
colorSpace(String) - Method in interface akasha.gpu.GPUImageCopyTextureTagged.Builder
 
colorSpace() - Method in interface akasha.gpu.GPUImageCopyTextureTagged
 
compare(String) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
 
compare() - Method in interface akasha.gpu.GPUSamplerDescriptor
 
compare(String) - Method in interface akasha.gpu.GPUStencilFaceState.Builder
 
compare() - Method in interface akasha.gpu.GPUStencilFaceState
 
compare(T, T) - Method in interface akasha.lang.JsArray.Comparator
 
comparison - Static variable in annotation type akasha.gpu.GPUSamplerBindingType
 
compilationInfo() - Method in class akasha.gpu.GPUShaderModule
 
composed() - Method in class akasha.Event
The read-only composed property of the Event interface returns a Boolean which indicates whether or not the event will propagate across the shadow DOM boundary into the standard DOM.
composed(boolean) - Method in interface akasha.EventInit.Builder
 
composed() - Method in interface akasha.EventInit
 
composed(boolean) - Method in interface akasha.gpu.GPUUncapturedErrorEventInit.Builder
 
composedPath() - Method in class akasha.Event
The composedPath() method of the Event interface returns the event’s path which is an array of the objects on which listeners will be invoked.
compositingAlphaMode(String) - Method in interface akasha.gpu.GPUCanvasConfiguration.Builder
 
compositingAlphaMode() - Method in interface akasha.gpu.GPUCanvasConfiguration
 
compute(GPUProgrammableStage) - Method in interface akasha.gpu.GPUComputePipelineDescriptor.Builder
 
compute(GPUProgrammableStage) - Static method in interface akasha.gpu.GPUComputePipelineDescriptor
 
compute() - Method in interface akasha.gpu.GPUComputePipelineDescriptor
 
COMPUTE - Static variable in class akasha.gpu.GPUShaderStage
 
compute_shader_invocations - Static variable in annotation type akasha.gpu.GPUPipelineStatisticName
 
concat(T...) - Method in class akasha.lang.JsArray
The concat() method is used to merge two or more arrays.
configurable(boolean) - Method in interface akasha.core.ObjectPropertyDescriptor.Builder
 
configurable() - Method in interface akasha.core.ObjectPropertyDescriptor
 
configure(GPUCanvasConfiguration) - Method in class akasha.gpu.GPUCanvasContext
 
constant - Static variable in annotation type akasha.gpu.GPUBlendFactor
 
constants(JsPropertyMap<Double>) - Method in interface akasha.gpu.GPUFragmentState.Builder
 
constants(JsPropertyMap<Double>) - Method in interface akasha.gpu.GPUProgrammableStage.Builder
 
constants() - Method in interface akasha.gpu.GPUProgrammableStage
 
constants(JsPropertyMap<Double>) - Method in interface akasha.gpu.GPUVertexState.Builder
 
COPY_DST - Static variable in class akasha.gpu.GPUBufferUsage
 
COPY_DST - Static variable in class akasha.gpu.GPUTextureUsage
 
COPY_SRC - Static variable in class akasha.gpu.GPUBufferUsage
 
COPY_SRC - Static variable in class akasha.gpu.GPUTextureUsage
 
copyBufferToBuffer(GPUBuffer, int, GPUBuffer, int, int) - Method in class akasha.gpu.GPUCommandEncoder
 
copyBufferToTexture(GPUImageCopyBuffer, GPUImageCopyTexture, GPUExtent3D) - Method in class akasha.gpu.GPUCommandEncoder
 
copyBufferToTexture(GPUImageCopyBuffer, GPUImageCopyTexture, JsArray<Double>) - Method in class akasha.gpu.GPUCommandEncoder
 
copyBufferToTexture(GPUImageCopyBuffer, GPUImageCopyTexture, double...) - Method in class akasha.gpu.GPUCommandEncoder
 
copyBufferToTexture(GPUImageCopyBuffer, GPUImageCopyTexture, GPUExtent3DDict) - Method in class akasha.gpu.GPUCommandEncoder
 
copyExternalImageToTexture(GPUImageCopyExternalImage, GPUImageCopyTextureTagged, GPUExtent3D) - Method in class akasha.gpu.GPUQueue
 
copyExternalImageToTexture(GPUImageCopyExternalImage, GPUImageCopyTextureTagged, JsArray<Double>) - Method in class akasha.gpu.GPUQueue
 
copyExternalImageToTexture(GPUImageCopyExternalImage, GPUImageCopyTextureTagged, double...) - Method in class akasha.gpu.GPUQueue
 
copyExternalImageToTexture(GPUImageCopyExternalImage, GPUImageCopyTextureTagged, GPUExtent3DDict) - Method in class akasha.gpu.GPUQueue
 
copyTextureToBuffer(GPUImageCopyTexture, GPUImageCopyBuffer, GPUExtent3D) - Method in class akasha.gpu.GPUCommandEncoder
 
copyTextureToBuffer(GPUImageCopyTexture, GPUImageCopyBuffer, JsArray<Double>) - Method in class akasha.gpu.GPUCommandEncoder
 
copyTextureToBuffer(GPUImageCopyTexture, GPUImageCopyBuffer, double...) - Method in class akasha.gpu.GPUCommandEncoder
 
copyTextureToBuffer(GPUImageCopyTexture, GPUImageCopyBuffer, GPUExtent3DDict) - Method in class akasha.gpu.GPUCommandEncoder
 
copyTextureToTexture(GPUImageCopyTexture, GPUImageCopyTexture, GPUExtent3D) - Method in class akasha.gpu.GPUCommandEncoder
 
copyTextureToTexture(GPUImageCopyTexture, GPUImageCopyTexture, JsArray<Double>) - Method in class akasha.gpu.GPUCommandEncoder
 
copyTextureToTexture(GPUImageCopyTexture, GPUImageCopyTexture, double...) - Method in class akasha.gpu.GPUCommandEncoder
 
copyTextureToTexture(GPUImageCopyTexture, GPUImageCopyTexture, GPUExtent3DDict) - Method in class akasha.gpu.GPUCommandEncoder
 
copyWithin(int, int, int) - Method in class akasha.core.Float32Array
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int) - Method in class akasha.core.Float32Array
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int, int) - Method in class akasha.core.Float64Array
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int) - Method in class akasha.core.Float64Array
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int, int) - Method in class akasha.core.Int16Array
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int) - Method in class akasha.core.Int16Array
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int, int) - Method in class akasha.core.Int32Array
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int) - Method in class akasha.core.Int32Array
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int, int) - Method in class akasha.core.Int8Array
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int) - Method in class akasha.core.Int8Array
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int, int) - Method in class akasha.core.Uint16Array
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int) - Method in class akasha.core.Uint16Array
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int, int) - Method in class akasha.core.Uint32Array
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int) - Method in class akasha.core.Uint32Array
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int, int) - Method in class akasha.core.Uint8Array
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int) - Method in class akasha.core.Uint8Array
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int, int) - Method in class akasha.core.Uint8ClampedArray
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int) - Method in class akasha.core.Uint8ClampedArray
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int, int) - Method in class akasha.lang.JsArray
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
copyWithin(int, int) - Method in class akasha.lang.JsArray
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
count(int) - Method in interface akasha.gpu.GPUMultisampleState.Builder
 
count() - Method in interface akasha.gpu.GPUMultisampleState
 
count(int) - Method in interface akasha.gpu.GPUQuerySetDescriptor.Builder
 
count() - Method in interface akasha.gpu.GPUQuerySetDescriptor
 
create() - Static method in interface akasha.AddEventListenerOptions
 
create(Object, JsPropertyMap<ObjectPropertyDescriptor>) - Static method in class akasha.core.JsObject
The Object.create() method creates a new object, using an existing object as the prototype of the newly created object.
create(Object) - Static method in class akasha.core.JsObject
The Object.create() method creates a new object, using an existing object as the prototype of the newly created object.
create() - Static method in interface akasha.core.ObjectPropertyDescriptor
 
create() - Static method in interface akasha.EventInit
 
create() - Static method in interface akasha.EventListenerOptions
 
create(GPUBindGroupLayout, JsArray<GPUBindGroupEntry>) - Static method in interface akasha.gpu.GPUBindGroupDescriptor
 
create(GPUBindGroupLayout, GPUBindGroupEntry...) - Static method in interface akasha.gpu.GPUBindGroupDescriptor
 
create(int, GPUBindingResource) - Static method in interface akasha.gpu.GPUBindGroupEntry
 
create(int, int) - Static method in interface akasha.gpu.GPUBindGroupLayoutEntry
 
create() - Static method in interface akasha.gpu.GPUBlendComponent
 
create(GPUBlendComponent, GPUBlendComponent) - Static method in interface akasha.gpu.GPUBlendState
 
create() - Static method in interface akasha.gpu.GPUBufferBindingLayout
 
create(int, int) - Static method in interface akasha.gpu.GPUBufferDescriptor
 
create(GPUDevice, String) - Static method in interface akasha.gpu.GPUCanvasConfiguration
 
create(double, double, double, double) - Static method in interface akasha.gpu.GPUColorDict
 
create() - Static method in interface akasha.gpu.GPUCommandBufferDescriptor
 
create() - Static method in interface akasha.gpu.GPUCommandEncoderDescriptor
 
create() - Static method in interface akasha.gpu.GPUComputePassDescriptor
 
create() - Static method in interface akasha.gpu.GPUDeviceDescriptor
 
create() - Static method in interface akasha.gpu.GPUExternalTextureBindingLayout
 
create(GPUShaderModule, String, JsArray<GPUColorTargetState>) - Static method in interface akasha.gpu.GPUFragmentState
 
create(GPUShaderModule, String, GPUColorTargetState...) - Static method in interface akasha.gpu.GPUFragmentState
 
create() - Static method in interface akasha.gpu.GPUImageDataLayout
 
create() - Static method in interface akasha.gpu.GPUMultisampleState
 
create() - Static method in interface akasha.gpu.GPUObjectDescriptorBase
 
create() - Static method in interface akasha.gpu.GPUOrigin2DDict
 
create() - Static method in interface akasha.gpu.GPUOrigin3DDict
 
create() - Static method in interface akasha.gpu.GPUPipelineDescriptorBase
 
create() - Static method in interface akasha.gpu.GPUPrimitiveState
 
create(GPUShaderModule, String) - Static method in interface akasha.gpu.GPUProgrammableStage
 
create(String, int) - Static method in interface akasha.gpu.GPUQuerySetDescriptor
 
create() - Static method in interface akasha.gpu.GPURenderBundleDescriptor
 
create(GPUTextureView, String, String) - Static method in interface akasha.gpu.GPURenderPassColorAttachment
 
create(GPUTextureView, GPUColor, String) - Static method in interface akasha.gpu.GPURenderPassColorAttachment
 
create(GPUTextureView, JsArray<Double>, String) - Static method in interface akasha.gpu.GPURenderPassColorAttachment
 
create(GPUTextureView, double[], String) - Static method in interface akasha.gpu.GPURenderPassColorAttachment
 
create(GPUTextureView, GPUColorDict, String) - Static method in interface akasha.gpu.GPURenderPassColorAttachment
 
create(GPUTextureView, String, String, String, String) - Static method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
create(GPUTextureView, float, String, String, String) - Static method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
create(GPUTextureView, String, String, int, String) - Static method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
create(GPUTextureView, float, String, int, String) - Static method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
create() - Static method in interface akasha.gpu.GPURequestAdapterOptions
 
create() - Static method in interface akasha.gpu.GPUSamplerBindingLayout
 
create() - Static method in interface akasha.gpu.GPUSamplerDescriptor
 
create() - Static method in interface akasha.gpu.GPUStencilFaceState
 
create() - Static method in interface akasha.gpu.GPUTextureBindingLayout
 
create(GPUExtent3D, String, int) - Static method in interface akasha.gpu.GPUTextureDescriptor
 
create(JsArray<Double>, String, int) - Static method in interface akasha.gpu.GPUTextureDescriptor
 
create(double[], String, int) - Static method in interface akasha.gpu.GPUTextureDescriptor
 
create(GPUExtent3DDict, String, int) - Static method in interface akasha.gpu.GPUTextureDescriptor
 
create() - Static method in interface akasha.gpu.GPUTextureViewDescriptor
 
create(String, int, int) - Static method in interface akasha.gpu.GPUVertexAttribute
 
create(int, JsArray<GPUVertexAttribute>) - Static method in interface akasha.gpu.GPUVertexBufferLayout
 
create(int, GPUVertexAttribute...) - Static method in interface akasha.gpu.GPUVertexBufferLayout
 
create(GPUShaderModule, String) - Static method in interface akasha.gpu.GPUVertexState
 
createBindGroup(GPUBindGroupDescriptor) - Method in class akasha.gpu.GPUDevice
 
createBindGroupLayout(GPUBindGroupLayoutDescriptor) - Method in class akasha.gpu.GPUDevice
 
createBuffer(GPUBufferDescriptor) - Method in class akasha.gpu.GPUDevice
 
createCommandEncoder(GPUCommandEncoderDescriptor) - Method in class akasha.gpu.GPUDevice
 
createCommandEncoder() - Method in class akasha.gpu.GPUDevice
 
createComputePipeline(GPUComputePipelineDescriptor) - Method in class akasha.gpu.GPUDevice
 
createComputePipelineAsync(GPUComputePipelineDescriptor) - Method in class akasha.gpu.GPUDevice
 
createPipelineLayout(GPUPipelineLayoutDescriptor) - Method in class akasha.gpu.GPUDevice
 
createQuerySet(GPUQuerySetDescriptor) - Method in class akasha.gpu.GPUDevice
 
createRenderBundleEncoder(GPURenderBundleEncoderDescriptor) - Method in class akasha.gpu.GPUDevice
 
createRenderPipeline(GPURenderPipelineDescriptor) - Method in class akasha.gpu.GPUDevice
 
createRenderPipelineAsync(GPURenderPipelineDescriptor) - Method in class akasha.gpu.GPUDevice
 
createSampler(GPUSamplerDescriptor) - Method in class akasha.gpu.GPUDevice
 
createSampler() - Method in class akasha.gpu.GPUDevice
 
createShaderModule(GPUShaderModuleDescriptor) - Method in class akasha.gpu.GPUDevice
 
createTexture(GPUTextureDescriptor) - Method in class akasha.gpu.GPUDevice
 
createView(GPUTextureViewDescriptor) - Method in class akasha.gpu.GPUTexture
 
createView() - Method in class akasha.gpu.GPUTexture
 
cube - Static variable in annotation type akasha.gpu.GPUTextureViewDimension
 
cube_array - Static variable in annotation type akasha.gpu.GPUTextureViewDimension
 
cullMode(String) - Method in interface akasha.gpu.GPUPrimitiveState.Builder
 
cullMode() - Method in interface akasha.gpu.GPUPrimitiveState
 
currentTarget() - Method in class akasha.Event
The currentTarget read-only property of the Event interface identifies the current target for the event, as the event traverses the DOM.
cw - Static variable in annotation type akasha.gpu.GPUFrontFace
 

D

DATA_CLONE_ERR - Static variable in class akasha.DOMException
 
DataView - Class in akasha.core
The DataView view provides a low-level interface for reading and writing multiple number types in a binary ArrayBuffer, without having to care about the platform's endianness.
DataView(ArrayBuffer, int, int) - Constructor for class akasha.core.DataView
The DataView() constructor is used to create DataView objects.
DataView(ArrayBuffer, int) - Constructor for class akasha.core.DataView
The DataView() constructor is used to create DataView objects.
DataView(ArrayBuffer) - Constructor for class akasha.core.DataView
The DataView() constructor is used to create DataView objects.
DataView(SharedArrayBuffer, int, int) - Constructor for class akasha.core.DataView
The DataView() constructor is used to create DataView objects.
DataView(SharedArrayBuffer, int) - Constructor for class akasha.core.DataView
The DataView() constructor is used to create DataView objects.
DataView(SharedArrayBuffer) - Constructor for class akasha.core.DataView
The DataView() constructor is used to create DataView objects.
decrement_clamp - Static variable in annotation type akasha.gpu.GPUStencilOperation
 
decrement_wrap - Static variable in annotation type akasha.gpu.GPUStencilOperation
 
defaultPrevented() - Method in class akasha.Event
The defaultPrevented read-only property of the Event interface returns a Boolean indicating whether or not the call to Event.preventDefault() canceled the event.
defineProperties(Object, JsPropertyMap<ObjectPropertyDescriptor>) - Static method in class akasha.core.JsObject
The Object.defineProperties() method defines new or modifies existing properties directly on an object, returning the object.
defineProperty(Object, String, ObjectPropertyDescriptor) - Static method in class akasha.core.JsObject
The static method Object.defineProperty() defines a new property directly on an object, or modifies an existing property on an object, and returns the object.
defineProperty(Object, Symbol, ObjectPropertyDescriptor) - Static method in class akasha.core.JsObject
The static method Object.defineProperty() defines a new property directly on an object, or modifies an existing property on an object, and returns the object.
delete(K) - Method in class akasha.core.JsMap
The delete() method removes the specified element from a Map object.
delete(T) - Method in class akasha.core.JsSet
The delete() method removes a specified value from a Set object, if it is in the set.
delete(K) - Method in class akasha.core.JsWeakMap
The delete() method removes the specified element from a WeakMap object.
delete(T) - Method in class akasha.core.JsWeakSet
The delete() method removes the specified element from a WeakSet object.
depth - Static variable in annotation type akasha.gpu.GPUTextureSampleType
 
depth16unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
depth24plus - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
depth24plus_stencil8 - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
depth24unorm_stencil8 - Static variable in annotation type akasha.gpu.GPUFeatureName
 
depth24unorm_stencil8 - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
depth32float - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
depth32float_stencil8 - Static variable in annotation type akasha.gpu.GPUFeatureName
 
depth32float_stencil8 - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
depth_clamping - Static variable in annotation type akasha.gpu.GPUFeatureName
 
depth_only - Static variable in annotation type akasha.gpu.GPUTextureAspect
 
depthBias(int) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
 
depthBias() - Method in interface akasha.gpu.GPUDepthStencilState
 
depthBiasClamp(float) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
 
depthBiasClamp() - Method in interface akasha.gpu.GPUDepthStencilState
 
depthBiasSlopeScale(float) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
 
depthBiasSlopeScale() - Method in interface akasha.gpu.GPUDepthStencilState
 
depthCompare(String) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
 
depthCompare() - Method in interface akasha.gpu.GPUDepthStencilState
 
depthFailOp(String) - Method in interface akasha.gpu.GPUStencilFaceState.Builder
 
depthFailOp() - Method in interface akasha.gpu.GPUStencilFaceState
 
depthLoadValue(String) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment.Builder
 
depthLoadValue(float) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment.Builder
 
depthLoadValue() - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
depthOrArrayLayers(int) - Method in interface akasha.gpu.GPUExtent3DDict.Builder
 
depthOrArrayLayers() - Method in interface akasha.gpu.GPUExtent3DDict
 
depthReadOnly(boolean) - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor.Builder
 
depthReadOnly() - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor
 
depthReadOnly(boolean) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment.Builder
 
depthReadOnly() - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
depthStencil(GPUDepthStencilState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor.Builder
 
depthStencil() - Method in interface akasha.gpu.GPURenderPipelineDescriptor
 
depthStencilAttachment(GPURenderPassDepthStencilAttachment) - Method in interface akasha.gpu.GPURenderPassDescriptor.Builder
 
depthStencilAttachment() - Method in interface akasha.gpu.GPURenderPassDescriptor
 
depthStencilFormat(String) - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor.Builder
 
depthStencilFormat(String) - Method in interface akasha.gpu.GPURenderPassLayout.Builder
 
depthStencilFormat() - Method in interface akasha.gpu.GPURenderPassLayout
 
depthStoreOp(String) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment.Builder
 
depthStoreOp() - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
depthWriteEnabled(boolean) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
 
depthWriteEnabled() - Method in interface akasha.gpu.GPUDepthStencilState
 
describe(int) - Static method in class akasha.DOMExceptionCode.Util
 
describe(int) - Static method in class akasha.EventPhase.Util
 
describe(int) - Static method in class akasha.gpu.GPUBufferUsageFlags.Util
 
describe(int) - Static method in class akasha.gpu.GPUColorWriteFlags.Util
 
describe(int) - Static method in class akasha.gpu.GPUMapModeFlags.Util
 
describe(int) - Static method in class akasha.gpu.GPUShaderStageFlags.Util
 
describe(int) - Static method in class akasha.gpu.GPUTextureUsageFlags.Util
 
destroy() - Method in class akasha.gpu.GPUBuffer
 
destroy() - Method in class akasha.gpu.GPUDevice
 
destroy() - Method in class akasha.gpu.GPUQuerySet
 
destroy() - Method in class akasha.gpu.GPUTexture
 
destroyed - Static variable in annotation type akasha.gpu.GPUDeviceLostReason
 
device(GPUDevice) - Method in interface akasha.gpu.GPUCanvasConfiguration.Builder
 
device() - Method in interface akasha.gpu.GPUCanvasConfiguration
 
dimension(String) - Method in interface akasha.gpu.GPUTextureDescriptor.Builder
 
dimension() - Method in interface akasha.gpu.GPUTextureDescriptor
 
dimension(String) - Method in interface akasha.gpu.GPUTextureViewDescriptor.Builder
 
dimension() - Method in interface akasha.gpu.GPUTextureViewDescriptor
 
discard - Static variable in annotation type akasha.gpu.GPUStoreOp
 
dispatch(int, int, int) - Method in class akasha.gpu.GPUComputePassEncoder
 
dispatch(int, int) - Method in class akasha.gpu.GPUComputePassEncoder
 
dispatch(int) - Method in class akasha.gpu.GPUComputePassEncoder
 
dispatchEvent(Event) - Method in class akasha.EventTarget
Dispatches an Event at the specified EventTarget, (synchronously) invoking the affected EventListeners in the appropriate order.
dispatchIndirect(GPUBuffer, int) - Method in class akasha.gpu.GPUComputePassEncoder
 
DOMException - Class in akasha
The DOMException interface represents an abnormal event (called an exception) that occurs as a result of calling a method or accessing a property of a web API.
DOMException(String, String) - Constructor for class akasha.DOMException
The DOMException() constructor returns a DOMException object with a specified message and name.
DOMException(String) - Constructor for class akasha.DOMException
The DOMException() constructor returns a DOMException object with a specified message and name.
DOMException() - Constructor for class akasha.DOMException
The DOMException() constructor returns a DOMException object with a specified message and name.
DOMExceptionCode - Annotation Type in akasha
 
DOMExceptionCode.Util - Class in akasha
 
DOMSTRING_SIZE_ERR - Static variable in class akasha.DOMException
 
draw(int, int, int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
 
draw(int, int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
 
draw(int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
 
draw(int) - Method in class akasha.gpu.GPURenderBundleEncoder
 
draw(int, int, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
 
draw(int, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
 
draw(int, int) - Method in class akasha.gpu.GPURenderPassEncoder
 
draw(int) - Method in class akasha.gpu.GPURenderPassEncoder
 
drawIndexed(int, int, int, int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
 
drawIndexed(int, int, int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
 
drawIndexed(int, int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
 
drawIndexed(int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
 
drawIndexed(int) - Method in class akasha.gpu.GPURenderBundleEncoder
 
drawIndexed(int, int, int, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
 
drawIndexed(int, int, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
 
drawIndexed(int, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
 
drawIndexed(int, int) - Method in class akasha.gpu.GPURenderPassEncoder
 
drawIndexed(int) - Method in class akasha.gpu.GPURenderPassEncoder
 
drawIndexedIndirect(GPUBuffer, int) - Method in class akasha.gpu.GPURenderBundleEncoder
 
drawIndexedIndirect(GPUBuffer, int) - Method in class akasha.gpu.GPURenderPassEncoder
 
drawIndirect(GPUBuffer, int) - Method in class akasha.gpu.GPURenderBundleEncoder
 
drawIndirect(GPUBuffer, int) - Method in class akasha.gpu.GPURenderPassEncoder
 
dst - Static variable in annotation type akasha.gpu.GPUBlendFactor
 
dst_alpha - Static variable in annotation type akasha.gpu.GPUBlendFactor
 
dstFactor(String) - Method in interface akasha.gpu.GPUBlendComponent.Builder
 
dstFactor() - Method in interface akasha.gpu.GPUBlendComponent
 

E

endOcclusionQuery() - Method in class akasha.gpu.GPURenderPassEncoder
 
endPass() - Method in class akasha.gpu.GPUComputePassEncoder
 
endPass() - Method in class akasha.gpu.GPURenderPassEncoder
 
endPipelineStatisticsQuery() - Method in class akasha.gpu.GPUComputePassEncoder
 
endPipelineStatisticsQuery() - Method in class akasha.gpu.GPURenderPassEncoder
 
entries() - Method in class akasha.core.Float32Array
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
entries() - Method in class akasha.core.Float64Array
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
entries() - Method in class akasha.core.Int16Array
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
entries() - Method in class akasha.core.Int32Array
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
entries() - Method in class akasha.core.Int8Array
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
entries() - Method in class akasha.core.JsMap
The entries() method returns a new Iterator object that contains the [key, value] pairs for each element in the Map object in insertion order.
entries(Object) - Static method in class akasha.core.JsObject
The Object.entries() method returns an array of a given object's own enumerable string-keyed property [key, value] pairs, in the same order as that provided by a for...in loop.
entries() - Method in class akasha.core.JsSet
The entries() method returns a new Iterator object that contains an array of [value, value] for each element in the Set object, in insertion order.
entries() - Method in class akasha.core.Uint16Array
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
entries() - Method in class akasha.core.Uint32Array
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
entries() - Method in class akasha.core.Uint8Array
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
entries() - Method in class akasha.core.Uint8ClampedArray
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
entries(JsArray<GPUBindGroupEntry>) - Method in interface akasha.gpu.GPUBindGroupDescriptor.Builder
 
entries(GPUBindGroupEntry...) - Method in interface akasha.gpu.GPUBindGroupDescriptor.Builder
 
entries() - Method in interface akasha.gpu.GPUBindGroupDescriptor
 
entries(JsArray<GPUBindGroupLayoutEntry>) - Method in interface akasha.gpu.GPUBindGroupLayoutDescriptor.Builder
 
entries(GPUBindGroupLayoutEntry...) - Method in interface akasha.gpu.GPUBindGroupLayoutDescriptor.Builder
 
entries(JsArray<GPUBindGroupLayoutEntry>) - Static method in interface akasha.gpu.GPUBindGroupLayoutDescriptor
 
entries(GPUBindGroupLayoutEntry...) - Static method in interface akasha.gpu.GPUBindGroupLayoutDescriptor
 
entries() - Method in interface akasha.gpu.GPUBindGroupLayoutDescriptor
 
entries() - Method in class akasha.gpu.GPUSupportedFeatures
 
entries() - Method in class akasha.lang.JsArray
The entries() method returns a new Array Iterator object that contains the key/value pairs for each index in the array.
Entry() - Constructor for class akasha.core.Float32Array.Entry
 
Entry() - Constructor for class akasha.core.Float64Array.Entry
 
Entry() - Constructor for class akasha.core.Int16Array.Entry
 
Entry() - Constructor for class akasha.core.Int32Array.Entry
 
Entry() - Constructor for class akasha.core.Int8Array.Entry
 
Entry() - Constructor for class akasha.core.JsMap.Entry
 
Entry() - Constructor for class akasha.core.JsWeakMap.Entry
 
Entry() - Constructor for class akasha.core.Uint16Array.Entry
 
Entry() - Constructor for class akasha.core.Uint32Array.Entry
 
Entry() - Constructor for class akasha.core.Uint8Array.Entry
 
Entry() - Constructor for class akasha.core.Uint8ClampedArray.Entry
 
Entry() - Constructor for class akasha.gpu.GPUSupportedFeatures.Entry
 
Entry() - Constructor for class akasha.lang.JsArray.Entry
 
entryPoint(String) - Method in interface akasha.gpu.GPUFragmentState.Builder
 
entryPoint(String) - Method in interface akasha.gpu.GPUProgrammableStage.Builder
 
entryPoint() - Method in interface akasha.gpu.GPUProgrammableStage
 
entryPoint(String) - Method in interface akasha.gpu.GPUVertexState.Builder
 
enumerable(boolean) - Method in interface akasha.core.ObjectPropertyDescriptor.Builder
 
enumerable() - Method in interface akasha.core.ObjectPropertyDescriptor
 
EPSILON - Static variable in class akasha.core.JsNumber
The Number.EPSILON property represents the difference between 1 and the smallest floating point number greater than 1.
equal - Static variable in annotation type akasha.gpu.GPUCompareFunction
 
error - Static variable in annotation type akasha.gpu.GPUCompilationMessageType
 
error() - Method in class akasha.gpu.GPUUncapturedErrorEvent
 
error(GPUError) - Method in interface akasha.gpu.GPUUncapturedErrorEventInit.Builder
 
error(GPUError) - Static method in interface akasha.gpu.GPUUncapturedErrorEventInit
 
error() - Method in interface akasha.gpu.GPUUncapturedErrorEventInit
 
errors() - Method in class akasha.core.AggregateError
 
EvalError - Class in akasha.core
The EvalError object indicates an error regarding the global eval() function.
EvalError(String) - Constructor for class akasha.core.EvalError
The EvalError constructor creates a new error regarding the global eval() function.
EvalError() - Constructor for class akasha.core.EvalError
The EvalError constructor creates a new error regarding the global eval() function.
Event - Class in akasha
The Event interface represents an event which takes place in the DOM.
Event(String, EventInit) - Constructor for class akasha.Event
The Event() constructor creates a new Event.
Event(String) - Constructor for class akasha.Event
The Event() constructor creates a new Event.
EventHandler - Interface in akasha
 
EventInit - Interface in akasha
 
EventInit.Builder - Interface in akasha
 
EventListener - Interface in akasha
The EventListener interface represents an object that can handle an event dispatched by an EventTarget object.
EventListenerOptions - Interface in akasha
 
EventListenerOptions.Builder - Interface in akasha
 
eventPhase() - Method in class akasha.Event
The eventPhase read-only property of the Event interface indicates which phase of the event flow is currently being evaluated.
EventPhase - Annotation Type in akasha
 
EventPhase.Util - Class in akasha
 
EventTarget - Class in akasha
EventTarget is a DOM interface implemented by objects that can receive events and may have listeners for them.
EventTarget() - Constructor for class akasha.EventTarget
The EventTarget() constructor creates a new EventTarget object instance.
every(JsArray.Predicate<T>) - Method in class akasha.lang.JsArray
The every() method tests whether all elements in the array pass the test implemented by the provided function.
every(JsArray.Predicate2<T>) - Method in class akasha.lang.JsArray
The every() method tests whether all elements in the array pass the test implemented by the provided function.
every(JsArray.Predicate3<T>) - Method in class akasha.lang.JsArray
The every() method tests whether all elements in the array pass the test implemented by the provided function.
executeBundles(JsArray<GPURenderBundle>) - Method in class akasha.gpu.GPURenderPassEncoder
 
executeBundles(GPURenderBundle...) - Method in class akasha.gpu.GPURenderPassEncoder
 
executionTime() - Method in class akasha.gpu.GPUCommandBuffer
 
externalTexture(GPUExternalTextureBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry.Builder
 
externalTexture() - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
 

F

failOp(String) - Method in interface akasha.gpu.GPUStencilFaceState.Builder
 
failOp() - Method in interface akasha.gpu.GPUStencilFaceState
 
features() - Method in class akasha.gpu.GPUAdapter
 
features() - Method in class akasha.gpu.GPUDevice
 
fill(float, int, int) - Method in class akasha.core.Float32Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(float, int) - Method in class akasha.core.Float32Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(float) - Method in class akasha.core.Float32Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(double, int, int) - Method in class akasha.core.Float64Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(double, int) - Method in class akasha.core.Float64Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(double) - Method in class akasha.core.Float64Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(short, int, int) - Method in class akasha.core.Int16Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(short, int) - Method in class akasha.core.Int16Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(short) - Method in class akasha.core.Int16Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(int, int, int) - Method in class akasha.core.Int32Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(int, int) - Method in class akasha.core.Int32Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(int) - Method in class akasha.core.Int32Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(byte, int, int) - Method in class akasha.core.Int8Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(byte, int) - Method in class akasha.core.Int8Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(byte) - Method in class akasha.core.Int8Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(int, int, int) - Method in class akasha.core.Uint16Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(int, int) - Method in class akasha.core.Uint16Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(int) - Method in class akasha.core.Uint16Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(int, int, int) - Method in class akasha.core.Uint32Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(int, int) - Method in class akasha.core.Uint32Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(int) - Method in class akasha.core.Uint32Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(short, int, int) - Method in class akasha.core.Uint8Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(short, int) - Method in class akasha.core.Uint8Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(short) - Method in class akasha.core.Uint8Array
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(short, int, int) - Method in class akasha.core.Uint8ClampedArray
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(short, int) - Method in class akasha.core.Uint8ClampedArray
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(short) - Method in class akasha.core.Uint8ClampedArray
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
fill(T, int, int) - Method in class akasha.lang.JsArray
The fill() method changes all elements in an array to a static value, from a start index to an end index.
fill(T, int) - Method in class akasha.lang.JsArray
The fill() method changes all elements in an array to a static value, from a start index to the end of the array.
fill(T) - Method in class akasha.lang.JsArray
The fill() method changes all elements in an array to a static value.
filter(JsArray.Predicate<T>) - Method in class akasha.lang.JsArray
The filter() method creates a new array with all elements that pass the test implemented by the provided function.
filter(JsArray.Predicate2<T>) - Method in class akasha.lang.JsArray
The filter() method creates a new array with all elements that pass the test implemented by the provided function.
filter(JsArray.Predicate3<T>) - Method in class akasha.lang.JsArray
The filter() method creates a new array with all elements that pass the test implemented by the provided function.
filtering - Static variable in annotation type akasha.gpu.GPUSamplerBindingType
 
finally_(OnSettledCallback) - Method in class akasha.promise.Promise
The finally() method returns a Promise.
find(JsArray.Predicate<T>) - Method in class akasha.lang.JsArray
The find() method returns the value of the first element in the provided array that satisfies the provided testing function.
find(JsArray.Predicate2<T>) - Method in class akasha.lang.JsArray
The find() method returns the value of the first element in the provided array that satisfies the provided testing function.
find(JsArray.Predicate3<T>) - Method in class akasha.lang.JsArray
The find() method returns the value of the first element in the provided array that satisfies the provided testing function.
findIndex(JsArray.Predicate<T>) - Method in class akasha.lang.JsArray
The findIndex() method returns the index of the first element in the array that satisfies the provided testing function.
findIndex(JsArray.Predicate2<T>) - Method in class akasha.lang.JsArray
The findIndex() method returns the index of the first element in the array that satisfies the provided testing function.
findIndex(JsArray.Predicate3<T>) - Method in class akasha.lang.JsArray
The findIndex() method returns the index of the first element in the array that satisfies the provided testing function.
finish(GPUCommandBufferDescriptor) - Method in class akasha.gpu.GPUCommandEncoder
 
finish() - Method in class akasha.gpu.GPUCommandEncoder
 
finish(GPURenderBundleDescriptor) - Method in class akasha.gpu.GPURenderBundleEncoder
 
finish() - Method in class akasha.gpu.GPURenderBundleEncoder
 
flat() - Method in class akasha.lang.JsArray
The flat() method creates a new array with all sub-array elements concatenated into it recursively up to the specified depth.
flat(double) - Method in class akasha.lang.JsArray
The flat() method creates a new array with all sub-array elements concatenated into it recursively up to the specified depth.
flatMap(JsArray.FlatMap<S, T>) - Method in class akasha.lang.JsArray
The flatMap() method returns a new array formed by applying a given callback function to each element of the array, and then flattening the result by one level.
flatMap(JsArray.FlatMap2<S, T>) - Method in class akasha.lang.JsArray
The flatMap() method returns a new array formed by applying a given callback function to each element of the array, and then flattening the result by one level.
flatMap(JsArray.FlatMap3<S, T>) - Method in class akasha.lang.JsArray
The flatMap() method returns a new array formed by applying a given callback function to each element of the array, and then flattening the result by one level.
flatMap(T) - Method in interface akasha.lang.JsArray.FlatMap
 
flatMap(T, int) - Method in interface akasha.lang.JsArray.FlatMap2
 
flatMap(T, int, JsArrayLike<T>) - Method in interface akasha.lang.JsArray.FlatMap3
 
float16x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
float16x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
float32 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
Float32Array - Class in akasha.core
The Float32Array typed array represents an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order.
Float32Array(int) - Constructor for class akasha.core.Float32Array
The Float32Array() typed array constructor creates a new Float32Array object, which is, an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order.
Float32Array(Float32Array) - Constructor for class akasha.core.Float32Array
The Float32Array() typed array constructor creates a new Float32Array object, which is, an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order.
Float32Array(JsArray<Double>) - Constructor for class akasha.core.Float32Array
The Float32Array() typed array constructor creates a new Float32Array object, which is, an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order.
Float32Array(double[]) - Constructor for class akasha.core.Float32Array
The Float32Array() typed array constructor creates a new Float32Array object, which is, an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order.
Float32Array(ArrayBuffer, int, int) - Constructor for class akasha.core.Float32Array
The Float32Array() typed array constructor creates a new Float32Array object, which is, an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order.
Float32Array(ArrayBuffer, int) - Constructor for class akasha.core.Float32Array
The Float32Array() typed array constructor creates a new Float32Array object, which is, an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order.
Float32Array(ArrayBuffer) - Constructor for class akasha.core.Float32Array
The Float32Array() typed array constructor creates a new Float32Array object, which is, an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order.
Float32Array.Entry - Class in akasha.core
 
Float32Array.ForEachCallback - Interface in akasha.core
 
Float32Array.ForEachCallback2 - Interface in akasha.core
 
Float32Array.ForEachCallback3 - Interface in akasha.core
 
float32x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
float32x3 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
float32x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
Float64Array - Class in akasha.core
The Float64Array typed array represents an array of 64-bit floating point numbers (corresponding to the C double data type) in the platform byte order.
Float64Array(int) - Constructor for class akasha.core.Float64Array
The Float64Array() typed array constructor creates a new Float64Array object, which is, an array of 64-bit floating point numbers (corresponding to the C double data type) in the platform byte order.
Float64Array(Float64Array) - Constructor for class akasha.core.Float64Array
The Float64Array() typed array constructor creates a new Float64Array object, which is, an array of 64-bit floating point numbers (corresponding to the C double data type) in the platform byte order.
Float64Array(JsArray<Double>) - Constructor for class akasha.core.Float64Array
The Float64Array() typed array constructor creates a new Float64Array object, which is, an array of 64-bit floating point numbers (corresponding to the C double data type) in the platform byte order.
Float64Array(double[]) - Constructor for class akasha.core.Float64Array
The Float64Array() typed array constructor creates a new Float64Array object, which is, an array of 64-bit floating point numbers (corresponding to the C double data type) in the platform byte order.
Float64Array(ArrayBuffer, int, int) - Constructor for class akasha.core.Float64Array
The Float64Array() typed array constructor creates a new Float64Array object, which is, an array of 64-bit floating point numbers (corresponding to the C double data type) in the platform byte order.
Float64Array(ArrayBuffer, int) - Constructor for class akasha.core.Float64Array
The Float64Array() typed array constructor creates a new Float64Array object, which is, an array of 64-bit floating point numbers (corresponding to the C double data type) in the platform byte order.
Float64Array(ArrayBuffer) - Constructor for class akasha.core.Float64Array
The Float64Array() typed array constructor creates a new Float64Array object, which is, an array of 64-bit floating point numbers (corresponding to the C double data type) in the platform byte order.
Float64Array.Entry - Class in akasha.core
 
Float64Array.ForEachCallback - Interface in akasha.core
 
Float64Array.ForEachCallback2 - Interface in akasha.core
 
Float64Array.ForEachCallback3 - Interface in akasha.core
 
float_ - Static variable in annotation type akasha.gpu.GPUTextureSampleType
 
for_(String) - Static method in interface akasha.core.Symbol
 
forceFallbackAdapter(boolean) - Method in interface akasha.gpu.GPURequestAdapterOptions.Builder
 
forceFallbackAdapter() - Method in interface akasha.gpu.GPURequestAdapterOptions
 
forEach(Float32Array.ForEachCallback) - Method in class akasha.core.Float32Array
The forEach() method executes a provided function once per array element.
forEach(Float32Array.ForEachCallback2) - Method in class akasha.core.Float32Array
The forEach() method executes a provided function once per array element.
forEach(Float32Array.ForEachCallback3) - Method in class akasha.core.Float32Array
The forEach() method executes a provided function once per array element.
forEach(Float64Array.ForEachCallback) - Method in class akasha.core.Float64Array
The forEach() method executes a provided function once per array element.
forEach(Float64Array.ForEachCallback2) - Method in class akasha.core.Float64Array
The forEach() method executes a provided function once per array element.
forEach(Float64Array.ForEachCallback3) - Method in class akasha.core.Float64Array
The forEach() method executes a provided function once per array element.
forEach(Int16Array.ForEachCallback) - Method in class akasha.core.Int16Array
The forEach() method executes a provided function once per array element.
forEach(Int16Array.ForEachCallback2) - Method in class akasha.core.Int16Array
The forEach() method executes a provided function once per array element.
forEach(Int16Array.ForEachCallback3) - Method in class akasha.core.Int16Array
The forEach() method executes a provided function once per array element.
forEach(Int32Array.ForEachCallback) - Method in class akasha.core.Int32Array
The forEach() method executes a provided function once per array element.
forEach(Int32Array.ForEachCallback2) - Method in class akasha.core.Int32Array
The forEach() method executes a provided function once per array element.
forEach(Int32Array.ForEachCallback3) - Method in class akasha.core.Int32Array
The forEach() method executes a provided function once per array element.
forEach(Int8Array.ForEachCallback) - Method in class akasha.core.Int8Array
The forEach() method executes a provided function once per array element.
forEach(Int8Array.ForEachCallback2) - Method in class akasha.core.Int8Array
The forEach() method executes a provided function once per array element.
forEach(Int8Array.ForEachCallback3) - Method in class akasha.core.Int8Array
The forEach() method executes a provided function once per array element.
forEach(JsMap.ForEachCallback<V>) - Method in class akasha.core.JsMap
The forEach() method executes a provided function once per each key/value pair in the Map object, in insertion order.
forEach(JsMap.ForEachCallback2<K, V>) - Method in class akasha.core.JsMap
The forEach() method executes a provided function once per each key/value pair in the Map object, in insertion order.
forEach(JsMap.ForEachCallback3<K, V>) - Method in class akasha.core.JsMap
The forEach() method executes a provided function once per each key/value pair in the Map object, in insertion order.
forEach(JsSet.ForEachCallback<T>) - Method in class akasha.core.JsSet
The forEach() method executes a provided function once for each value in the Set object, in insertion order.
forEach(JsSet.ForEachCallback2<T>) - Method in class akasha.core.JsSet
The forEach() method executes a provided function once for each value in the Set object, in insertion order.
forEach(JsSet.ForEachCallback3<T>) - Method in class akasha.core.JsSet
The forEach() method executes a provided function once for each value in the Set object, in insertion order.
forEach(Uint16Array.ForEachCallback) - Method in class akasha.core.Uint16Array
The forEach() method executes a provided function once per array element.
forEach(Uint16Array.ForEachCallback2) - Method in class akasha.core.Uint16Array
The forEach() method executes a provided function once per array element.
forEach(Uint16Array.ForEachCallback3) - Method in class akasha.core.Uint16Array
The forEach() method executes a provided function once per array element.
forEach(Uint32Array.ForEachCallback) - Method in class akasha.core.Uint32Array
The forEach() method executes a provided function once per array element.
forEach(Uint32Array.ForEachCallback2) - Method in class akasha.core.Uint32Array
The forEach() method executes a provided function once per array element.
forEach(Uint32Array.ForEachCallback3) - Method in class akasha.core.Uint32Array
The forEach() method executes a provided function once per array element.
forEach(Uint8Array.ForEachCallback) - Method in class akasha.core.Uint8Array
The forEach() method executes a provided function once per array element.
forEach(Uint8Array.ForEachCallback2) - Method in class akasha.core.Uint8Array
The forEach() method executes a provided function once per array element.
forEach(Uint8Array.ForEachCallback3) - Method in class akasha.core.Uint8Array
The forEach() method executes a provided function once per array element.
forEach(Uint8ClampedArray.ForEachCallback) - Method in class akasha.core.Uint8ClampedArray
The forEach() method executes a provided function once per array element.
forEach(Uint8ClampedArray.ForEachCallback2) - Method in class akasha.core.Uint8ClampedArray
The forEach() method executes a provided function once per array element.
forEach(Uint8ClampedArray.ForEachCallback3) - Method in class akasha.core.Uint8ClampedArray
The forEach() method executes a provided function once per array element.
forEach(GPUSupportedFeatures.ForEachCallback) - Method in class akasha.gpu.GPUSupportedFeatures
 
forEach(GPUSupportedFeatures.ForEachCallback2) - Method in class akasha.gpu.GPUSupportedFeatures
 
forEach(GPUSupportedFeatures.ForEachCallback3) - Method in class akasha.gpu.GPUSupportedFeatures
 
forEach(JsArray.ForEachCallback<T>) - Method in class akasha.lang.JsArray
The forEach() method executes a provided function once for each array element.
forEach(JsArray.ForEachCallback2<T>) - Method in class akasha.lang.JsArray
The forEach() method executes a provided function once for each array element.
forEach(JsArray.ForEachCallback3<T>) - Method in class akasha.lang.JsArray
The forEach() method executes a provided function once for each array element.
format(String) - Method in interface akasha.gpu.GPUCanvasConfiguration.Builder
 
format() - Method in interface akasha.gpu.GPUCanvasConfiguration
 
format(String) - Method in interface akasha.gpu.GPUColorTargetState.Builder
 
format(String) - Static method in interface akasha.gpu.GPUColorTargetState
 
format() - Method in interface akasha.gpu.GPUColorTargetState
 
format(String) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
 
format(String) - Static method in interface akasha.gpu.GPUDepthStencilState
 
format() - Method in interface akasha.gpu.GPUDepthStencilState
 
format(String) - Method in interface akasha.gpu.GPUStorageTextureBindingLayout.Builder
 
format(String) - Static method in interface akasha.gpu.GPUStorageTextureBindingLayout
 
format() - Method in interface akasha.gpu.GPUStorageTextureBindingLayout
 
format(String) - Method in interface akasha.gpu.GPUTextureDescriptor.Builder
 
format() - Method in interface akasha.gpu.GPUTextureDescriptor
 
format(String) - Method in interface akasha.gpu.GPUTextureViewDescriptor.Builder
 
format() - Method in interface akasha.gpu.GPUTextureViewDescriptor
 
format(String) - Method in interface akasha.gpu.GPUVertexAttribute.Builder
 
format() - Method in interface akasha.gpu.GPUVertexAttribute
 
fragment(GPUFragmentState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor.Builder
 
fragment() - Method in interface akasha.gpu.GPURenderPipelineDescriptor
 
FRAGMENT - Static variable in class akasha.gpu.GPUShaderStage
 
fragment_shader_invocations - Static variable in annotation type akasha.gpu.GPUPipelineStatisticName
 
FramebufferMipmapLevel - Annotation Type in akasha.gl
The valid mipmap levels for framebuffer texture.
freeze(Object) - Static method in class akasha.core.JsObject
The Object.freeze() method freezes an object.
from(JsArrayLike<T>, JsArray.Converter<? super T, ? extends R>) - Static method in class akasha.lang.JsArray
The Array.from() static method creates a new, shallow-copied Array instance from an array-like or iterable object.
from(JsArrayLike<T>) - Static method in class akasha.lang.JsArray
The Array.from() static method creates a new, shallow-copied Array instance from an array-like or iterable object.
from(JsIterable<T>, JsArray.Converter<? super T, ? extends R>) - Static method in class akasha.lang.JsArray
The Array.from() static method creates a new, shallow-copied Array instance from an array-like or iterable object.
from(JsIterable<T>) - Static method in class akasha.lang.JsArray
The Array.from() static method creates a new, shallow-copied Array instance from an array-like or iterable object.
from(T[], JsArray.Converter<? super T, ? extends R>) - Static method in class akasha.lang.JsArray
The Array.from() static method creates a new, shallow-copied Array instance from an array-like or iterable object.
from(T[]) - Static method in class akasha.lang.JsArray
The Array.from() static method creates a new, shallow-copied Array instance from an array-like or iterable object.
fromEntries(JsIterable<ObjectPropertyEntry>) - Static method in class akasha.core.JsObject
The Object.fromEntries() method transforms a list of key-value pairs into an object.
front - Static variable in annotation type akasha.gpu.GPUCullMode
 
frontFace(String) - Method in interface akasha.gpu.GPUPrimitiveState.Builder
 
frontFace() - Method in interface akasha.gpu.GPUPrimitiveState
 
Function - Interface in akasha
 

G

g(double) - Method in interface akasha.gpu.GPUColorDict.Builder
 
g() - Method in interface akasha.gpu.GPUColorDict
 
get(K) - Method in class akasha.core.JsMap
The get() method returns a specified element from a Map object.
get(Object, Symbol) - Static method in class akasha.core.JsUtil
Return the property on the object indexed by the specified symbol.
get(K) - Method in class akasha.core.JsWeakMap
The get() method returns a specified element from a WeakMap object.
get(PropertyAccessorFunction) - Method in interface akasha.core.ObjectPropertyDescriptor.Builder
 
get() - Method in interface akasha.core.ObjectPropertyDescriptor
 
getAt(int) - Method in class akasha.core.Float32Array
 
getAt(int) - Method in class akasha.core.Float64Array
 
getAt(int) - Method in class akasha.core.Int16Array
 
getAt(int) - Method in class akasha.core.Int32Array
 
getAt(int) - Method in class akasha.core.Int8Array
 
getAt(int) - Method in class akasha.core.Uint16Array
 
getAt(int) - Method in class akasha.core.Uint32Array
 
getAt(int) - Method in class akasha.core.Uint8Array
 
getAt(int) - Method in class akasha.core.Uint8ClampedArray
 
getBindGroupLayout(int) - Method in class akasha.gpu.GPUComputePipeline
 
getBindGroupLayout(int) - Method in class akasha.gpu.GPURenderPipeline
 
getCurrentTexture() - Method in class akasha.gpu.GPUCanvasContext
 
getFloat32(int, boolean) - Method in class akasha.core.DataView
The getFloat32() method gets a signed 32-bit float (float) at the specified byte offset from the start of the DataView.
getFloat32(int) - Method in class akasha.core.DataView
The getFloat32() method gets a signed 32-bit float (float) at the specified byte offset from the start of the DataView.
getFloat64(int, boolean) - Method in class akasha.core.DataView
The getFloat64() method gets a signed 64-bit float (double) at the specified byte offset from the start of the DataView.
getFloat64(int) - Method in class akasha.core.DataView
The getFloat64() method gets a signed 64-bit float (double) at the specified byte offset from the start of the DataView.
getInt16(int, boolean) - Method in class akasha.core.DataView
The getInt16() method gets a signed 16-bit integer (short) at the specified byte offset from the start of the DataView.
getInt16(int) - Method in class akasha.core.DataView
The getInt16() method gets a signed 16-bit integer (short) at the specified byte offset from the start of the DataView.
getInt32(int, boolean) - Method in class akasha.core.DataView
The getInt32() method gets a signed 32-bit integer (long) at the specified byte offset from the start of the DataView.
getInt32(int) - Method in class akasha.core.DataView
The getInt32() method gets a signed 32-bit integer (long) at the specified byte offset from the start of the DataView.
getInt8(int) - Method in class akasha.core.DataView
The getInt8() method gets a signed 8-bit integer (byte) at the specified byte offset from the start of the DataView.
getMappedRange(int, int) - Method in class akasha.gpu.GPUBuffer
 
getMappedRange(int) - Method in class akasha.gpu.GPUBuffer
 
getMappedRange() - Method in class akasha.gpu.GPUBuffer
 
getOwnPropertyDescriptor(Object, String) - Static method in class akasha.core.JsObject
The Object.getOwnPropertyDescriptor() method returns an object describing the configuration of a specific property on a given object (that is, one directly present on an object and not in the object's prototype chain).
getOwnPropertyDescriptor(Object, Symbol) - Static method in class akasha.core.JsObject
The Object.getOwnPropertyDescriptor() method returns an object describing the configuration of a specific property on a given object (that is, one directly present on an object and not in the object's prototype chain).
getOwnPropertyDescriptors(Object) - Static method in class akasha.core.JsObject
The Object.getOwnPropertyDescriptors() method returns all own property descriptors of a given object.
getOwnPropertyNames(Object) - Static method in class akasha.core.JsObject
The Object.getOwnPropertyNames() method returns an array of all properties (including non-enumerable properties except for those which use Symbol) found directly in a given object.
getOwnPropertySymbols(Object) - Static method in class akasha.core.JsObject
The Object.getOwnPropertySymbols() method returns an array of all symbol properties found directly upon a given object.
getPreferredFormat(GPUAdapter) - Method in class akasha.gpu.GPUCanvasContext
 
getPrototypeOf(Object) - Static method in class akasha.core.JsObject
The Object.getPrototypeOf() method returns the prototype (i.e.
getUint16(int, boolean) - Method in class akasha.core.DataView
The getUint16() method gets an unsigned 16-bit integer (unsigned short) at the specified byte offset from the start of the DataView.
getUint16(int) - Method in class akasha.core.DataView
The getUint16() method gets an unsigned 16-bit integer (unsigned short) at the specified byte offset from the start of the DataView.
getUint32(int, boolean) - Method in class akasha.core.DataView
The getUint32() method gets an unsigned 32-bit integer (unsigned long) at the specified byte offset from the start of the DataView.
getUint32(int) - Method in class akasha.core.DataView
The getUint32() method gets an unsigned 32-bit integer (unsigned long) at the specified byte offset from the start of the DataView.
getUint8(int) - Method in class akasha.core.DataView
The getUint8() method gets an unsigned 8-bit integer (unsigned byte) at the specified byte offset from the start of the DataView.
getValue() - Method in interface akasha.lang.JsIIterableResult
 
GLSL - Annotation Type in akasha.gl
Specifies that an element of the program represents a GLSL snippet.
GPU - Class in akasha.gpu
 
GPU() - Constructor for class akasha.gpu.GPU
 
GPUAdapter - Class in akasha.gpu
 
GPUAdapter() - Constructor for class akasha.gpu.GPUAdapter
 
GPUAddressMode - Annotation Type in akasha.gpu
 
GPUAddressMode.Util - Class in akasha.gpu
 
GPUBindGroup - Class in akasha.gpu
 
GPUBindGroup() - Constructor for class akasha.gpu.GPUBindGroup
 
GPUBindGroupDescriptor - Interface in akasha.gpu
 
GPUBindGroupDescriptor.Builder - Interface in akasha.gpu
 
GPUBindGroupEntry - Interface in akasha.gpu
 
GPUBindGroupEntry.Builder - Interface in akasha.gpu
 
GPUBindGroupLayout - Class in akasha.gpu
 
GPUBindGroupLayout() - Constructor for class akasha.gpu.GPUBindGroupLayout
 
GPUBindGroupLayoutDescriptor - Interface in akasha.gpu
 
GPUBindGroupLayoutDescriptor.Builder - Interface in akasha.gpu
 
GPUBindGroupLayoutEntry - Interface in akasha.gpu
 
GPUBindGroupLayoutEntry.Builder - Interface in akasha.gpu
 
GPUBindingResource - Interface in akasha.gpu
 
GPUBlendComponent - Interface in akasha.gpu
 
GPUBlendComponent.Builder - Interface in akasha.gpu
 
GPUBlendFactor - Annotation Type in akasha.gpu
 
GPUBlendFactor.Util - Class in akasha.gpu
 
GPUBlendOperation - Annotation Type in akasha.gpu
 
GPUBlendOperation.Util - Class in akasha.gpu
 
GPUBlendState - Interface in akasha.gpu
 
GPUBlendState.Builder - Interface in akasha.gpu
 
GPUBuffer - Class in akasha.gpu
 
GPUBuffer() - Constructor for class akasha.gpu.GPUBuffer
 
GPUBufferBinding - Interface in akasha.gpu
 
GPUBufferBinding.Builder - Interface in akasha.gpu
 
GPUBufferBindingLayout - Interface in akasha.gpu
 
GPUBufferBindingLayout.Builder - Interface in akasha.gpu
 
GPUBufferBindingType - Annotation Type in akasha.gpu
 
GPUBufferBindingType.Util - Class in akasha.gpu
 
GPUBufferDescriptor - Interface in akasha.gpu
 
GPUBufferDescriptor.Builder - Interface in akasha.gpu
 
GPUBufferUsage - Class in akasha.gpu
 
GPUBufferUsageFlags - Annotation Type in akasha.gpu
 
GPUBufferUsageFlags.Util - Class in akasha.gpu
 
GPUCanvasCompositingAlphaMode - Annotation Type in akasha.gpu
 
GPUCanvasCompositingAlphaMode.Util - Class in akasha.gpu
 
GPUCanvasConfiguration - Interface in akasha.gpu
 
GPUCanvasConfiguration.Builder - Interface in akasha.gpu
 
GPUCanvasContext - Class in akasha.gpu
 
GPUCanvasContext() - Constructor for class akasha.gpu.GPUCanvasContext
 
GPUColor - Interface in akasha.gpu
 
GPUColorDict - Interface in akasha.gpu
 
GPUColorDict.Builder - Interface in akasha.gpu
 
GPUColorTargetState - Interface in akasha.gpu
 
GPUColorTargetState.Builder - Interface in akasha.gpu
 
GPUColorWrite - Class in akasha.gpu
 
GPUColorWriteFlags - Annotation Type in akasha.gpu
 
GPUColorWriteFlags.Util - Class in akasha.gpu
 
GPUCommandBuffer - Class in akasha.gpu
 
GPUCommandBuffer() - Constructor for class akasha.gpu.GPUCommandBuffer
 
GPUCommandBufferDescriptor - Interface in akasha.gpu
 
GPUCommandBufferDescriptor.Builder - Interface in akasha.gpu
 
GPUCommandEncoder - Class in akasha.gpu
 
GPUCommandEncoder() - Constructor for class akasha.gpu.GPUCommandEncoder
 
GPUCommandEncoderDescriptor - Interface in akasha.gpu
 
GPUCommandEncoderDescriptor.Builder - Interface in akasha.gpu
 
GPUCompareFunction - Annotation Type in akasha.gpu
 
GPUCompareFunction.Util - Class in akasha.gpu
 
GPUCompilationInfo - Class in akasha.gpu
 
GPUCompilationInfo() - Constructor for class akasha.gpu.GPUCompilationInfo
 
GPUCompilationMessage - Class in akasha.gpu
 
GPUCompilationMessage() - Constructor for class akasha.gpu.GPUCompilationMessage
 
GPUCompilationMessageType - Annotation Type in akasha.gpu
 
GPUCompilationMessageType.Util - Class in akasha.gpu
 
GPUComputePassDescriptor - Interface in akasha.gpu
 
GPUComputePassDescriptor.Builder - Interface in akasha.gpu
 
GPUComputePassEncoder - Class in akasha.gpu
 
GPUComputePassEncoder() - Constructor for class akasha.gpu.GPUComputePassEncoder
 
GPUComputePipeline - Class in akasha.gpu
 
GPUComputePipeline() - Constructor for class akasha.gpu.GPUComputePipeline
 
GPUComputePipelineDescriptor - Interface in akasha.gpu
 
GPUComputePipelineDescriptor.Builder - Interface in akasha.gpu
 
GPUCullMode - Annotation Type in akasha.gpu
 
GPUCullMode.Util - Class in akasha.gpu
 
GPUDepthStencilState - Interface in akasha.gpu
 
GPUDepthStencilState.Builder - Interface in akasha.gpu
 
GPUDevice - Class in akasha.gpu
 
GPUDevice() - Constructor for class akasha.gpu.GPUDevice
 
GPUDeviceDescriptor - Interface in akasha.gpu
 
GPUDeviceDescriptor.Builder - Interface in akasha.gpu
 
GPUDeviceLostInfo - Class in akasha.gpu
 
GPUDeviceLostInfo() - Constructor for class akasha.gpu.GPUDeviceLostInfo
 
GPUDeviceLostReason - Annotation Type in akasha.gpu
 
GPUDeviceLostReason.Util - Class in akasha.gpu
 
GPUDeviceLostReasonOrUndefinedUnion - Interface in akasha.gpu
 
GPUError - Interface in akasha.gpu
 
GPUErrorFilter - Annotation Type in akasha.gpu
 
GPUErrorFilter.Util - Class in akasha.gpu
 
GPUExtent3D - Interface in akasha.gpu
 
GPUExtent3DDict - Interface in akasha.gpu
 
GPUExtent3DDict.Builder - Interface in akasha.gpu
 
GPUExternalTexture - Class in akasha.gpu
 
GPUExternalTexture() - Constructor for class akasha.gpu.GPUExternalTexture
 
GPUExternalTextureBindingLayout - Interface in akasha.gpu
 
GPUExternalTextureBindingLayout.Builder - Interface in akasha.gpu
 
GPUExternalTextureDescriptor - Interface in akasha.gpu
 
GPUExternalTextureDescriptor.Builder - Interface in akasha.gpu
 
GPUFeatureName - Annotation Type in akasha.gpu
 
GPUFeatureName.Util - Class in akasha.gpu
 
GPUFilterMode - Annotation Type in akasha.gpu
 
GPUFilterMode.Util - Class in akasha.gpu
 
GPUFragmentState - Interface in akasha.gpu
 
GPUFragmentState.Builder - Interface in akasha.gpu
 
GPUFrontFace - Annotation Type in akasha.gpu
 
GPUFrontFace.Util - Class in akasha.gpu
 
GPUImageCopyBuffer - Interface in akasha.gpu
 
GPUImageCopyBuffer.Builder - Interface in akasha.gpu
 
GPUImageCopyExternalImage - Interface in akasha.gpu
 
GPUImageCopyExternalImage.Builder - Interface in akasha.gpu
 
GPUImageCopyTexture - Interface in akasha.gpu
 
GPUImageCopyTexture.Builder - Interface in akasha.gpu
 
GPUImageCopyTextureTagged - Interface in akasha.gpu
 
GPUImageCopyTextureTagged.Builder - Interface in akasha.gpu
 
GPUImageDataLayout - Interface in akasha.gpu
 
GPUImageDataLayout.Builder - Interface in akasha.gpu
 
GPUIndexFormat - Annotation Type in akasha.gpu
 
GPUIndexFormat.Util - Class in akasha.gpu
 
GPULoadOp - Annotation Type in akasha.gpu
 
GPULoadOp.Util - Class in akasha.gpu
 
GPULoadOpOrFloatUnion - Interface in akasha.gpu
 
GPULoadOpOrGPUColorUnion - Interface in akasha.gpu
 
GPULoadOpOrGPUStencilValueUnion - Interface in akasha.gpu
 
GPUMapMode - Class in akasha.gpu
 
GPUMapModeFlags - Annotation Type in akasha.gpu
 
GPUMapModeFlags.Util - Class in akasha.gpu
 
GPUMultisampleState - Interface in akasha.gpu
 
GPUMultisampleState.Builder - Interface in akasha.gpu
 
GPUObjectDescriptorBase - Interface in akasha.gpu
 
GPUObjectDescriptorBase.Builder - Interface in akasha.gpu
 
GPUOrigin2D - Interface in akasha.gpu
 
GPUOrigin2DDict - Interface in akasha.gpu
 
GPUOrigin2DDict.Builder - Interface in akasha.gpu
 
GPUOrigin3D - Interface in akasha.gpu
 
GPUOrigin3DDict - Interface in akasha.gpu
 
GPUOrigin3DDict.Builder - Interface in akasha.gpu
 
GPUOutOfMemoryError - Class in akasha.gpu
 
GPUOutOfMemoryError() - Constructor for class akasha.gpu.GPUOutOfMemoryError
 
GPUPipelineDescriptorBase - Interface in akasha.gpu
 
GPUPipelineDescriptorBase.Builder - Interface in akasha.gpu
 
GPUPipelineLayout - Class in akasha.gpu
 
GPUPipelineLayout() - Constructor for class akasha.gpu.GPUPipelineLayout
 
GPUPipelineLayoutDescriptor - Interface in akasha.gpu
 
GPUPipelineLayoutDescriptor.Builder - Interface in akasha.gpu
 
GPUPipelineStatisticName - Annotation Type in akasha.gpu
 
GPUPipelineStatisticName.Util - Class in akasha.gpu
 
GPUPowerPreference - Annotation Type in akasha.gpu
 
GPUPowerPreference.Util - Class in akasha.gpu
 
GPUPredefinedColorSpace - Annotation Type in akasha.gpu
 
GPUPredefinedColorSpace.Util - Class in akasha.gpu
 
GPUPrimitiveState - Interface in akasha.gpu
 
GPUPrimitiveState.Builder - Interface in akasha.gpu
 
GPUPrimitiveTopology - Annotation Type in akasha.gpu
 
GPUPrimitiveTopology.Util - Class in akasha.gpu
 
GPUProgrammableStage - Interface in akasha.gpu
 
GPUProgrammableStage.Builder - Interface in akasha.gpu
 
GPUQuerySet - Class in akasha.gpu
 
GPUQuerySet() - Constructor for class akasha.gpu.GPUQuerySet
 
GPUQuerySetDescriptor - Interface in akasha.gpu
 
GPUQuerySetDescriptor.Builder - Interface in akasha.gpu
 
GPUQueryType - Annotation Type in akasha.gpu
 
GPUQueryType.Util - Class in akasha.gpu
 
GPUQueue - Class in akasha.gpu
 
GPUQueue() - Constructor for class akasha.gpu.GPUQueue
 
GPURenderBundle - Class in akasha.gpu
 
GPURenderBundle() - Constructor for class akasha.gpu.GPURenderBundle
 
GPURenderBundleDescriptor - Interface in akasha.gpu
 
GPURenderBundleDescriptor.Builder - Interface in akasha.gpu
 
GPURenderBundleEncoder - Class in akasha.gpu
 
GPURenderBundleEncoder() - Constructor for class akasha.gpu.GPURenderBundleEncoder
 
GPURenderBundleEncoderDescriptor - Interface in akasha.gpu
 
GPURenderBundleEncoderDescriptor.Builder - Interface in akasha.gpu
 
GPURenderPassColorAttachment - Interface in akasha.gpu
 
GPURenderPassColorAttachment.Builder - Interface in akasha.gpu
 
GPURenderPassDepthStencilAttachment - Interface in akasha.gpu
 
GPURenderPassDepthStencilAttachment.Builder - Interface in akasha.gpu
 
GPURenderPassDescriptor - Interface in akasha.gpu
 
GPURenderPassDescriptor.Builder - Interface in akasha.gpu
 
GPURenderPassEncoder - Class in akasha.gpu
 
GPURenderPassEncoder() - Constructor for class akasha.gpu.GPURenderPassEncoder
 
GPURenderPassLayout - Interface in akasha.gpu
 
GPURenderPassLayout.Builder - Interface in akasha.gpu
 
GPURenderPipeline - Class in akasha.gpu
 
GPURenderPipeline() - Constructor for class akasha.gpu.GPURenderPipeline
 
GPURenderPipelineDescriptor - Interface in akasha.gpu
 
GPURenderPipelineDescriptor.Builder - Interface in akasha.gpu
 
GPURequestAdapterOptions - Interface in akasha.gpu
 
GPURequestAdapterOptions.Builder - Interface in akasha.gpu
 
GPUSampler - Class in akasha.gpu
 
GPUSampler() - Constructor for class akasha.gpu.GPUSampler
 
GPUSamplerBindingLayout - Interface in akasha.gpu
 
GPUSamplerBindingLayout.Builder - Interface in akasha.gpu
 
GPUSamplerBindingType - Annotation Type in akasha.gpu
 
GPUSamplerBindingType.Util - Class in akasha.gpu
 
GPUSamplerDescriptor - Interface in akasha.gpu
 
GPUSamplerDescriptor.Builder - Interface in akasha.gpu
 
GPUShaderModule - Class in akasha.gpu
 
GPUShaderModule() - Constructor for class akasha.gpu.GPUShaderModule
 
GPUShaderModuleDescriptor - Interface in akasha.gpu
 
GPUShaderModuleDescriptor.Builder - Interface in akasha.gpu
 
GPUShaderStage - Class in akasha.gpu
 
GPUShaderStageFlags - Annotation Type in akasha.gpu
 
GPUShaderStageFlags.Util - Class in akasha.gpu
 
GPUStencilFaceState - Interface in akasha.gpu
 
GPUStencilFaceState.Builder - Interface in akasha.gpu
 
GPUStencilOperation - Annotation Type in akasha.gpu
 
GPUStencilOperation.Util - Class in akasha.gpu
 
GPUStorageTextureAccess - Annotation Type in akasha.gpu
 
GPUStorageTextureAccess.Util - Class in akasha.gpu
 
GPUStorageTextureBindingLayout - Interface in akasha.gpu
 
GPUStorageTextureBindingLayout.Builder - Interface in akasha.gpu
 
GPUStoreOp - Annotation Type in akasha.gpu
 
GPUStoreOp.Util - Class in akasha.gpu
 
GPUSupportedFeatures - Class in akasha.gpu
 
GPUSupportedFeatures() - Constructor for class akasha.gpu.GPUSupportedFeatures
 
GPUSupportedFeatures.Entry - Class in akasha.gpu
 
GPUSupportedFeatures.ForEachCallback - Interface in akasha.gpu
 
GPUSupportedFeatures.ForEachCallback2 - Interface in akasha.gpu
 
GPUSupportedFeatures.ForEachCallback3 - Interface in akasha.gpu
 
GPUSupportedLimits - Class in akasha.gpu
 
GPUSupportedLimits() - Constructor for class akasha.gpu.GPUSupportedLimits
 
GPUTexture - Class in akasha.gpu
 
GPUTexture() - Constructor for class akasha.gpu.GPUTexture
 
GPUTextureAspect - Annotation Type in akasha.gpu
 
GPUTextureAspect.Util - Class in akasha.gpu
 
GPUTextureBindingLayout - Interface in akasha.gpu
 
GPUTextureBindingLayout.Builder - Interface in akasha.gpu
 
GPUTextureDescriptor - Interface in akasha.gpu
 
GPUTextureDescriptor.Builder - Interface in akasha.gpu
 
GPUTextureDimension - Annotation Type in akasha.gpu
 
GPUTextureDimension.Util - Class in akasha.gpu
 
GPUTextureFormat - Annotation Type in akasha.gpu
 
GPUTextureFormat.Util - Class in akasha.gpu
 
GPUTextureSampleType - Annotation Type in akasha.gpu
 
GPUTextureSampleType.Util - Class in akasha.gpu
 
GPUTextureUsage - Class in akasha.gpu
 
GPUTextureUsageFlags - Annotation Type in akasha.gpu
 
GPUTextureUsageFlags.Util - Class in akasha.gpu
 
GPUTextureView - Class in akasha.gpu
 
GPUTextureView() - Constructor for class akasha.gpu.GPUTextureView
 
GPUTextureViewDescriptor - Interface in akasha.gpu
 
GPUTextureViewDescriptor.Builder - Interface in akasha.gpu
 
GPUTextureViewDimension - Annotation Type in akasha.gpu
 
GPUTextureViewDimension.Util - Class in akasha.gpu
 
GPUUncapturedErrorEvent - Class in akasha.gpu
 
GPUUncapturedErrorEvent(String, GPUUncapturedErrorEventInit) - Constructor for class akasha.gpu.GPUUncapturedErrorEvent
 
GPUUncapturedErrorEventInit - Interface in akasha.gpu
 
GPUUncapturedErrorEventInit.Builder - Interface in akasha.gpu
 
GPUValidationError - Class in akasha.gpu
 
GPUValidationError(String) - Constructor for class akasha.gpu.GPUValidationError
 
GPUVertexAttribute - Interface in akasha.gpu
 
GPUVertexAttribute.Builder - Interface in akasha.gpu
 
GPUVertexBufferLayout - Interface in akasha.gpu
 
GPUVertexBufferLayout.Builder - Interface in akasha.gpu
 
GPUVertexFormat - Annotation Type in akasha.gpu
 
GPUVertexFormat.Util - Class in akasha.gpu
 
GPUVertexState - Interface in akasha.gpu
 
GPUVertexState.Builder - Interface in akasha.gpu
 
GPUVertexStepMode - Annotation Type in akasha.gpu
 
GPUVertexStepMode.Util - Class in akasha.gpu
 
greater - Static variable in annotation type akasha.gpu.GPUCompareFunction
 
greater_equal - Static variable in annotation type akasha.gpu.GPUCompareFunction
 
GREEN - Static variable in class akasha.gpu.GPUColorWrite
 
groups() - Method in class akasha.core.RegExpResult
 

H

handleEvent(Event) - Method in interface akasha.EventListener
The EventListener method handleEvent() method is called by the user agent when an event is sent to the EventListener, in order to handle events that occur on an observed EventTarget.
has(K) - Method in class akasha.core.JsMap
The has() method returns a boolean indicating whether an element with the specified value exists in a Map object or not.
has(T) - Method in class akasha.core.JsSet
The has() method returns a boolean indicating whether an element with the specified value exists in a Set object or not.
has(K) - Method in class akasha.core.JsWeakMap
The has() method returns a boolean indicating whether an element with the specified key exists in the WeakMap object or not.
has(T) - Method in class akasha.core.JsWeakSet
The has() method returns a boolean indicating whether an object exists in a WeakSet or not.
has(String) - Method in class akasha.gpu.GPUSupportedFeatures
 
hasDynamicOffset(boolean) - Method in interface akasha.gpu.GPUBufferBindingLayout.Builder
 
hasDynamicOffset() - Method in interface akasha.gpu.GPUBufferBindingLayout
 
hasInstance() - Static method in interface akasha.core.Symbol
The Symbol.hasInstance well-known symbol is used to determine if a constructor object recognizes an object as its instance.
hasOwnProperty(Symbol) - Method in class akasha.core.JsObject
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
hasOwnProperty(String) - Method in class akasha.core.JsObject
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
height(int) - Method in interface akasha.gpu.GPUExtent3DDict.Builder
 
height() - Method in interface akasha.gpu.GPUExtent3DDict
 
HIERARCHY_REQUEST_ERR - Static variable in class akasha.DOMException
 
high_performance - Static variable in annotation type akasha.gpu.GPUPowerPreference
 
HTMLCanvasElementOrOffscreenCanvasUnion - Interface in akasha
 

I

ImageBitmapOrHTMLCanvasElementOrOffscreenCanvasUnion - Interface in akasha
 
importExternalTexture(GPUExternalTextureDescriptor) - Method in class akasha.gpu.GPUDevice
 
includes(float, int) - Method in class akasha.core.Float32Array
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(float) - Method in class akasha.core.Float32Array
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(double, int) - Method in class akasha.core.Float64Array
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(double) - Method in class akasha.core.Float64Array
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(short, int) - Method in class akasha.core.Int16Array
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(short) - Method in class akasha.core.Int16Array
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(int, int) - Method in class akasha.core.Int32Array
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(int) - Method in class akasha.core.Int32Array
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(byte, int) - Method in class akasha.core.Int8Array
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(byte) - Method in class akasha.core.Int8Array
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(int, int) - Method in class akasha.core.Uint16Array
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(int) - Method in class akasha.core.Uint16Array
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(int, int) - Method in class akasha.core.Uint32Array
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(int) - Method in class akasha.core.Uint32Array
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(short, int) - Method in class akasha.core.Uint8Array
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(short) - Method in class akasha.core.Uint8Array
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(short, int) - Method in class akasha.core.Uint8ClampedArray
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(short) - Method in class akasha.core.Uint8ClampedArray
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
includes(T, int) - Method in class akasha.lang.JsArray
The includes() method determines whether an array includes a certain value among its entries, returning true or false as appropriate.
includes(T) - Method in class akasha.lang.JsArray
The includes() method determines whether an array includes a certain value among its entries, returning true or false as appropriate.
increment_clamp - Static variable in annotation type akasha.gpu.GPUStencilOperation
 
increment_wrap - Static variable in annotation type akasha.gpu.GPUStencilOperation
 
index() - Method in class akasha.core.Float32Array.Entry
 
index() - Method in class akasha.core.Float64Array.Entry
 
index() - Method in class akasha.core.Int16Array.Entry
 
index() - Method in class akasha.core.Int32Array.Entry
 
index() - Method in class akasha.core.Int8Array.Entry
 
index() - Method in class akasha.core.RegExpResult
 
index() - Method in class akasha.core.Uint16Array.Entry
 
index() - Method in class akasha.core.Uint32Array.Entry
 
index() - Method in class akasha.core.Uint8Array.Entry
 
index() - Method in class akasha.core.Uint8ClampedArray.Entry
 
INDEX - Static variable in class akasha.gpu.GPUBufferUsage
 
INDEX_SIZE_ERR - Static variable in class akasha.DOMException
 
indexOf(float, int) - Method in class akasha.core.Float32Array
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(float) - Method in class akasha.core.Float32Array
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(double, int) - Method in class akasha.core.Float64Array
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(double) - Method in class akasha.core.Float64Array
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(short, int) - Method in class akasha.core.Int16Array
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(short) - Method in class akasha.core.Int16Array
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(int, int) - Method in class akasha.core.Int32Array
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(int) - Method in class akasha.core.Int32Array
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(byte, int) - Method in class akasha.core.Int8Array
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(byte) - Method in class akasha.core.Int8Array
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(int, int) - Method in class akasha.core.Uint16Array
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(int) - Method in class akasha.core.Uint16Array
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(int, int) - Method in class akasha.core.Uint32Array
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(int) - Method in class akasha.core.Uint32Array
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(short, int) - Method in class akasha.core.Uint8Array
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(short) - Method in class akasha.core.Uint8Array
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(short, int) - Method in class akasha.core.Uint8ClampedArray
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(short) - Method in class akasha.core.Uint8ClampedArray
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
indexOf(T, int) - Method in class akasha.lang.JsArray
The indexOf() method returns the first index at which a given element can be found in the array, or -1 if it is not present.
indexOf(T) - Method in class akasha.lang.JsArray
The indexOf() method returns the first index at which a given element can be found in the array, or -1 if it is not present.
INDIRECT - Static variable in class akasha.gpu.GPUBufferUsage
 
info - Static variable in annotation type akasha.gpu.GPUCompilationMessageType
 
initEvent(String, boolean, boolean) - Method in class akasha.Event
The Event.initEvent() method is used to initialize the value of an event created using Document.createEvent().
initEvent(String, boolean) - Method in class akasha.Event
The Event.initEvent() method is used to initialize the value of an event created using Document.createEvent().
initEvent(String) - Method in class akasha.Event
The Event.initEvent() method is used to initialize the value of an event created using Document.createEvent().
input() - Method in class akasha.core.RegExpResult
 
insertDebugMarker(String) - Method in class akasha.gpu.GPUCommandEncoder
 
insertDebugMarker(String) - Method in class akasha.gpu.GPUComputePassEncoder
 
insertDebugMarker(String) - Method in class akasha.gpu.GPURenderBundleEncoder
 
insertDebugMarker(String) - Method in class akasha.gpu.GPURenderPassEncoder
 
instance - Static variable in annotation type akasha.gpu.GPUVertexStepMode
 
Int16Array - Class in akasha.core
The Int16Array typed array represents an array of twos-complement 16-bit signed integers in the platform byte order.
Int16Array(int) - Constructor for class akasha.core.Int16Array
The Int16Array() typed array constructor creates an array of twos-complement 16-bit signed integers in the platform byte order.
Int16Array(Int16Array) - Constructor for class akasha.core.Int16Array
The Int16Array() typed array constructor creates an array of twos-complement 16-bit signed integers in the platform byte order.
Int16Array(JsArray<Double>) - Constructor for class akasha.core.Int16Array
The Int16Array() typed array constructor creates an array of twos-complement 16-bit signed integers in the platform byte order.
Int16Array(double[]) - Constructor for class akasha.core.Int16Array
The Int16Array() typed array constructor creates an array of twos-complement 16-bit signed integers in the platform byte order.
Int16Array(ArrayBuffer, int, int) - Constructor for class akasha.core.Int16Array
The Int16Array() typed array constructor creates an array of twos-complement 16-bit signed integers in the platform byte order.
Int16Array(ArrayBuffer, int) - Constructor for class akasha.core.Int16Array
The Int16Array() typed array constructor creates an array of twos-complement 16-bit signed integers in the platform byte order.
Int16Array(ArrayBuffer) - Constructor for class akasha.core.Int16Array
The Int16Array() typed array constructor creates an array of twos-complement 16-bit signed integers in the platform byte order.
Int16Array.Entry - Class in akasha.core
 
Int16Array.ForEachCallback - Interface in akasha.core
 
Int16Array.ForEachCallback2 - Interface in akasha.core
 
Int16Array.ForEachCallback3 - Interface in akasha.core
 
Int32Array - Class in akasha.core
The Int32Array() typed array constructor creates an array of twos-complement 32-bit signed integers in the platform byte order.
Int32Array(int) - Constructor for class akasha.core.Int32Array
 
Int32Array(Int32Array) - Constructor for class akasha.core.Int32Array
 
Int32Array(JsArray<Double>) - Constructor for class akasha.core.Int32Array
 
Int32Array(double[]) - Constructor for class akasha.core.Int32Array
 
Int32Array(ArrayBuffer, int, int) - Constructor for class akasha.core.Int32Array
 
Int32Array(ArrayBuffer, int) - Constructor for class akasha.core.Int32Array
 
Int32Array(ArrayBuffer) - Constructor for class akasha.core.Int32Array
 
Int32Array.Entry - Class in akasha.core
 
Int32Array.ForEachCallback - Interface in akasha.core
 
Int32Array.ForEachCallback2 - Interface in akasha.core
 
Int32Array.ForEachCallback3 - Interface in akasha.core
 
Int8Array - Class in akasha.core
The Int8Array typed array represents an array of twos-complement 8-bit signed integers.
Int8Array(int) - Constructor for class akasha.core.Int8Array
The Int8Array() constructor creates a typed array of twos-complement 8-bit signed integers.
Int8Array(Int8Array) - Constructor for class akasha.core.Int8Array
The Int8Array() constructor creates a typed array of twos-complement 8-bit signed integers.
Int8Array(JsArray<Double>) - Constructor for class akasha.core.Int8Array
The Int8Array() constructor creates a typed array of twos-complement 8-bit signed integers.
Int8Array(double[]) - Constructor for class akasha.core.Int8Array
The Int8Array() constructor creates a typed array of twos-complement 8-bit signed integers.
Int8Array(ArrayBuffer, int, int) - Constructor for class akasha.core.Int8Array
The Int8Array() constructor creates a typed array of twos-complement 8-bit signed integers.
Int8Array(ArrayBuffer, int) - Constructor for class akasha.core.Int8Array
The Int8Array() constructor creates a typed array of twos-complement 8-bit signed integers.
Int8Array(ArrayBuffer) - Constructor for class akasha.core.Int8Array
The Int8Array() constructor creates a typed array of twos-complement 8-bit signed integers.
Int8Array.Entry - Class in akasha.core
 
Int8Array.ForEachCallback - Interface in akasha.core
 
Int8Array.ForEachCallback2 - Interface in akasha.core
 
Int8Array.ForEachCallback3 - Interface in akasha.core
 
IntegerTypedArray - Interface in akasha.core
 
INUSE_ATTRIBUTE_ERR - Static variable in class akasha.DOMException
 
INVALID_ACCESS_ERR - Static variable in class akasha.DOMException
 
INVALID_CHARACTER_ERR - Static variable in class akasha.DOMException
 
INVALID_MODIFICATION_ERR - Static variable in class akasha.DOMException
 
INVALID_NODE_TYPE_ERR - Static variable in class akasha.DOMException
 
INVALID_STATE_ERR - Static variable in class akasha.DOMException
 
invert - Static variable in annotation type akasha.gpu.GPUStencilOperation
 
is(Object, Object) - Static method in class akasha.core.JsObject
The Object.is() method determines whether two values are the same value.
isArray() - Method in interface akasha.gpu.GPUColor
 
isArray() - Method in interface akasha.gpu.GPUExtent3D
 
isArray() - Method in interface akasha.gpu.GPULoadOpOrGPUColorUnion
 
isArray() - Method in interface akasha.gpu.GPUOrigin2D
 
isArray() - Method in interface akasha.gpu.GPUOrigin3D
 
isArray(Object) - Static method in class akasha.lang.JsArray
The Array.isArray() method determines whether the passed value is an Array.
isBoolean() - Method in interface akasha.ReturnValueType
 
isDone() - Method in interface akasha.lang.JsIIterableResult
 
isExtensible(Object) - Static method in class akasha.core.JsObject
The Object.isExtensible() method determines if an object is extensible (whether it can have new properties added to it).
isFallbackAdapter() - Method in class akasha.gpu.GPUAdapter
 
isFinite(double) - Static method in class akasha.core.JsNumber
The Number.isFinite() method determines whether the passed value is a finite number — that is, it checks that the type of a given value is Number, and the number is neither positive Infinity, negative Infinity, nor NaN.
isFloat() - Method in interface akasha.gpu.GPULoadOpOrFloatUnion
 
isFrozen(Object) - Static method in class akasha.core.JsObject
The Object.isFrozen() determines if an object is frozen.
isGPUColorDict() - Method in interface akasha.gpu.GPUColor
 
isGPUColorDict() - Method in interface akasha.gpu.GPULoadOpOrGPUColorUnion
 
isGPUDeviceLostReason() - Method in interface akasha.gpu.GPUDeviceLostReasonOrUndefinedUnion
 
isGPUExtent3DDict() - Method in interface akasha.gpu.GPUExtent3D
 
isGPULoadOp() - Method in interface akasha.gpu.GPULoadOpOrFloatUnion
 
isGPULoadOp() - Method in interface akasha.gpu.GPULoadOpOrGPUColorUnion
 
isGPULoadOp() - Method in interface akasha.gpu.GPULoadOpOrGPUStencilValueUnion
 
isGPUOrigin2DDict() - Method in interface akasha.gpu.GPUOrigin2D
 
isGPUOrigin3DDict() - Method in interface akasha.gpu.GPUOrigin3D
 
isHTMLCanvasElement() - Method in interface akasha.HTMLCanvasElementOrOffscreenCanvasUnion
 
isHTMLCanvasElement() - Method in interface akasha.ImageBitmapOrHTMLCanvasElementOrOffscreenCanvasUnion
 
isInt() - Method in interface akasha.gpu.GPULoadOpOrGPUStencilValueUnion
 
isInteger(double) - Static method in class akasha.core.JsNumber
The Number.isInteger() method determines whether the passed value is an integer.
isNaN(double) - Static method in class akasha.core.JsNumber
The Number.isNaN() method determines whether the passed value is NaN and its type is Number.
isOffscreenCanvas() - Method in interface akasha.HTMLCanvasElementOrOffscreenCanvasUnion
 
isOffscreenCanvas() - Method in interface akasha.ImageBitmapOrHTMLCanvasElementOrOffscreenCanvasUnion
 
isPrototypeOf(Object) - Method in class akasha.core.JsObject
The isPrototypeOf() method checks if an object exists in another object's prototype chain.
isSafeInteger(double) - Static method in class akasha.core.JsNumber
The Number.isSafeInteger() method determines whether the provided value is a number that is a safe integer.
isSealed(Object) - Static method in class akasha.core.JsObject
The Object.isSealed() method determines if an object is sealed.
isString() - Method in interface akasha.ReturnValueType
 
isTrusted() - Method in class akasha.Event
The isTrusted read-only property of the Event interface is a Boolean that is true when the event was generated by a user action, and false when the event was created or modified by a script or dispatched via EventTarget.dispatchEvent().
isValid(int) - Static method in class akasha.DOMExceptionCode.Util
 
isValid(int) - Static method in class akasha.EventPhase.Util
 
isValid(int) - Static method in class akasha.gl.VertexDimensions.Validator
 
isValid(String) - Static method in class akasha.gpu.GPUAddressMode.Util
 
isValid(String) - Static method in class akasha.gpu.GPUBlendFactor.Util
 
isValid(String) - Static method in class akasha.gpu.GPUBlendOperation.Util
 
isValid(String) - Static method in class akasha.gpu.GPUBufferBindingType.Util
 
isValid(int) - Static method in class akasha.gpu.GPUBufferUsageFlags.Util
 
isValid(String) - Static method in class akasha.gpu.GPUCanvasCompositingAlphaMode.Util
 
isValid(int) - Static method in class akasha.gpu.GPUColorWriteFlags.Util
 
isValid(String) - Static method in class akasha.gpu.GPUCompareFunction.Util
 
isValid(String) - Static method in class akasha.gpu.GPUCompilationMessageType.Util
 
isValid(String) - Static method in class akasha.gpu.GPUCullMode.Util
 
isValid(String) - Static method in class akasha.gpu.GPUDeviceLostReason.Util
 
isValid(String) - Static method in class akasha.gpu.GPUErrorFilter.Util
 
isValid(String) - Static method in class akasha.gpu.GPUFeatureName.Util
 
isValid(String) - Static method in class akasha.gpu.GPUFilterMode.Util
 
isValid(String) - Static method in class akasha.gpu.GPUFrontFace.Util
 
isValid(String) - Static method in class akasha.gpu.GPUIndexFormat.Util
 
isValid(String) - Static method in class akasha.gpu.GPULoadOp.Util
 
isValid(int) - Static method in class akasha.gpu.GPUMapModeFlags.Util
 
isValid(String) - Static method in class akasha.gpu.GPUPipelineStatisticName.Util
 
isValid(String) - Static method in class akasha.gpu.GPUPowerPreference.Util
 
isValid(String) - Static method in class akasha.gpu.GPUPredefinedColorSpace.Util
 
isValid(String) - Static method in class akasha.gpu.GPUPrimitiveTopology.Util
 
isValid(String) - Static method in class akasha.gpu.GPUQueryType.Util
 
isValid(String) - Static method in class akasha.gpu.GPUSamplerBindingType.Util
 
isValid(int) - Static method in class akasha.gpu.GPUShaderStageFlags.Util
 
isValid(String) - Static method in class akasha.gpu.GPUStencilOperation.Util
 
isValid(String) - Static method in class akasha.gpu.GPUStorageTextureAccess.Util
 
isValid(String) - Static method in class akasha.gpu.GPUStoreOp.Util
 
isValid(String) - Static method in class akasha.gpu.GPUTextureAspect.Util
 
isValid(String) - Static method in class akasha.gpu.GPUTextureDimension.Util
 
isValid(String) - Static method in class akasha.gpu.GPUTextureFormat.Util
 
isValid(String) - Static method in class akasha.gpu.GPUTextureSampleType.Util
 
isValid(int) - Static method in class akasha.gpu.GPUTextureUsageFlags.Util
 
isValid(String) - Static method in class akasha.gpu.GPUTextureViewDimension.Util
 
isValid(String) - Static method in class akasha.gpu.GPUVertexFormat.Util
 
isValid(String) - Static method in class akasha.gpu.GPUVertexStepMode.Util
 
isView(Object) - Static method in class akasha.core.ArrayBuffer
The ArrayBuffer.isView() method determines whether the passed value is one of the ArrayBuffer views, such as typed array objects or a DataView.
isVoid() - Method in interface akasha.gpu.GPUDeviceLostReasonOrUndefinedUnion
 
isVoid() - Method in interface akasha.ReturnValueType
 
item(float) - Method in interface akasha.core.Float32Array.ForEachCallback
 
item(float, int) - Method in interface akasha.core.Float32Array.ForEachCallback2
 
item(float, int, Float32Array) - Method in interface akasha.core.Float32Array.ForEachCallback3
 
item(double) - Method in interface akasha.core.Float64Array.ForEachCallback
 
item(double, int) - Method in interface akasha.core.Float64Array.ForEachCallback2
 
item(double, int, Float64Array) - Method in interface akasha.core.Float64Array.ForEachCallback3
 
item(short) - Method in interface akasha.core.Int16Array.ForEachCallback
 
item(short, int) - Method in interface akasha.core.Int16Array.ForEachCallback2
 
item(short, int, Int16Array) - Method in interface akasha.core.Int16Array.ForEachCallback3
 
item(int) - Method in interface akasha.core.Int32Array.ForEachCallback
 
item(int, int) - Method in interface akasha.core.Int32Array.ForEachCallback2
 
item(int, int, Int32Array) - Method in interface akasha.core.Int32Array.ForEachCallback3
 
item(byte) - Method in interface akasha.core.Int8Array.ForEachCallback
 
item(byte, int) - Method in interface akasha.core.Int8Array.ForEachCallback2
 
item(byte, int, Int8Array) - Method in interface akasha.core.Int8Array.ForEachCallback3
 
item(V) - Method in interface akasha.core.JsMap.ForEachCallback
 
item(V, K) - Method in interface akasha.core.JsMap.ForEachCallback2
 
item(V, K, JsMap<K, V>) - Method in interface akasha.core.JsMap.ForEachCallback3
 
item(T) - Method in interface akasha.core.JsSet.ForEachCallback
 
item(T, T) - Method in interface akasha.core.JsSet.ForEachCallback2
 
item(T, T, JsSet<T>) - Method in interface akasha.core.JsSet.ForEachCallback3
 
item(int) - Method in interface akasha.core.Uint16Array.ForEachCallback
 
item(int, int) - Method in interface akasha.core.Uint16Array.ForEachCallback2
 
item(int, int, Uint16Array) - Method in interface akasha.core.Uint16Array.ForEachCallback3
 
item(int) - Method in interface akasha.core.Uint32Array.ForEachCallback
 
item(int, int) - Method in interface akasha.core.Uint32Array.ForEachCallback2
 
item(int, int, Uint32Array) - Method in interface akasha.core.Uint32Array.ForEachCallback3
 
item(short) - Method in interface akasha.core.Uint8Array.ForEachCallback
 
item(short, int) - Method in interface akasha.core.Uint8Array.ForEachCallback2
 
item(short, int, Uint8Array) - Method in interface akasha.core.Uint8Array.ForEachCallback3
 
item(short) - Method in interface akasha.core.Uint8ClampedArray.ForEachCallback
 
item(short, int) - Method in interface akasha.core.Uint8ClampedArray.ForEachCallback2
 
item(short, int, Uint8ClampedArray) - Method in interface akasha.core.Uint8ClampedArray.ForEachCallback3
 
item(String) - Method in interface akasha.gpu.GPUSupportedFeatures.ForEachCallback
 
item(String, String) - Method in interface akasha.gpu.GPUSupportedFeatures.ForEachCallback2
 
item(String, String, GPUSupportedFeatures) - Method in interface akasha.gpu.GPUSupportedFeatures.ForEachCallback3
 
item(T) - Method in interface akasha.lang.JsArray.ForEachCallback
 
item(T, int) - Method in interface akasha.lang.JsArray.ForEachCallback2
 
item(T, int, JsArray<T>) - Method in interface akasha.lang.JsArray.ForEachCallback3
 
iterator() - Static method in interface akasha.core.Symbol
The well-known Symbol.iterator symbol specifies the default iterator for an object.
iterator() - Method in interface akasha.lang.JsIterable
 

J

join(String) - Method in class akasha.core.Float32Array
The join() method joins all elements of an array into a string.
join() - Method in class akasha.core.Float32Array
The join() method joins all elements of an array into a string.
join(String) - Method in class akasha.core.Float64Array
The join() method joins all elements of an array into a string.
join() - Method in class akasha.core.Float64Array
The join() method joins all elements of an array into a string.
join(String) - Method in class akasha.core.Int16Array
The join() method joins all elements of an array into a string.
join() - Method in class akasha.core.Int16Array
The join() method joins all elements of an array into a string.
join(String) - Method in class akasha.core.Int32Array
The join() method joins all elements of an array into a string.
join() - Method in class akasha.core.Int32Array
The join() method joins all elements of an array into a string.
join(String) - Method in class akasha.core.Int8Array
The join() method joins all elements of an array into a string.
join() - Method in class akasha.core.Int8Array
The join() method joins all elements of an array into a string.
join(String) - Method in class akasha.core.Uint16Array
The join() method joins all elements of an array into a string.
join() - Method in class akasha.core.Uint16Array
The join() method joins all elements of an array into a string.
join(String) - Method in class akasha.core.Uint32Array
The join() method joins all elements of an array into a string.
join() - Method in class akasha.core.Uint32Array
The join() method joins all elements of an array into a string.
join(String) - Method in class akasha.core.Uint8Array
The join() method joins all elements of an array into a string.
join() - Method in class akasha.core.Uint8Array
The join() method joins all elements of an array into a string.
join(String) - Method in class akasha.core.Uint8ClampedArray
The join() method joins all elements of an array into a string.
join() - Method in class akasha.core.Uint8ClampedArray
The join() method joins all elements of an array into a string.
join(String) - Method in class akasha.lang.JsArray
The join() method creates and returns a new string by concatenating all of the elements in an array (or an array-like object), separated by the specified separator string.
join() - Method in class akasha.lang.JsArray
The join() method creates and returns a new string by concatenating all of the elements in an array (or an array-like object), separated by commas.
JsArray<T> - Class in akasha.lang
The JavaScript Array class is a global object that is used in the construction of arrays; which are high-level, list-like objects.
JsArray(T...) - Constructor for class akasha.lang.JsArray
The Array() constructor is used to create Array objects.
JsArray.Comparator<T> - Interface in akasha.lang
 
JsArray.Converter<T,R> - Interface in akasha.lang
 
JsArray.Entry<T> - Class in akasha.lang
 
JsArray.FlatMap<S,T> - Interface in akasha.lang
 
JsArray.FlatMap2<S,T> - Interface in akasha.lang
 
JsArray.FlatMap3<S,T> - Interface in akasha.lang
 
JsArray.ForEachCallback<T> - Interface in akasha.lang
 
JsArray.ForEachCallback2<T> - Interface in akasha.lang
 
JsArray.ForEachCallback3<T> - Interface in akasha.lang
 
JsArray.Map<R,T> - Interface in akasha.lang
 
JsArray.Map2<R,T> - Interface in akasha.lang
 
JsArray.Map3<R,T> - Interface in akasha.lang
 
JsArray.Predicate<T> - Interface in akasha.lang
 
JsArray.Predicate2<T> - Interface in akasha.lang
 
JsArray.Predicate3<T> - Interface in akasha.lang
 
JsArray.Reduce<R,T> - Interface in akasha.lang
 
JsArray.Reduce2<R,T> - Interface in akasha.lang
 
JsArray.Reduce3<R,T> - Interface in akasha.lang
 
JsBoolean - Class in akasha.core
The Boolean object is an object wrapper for a boolean value.
JsBoolean(Object) - Constructor for class akasha.core.JsBoolean
The Boolean() constructor is used to create Boolean objects.
JsBoolean() - Constructor for class akasha.core.JsBoolean
The Boolean() constructor is used to create Boolean objects.
JsError - Class in akasha.core
Error objects are thrown when runtime errors occur.
JsError(String) - Constructor for class akasha.core.JsError
The Error constructor creates an error object.
JsError() - Constructor for class akasha.core.JsError
The Error constructor creates an error object.
JsIIterableResult<T> - Interface in akasha.lang
 
JsIterable<T> - Interface in akasha.lang
 
JsIterator<T> - Interface in akasha.lang
 
JsIteratorIterable<T> - Interface in akasha.lang
 
JsMap<K,V> - Class in akasha.core
The Map object holds key-value pairs and remembers the original insertion order of the keys.
JsMap() - Constructor for class akasha.core.JsMap
The Map() constructor creates Map objects.
JsMap(JsMap.Entry<K, V>...) - Constructor for class akasha.core.JsMap
The Map() constructor creates Map objects.
JsMap(JsIterable<JsMap.Entry<K, V>>) - Constructor for class akasha.core.JsMap
The Map() constructor creates Map objects.
JsMap.Entry<K,V> - Class in akasha.core
 
JsMap.ForEachCallback<V> - Interface in akasha.core
 
JsMap.ForEachCallback2<K,V> - Interface in akasha.core
 
JsMap.ForEachCallback3<K,V> - Interface in akasha.core
 
JsNumber - Class in akasha.core
The Number constructor contains constants and methods for working with numbers.
JsNumber(double) - Constructor for class akasha.core.JsNumber
The Number() constructor creates a Number object.
JsNumber() - Constructor for class akasha.core.JsNumber
The Number() constructor creates a Number object.
JsObject - Class in akasha.core
The Object class represents one of JavaScript's data types.
JsObject() - Constructor for class akasha.core.JsObject
 
JsSet<T> - Class in akasha.core
The Set object lets you store unique values of any type, whether primitive values or object references.
JsSet() - Constructor for class akasha.core.JsSet
The Set constructor lets you create Set objects that store unique values of any type, whether primitive values or object references.
JsSet(JsIterable<T>) - Constructor for class akasha.core.JsSet
The Set constructor lets you create Set objects that store unique values of any type, whether primitive values or object references.
JsSet(T[]) - Constructor for class akasha.core.JsSet
The Set constructor lets you create Set objects that store unique values of any type, whether primitive values or object references.
JsSet.ForEachCallback<T> - Interface in akasha.core
 
JsSet.ForEachCallback2<T> - Interface in akasha.core
 
JsSet.ForEachCallback3<T> - Interface in akasha.core
 
JsUtil - Class in akasha.core
 
JsWeakMap<K,V> - Class in akasha.core
The WeakMap object is a collection of key/value pairs in which the keys are weakly referenced.
JsWeakMap() - Constructor for class akasha.core.JsWeakMap
The WeakMap() constructor creates WeakMap objects which are a collections of key/value pairs in which the keys are weakly referenced.
JsWeakMap(JsWeakMap.Entry<K, V>...) - Constructor for class akasha.core.JsWeakMap
The WeakMap() constructor creates WeakMap objects which are a collections of key/value pairs in which the keys are weakly referenced.
JsWeakMap(JsIterable<JsWeakMap.Entry<K, V>>) - Constructor for class akasha.core.JsWeakMap
The WeakMap() constructor creates WeakMap objects which are a collections of key/value pairs in which the keys are weakly referenced.
JsWeakMap.Entry<K,V> - Class in akasha.core
 
JsWeakSet<T> - Class in akasha.core
The WeakSet object lets you store weakly held objects in a collection.
JsWeakSet() - Constructor for class akasha.core.JsWeakSet
The WeakSet constructor lets you create WeakSet objects that store weakly held objects in a collection.
JsWeakSet(JsIterable<T>) - Constructor for class akasha.core.JsWeakSet
The WeakSet constructor lets you create WeakSet objects that store weakly held objects in a collection.
JsWeakSet(T[]) - Constructor for class akasha.core.JsWeakSet
The WeakSet constructor lets you create WeakSet objects that store weakly held objects in a collection.

K

keep - Static variable in annotation type akasha.gpu.GPUStencilOperation
 
key() - Method in class akasha.core.JsMap.Entry
 
key() - Method in class akasha.core.JsWeakMap.Entry
 
key() - Method in class akasha.core.ObjectPropertyEntry
 
key() - Method in class akasha.gpu.GPUSupportedFeatures.Entry
 
key() - Method in class akasha.lang.JsArray.Entry
 
keyFor(Symbol) - Static method in interface akasha.core.Symbol
The Symbol.keyFor(sym) method retrieves a shared symbol key from the global symbol registry for the given symbol.
keys() - Method in class akasha.core.Float32Array
The keys() method returns a new array iterator object that contains the keys for each index in the array.
keys() - Method in class akasha.core.Float64Array
The keys() method returns a new array iterator object that contains the keys for each index in the array.
keys() - Method in class akasha.core.Int16Array
The keys() method returns a new array iterator object that contains the keys for each index in the array.
keys() - Method in class akasha.core.Int32Array
The keys() method returns a new array iterator object that contains the keys for each index in the array.
keys() - Method in class akasha.core.Int8Array
The keys() method returns a new array iterator object that contains the keys for each index in the array.
keys() - Method in class akasha.core.JsMap
The keys() method returns a new Iterator object that contains the keys for each element in the Map object in insertion order.
keys(Object) - Static method in class akasha.core.JsObject
The Object.keys() method returns an array of a given object's own enumerable property names, iterated in the same order that a normal loop would.
keys() - Method in class akasha.core.JsSet
The keys() method returns a new iterator object that contains the values for each element in the Set object in insertion order.
keys() - Method in class akasha.core.Uint16Array
The keys() method returns a new array iterator object that contains the keys for each index in the array.
keys() - Method in class akasha.core.Uint32Array
The keys() method returns a new array iterator object that contains the keys for each index in the array.
keys() - Method in class akasha.core.Uint8Array
The keys() method returns a new array iterator object that contains the keys for each index in the array.
keys() - Method in class akasha.core.Uint8ClampedArray
The keys() method returns a new array iterator object that contains the keys for each index in the array.
keys() - Method in class akasha.gpu.GPUSupportedFeatures
 
keys() - Method in class akasha.lang.JsArray
The keys() method returns a new Array Iterator object that contains the keys for each index in the array.

L

label - Variable in class akasha.gpu.GPUBindGroup
 
label(String) - Method in interface akasha.gpu.GPUBindGroupDescriptor.Builder
 
label - Variable in class akasha.gpu.GPUBindGroupLayout
 
label(String) - Method in interface akasha.gpu.GPUBindGroupLayoutDescriptor.Builder
 
label - Variable in class akasha.gpu.GPUBuffer
 
label(String) - Method in interface akasha.gpu.GPUBufferDescriptor.Builder
 
label - Variable in class akasha.gpu.GPUCommandBuffer
 
label(String) - Method in interface akasha.gpu.GPUCommandBufferDescriptor.Builder
 
label - Variable in class akasha.gpu.GPUCommandEncoder
 
label(String) - Method in interface akasha.gpu.GPUCommandEncoderDescriptor.Builder
 
label(String) - Method in interface akasha.gpu.GPUComputePassDescriptor.Builder
 
label - Variable in class akasha.gpu.GPUComputePassEncoder
 
label - Variable in class akasha.gpu.GPUComputePipeline
 
label(String) - Method in interface akasha.gpu.GPUComputePipelineDescriptor.Builder
 
label - Variable in class akasha.gpu.GPUDevice
 
label(String) - Method in interface akasha.gpu.GPUDeviceDescriptor.Builder
 
label - Variable in class akasha.gpu.GPUExternalTexture
 
label(String) - Method in interface akasha.gpu.GPUExternalTextureDescriptor.Builder
 
label(String) - Method in interface akasha.gpu.GPUObjectDescriptorBase.Builder
 
label() - Method in interface akasha.gpu.GPUObjectDescriptorBase
 
label(String) - Method in interface akasha.gpu.GPUPipelineDescriptorBase.Builder
 
label - Variable in class akasha.gpu.GPUPipelineLayout
 
label(String) - Method in interface akasha.gpu.GPUPipelineLayoutDescriptor.Builder
 
label - Variable in class akasha.gpu.GPUQuerySet
 
label(String) - Method in interface akasha.gpu.GPUQuerySetDescriptor.Builder
 
label - Variable in class akasha.gpu.GPUQueue
 
label - Variable in class akasha.gpu.GPURenderBundle
 
label(String) - Method in interface akasha.gpu.GPURenderBundleDescriptor.Builder
 
label - Variable in class akasha.gpu.GPURenderBundleEncoder
 
label(String) - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor.Builder
 
label(String) - Method in interface akasha.gpu.GPURenderPassDescriptor.Builder
 
label - Variable in class akasha.gpu.GPURenderPassEncoder
 
label(String) - Method in interface akasha.gpu.GPURenderPassLayout.Builder
 
label - Variable in class akasha.gpu.GPURenderPipeline
 
label(String) - Method in interface akasha.gpu.GPURenderPipelineDescriptor.Builder
 
label - Variable in class akasha.gpu.GPUSampler
 
label(String) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
 
label - Variable in class akasha.gpu.GPUShaderModule
 
label(String) - Method in interface akasha.gpu.GPUShaderModuleDescriptor.Builder
 
label - Variable in class akasha.gpu.GPUTexture
 
label(String) - Method in interface akasha.gpu.GPUTextureDescriptor.Builder
 
label - Variable in class akasha.gpu.GPUTextureView
 
label(String) - Method in interface akasha.gpu.GPUTextureViewDescriptor.Builder
 
lastIndexOf(float, int) - Method in class akasha.core.Float32Array
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(float) - Method in class akasha.core.Float32Array
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(double, int) - Method in class akasha.core.Float64Array
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(double) - Method in class akasha.core.Float64Array
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(short, int) - Method in class akasha.core.Int16Array
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(short) - Method in class akasha.core.Int16Array
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(int, int) - Method in class akasha.core.Int32Array
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(int) - Method in class akasha.core.Int32Array
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(byte, int) - Method in class akasha.core.Int8Array
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(byte) - Method in class akasha.core.Int8Array
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(int, int) - Method in class akasha.core.Uint16Array
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(int) - Method in class akasha.core.Uint16Array
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(int, int) - Method in class akasha.core.Uint32Array
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(int) - Method in class akasha.core.Uint32Array
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(short, int) - Method in class akasha.core.Uint8Array
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(short) - Method in class akasha.core.Uint8Array
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(short, int) - Method in class akasha.core.Uint8ClampedArray
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(short) - Method in class akasha.core.Uint8ClampedArray
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
lastIndexOf(T, int) - Method in class akasha.lang.JsArray
The lastIndexOf() method returns the last index at which a given element can be found in the array, or -1 if it is not present.
lastIndexOf(T) - Method in class akasha.lang.JsArray
The lastIndexOf() method returns the last index at which a given element can be found in the array, or -1 if it is not present.
layout(GPUBindGroupLayout) - Method in interface akasha.gpu.GPUBindGroupDescriptor.Builder
 
layout() - Method in interface akasha.gpu.GPUBindGroupDescriptor
 
layout(GPUPipelineLayout) - Method in interface akasha.gpu.GPUComputePipelineDescriptor.Builder
 
layout(GPUPipelineLayout) - Method in interface akasha.gpu.GPUPipelineDescriptorBase.Builder
 
layout() - Method in interface akasha.gpu.GPUPipelineDescriptorBase
 
layout(GPUPipelineLayout) - Method in interface akasha.gpu.GPURenderPipelineDescriptor.Builder
 
length() - Method in class akasha.core.Float32Array
 
length() - Method in class akasha.core.Float64Array
 
length() - Method in class akasha.core.Int16Array
 
length() - Method in class akasha.core.Int32Array
 
length() - Method in class akasha.core.Int8Array
 
length() - Method in class akasha.core.RegExpResult
 
length() - Method in class akasha.core.Uint16Array
 
length() - Method in class akasha.core.Uint32Array
 
length() - Method in class akasha.core.Uint8Array
 
length() - Method in class akasha.core.Uint8ClampedArray
 
length() - Method in class akasha.gpu.GPUCompilationMessage
 
length - Variable in class akasha.lang.JsArray
The length property of an object which is an instance of type Array sets or returns the number of elements in that array.
less - Static variable in annotation type akasha.gpu.GPUCompareFunction
 
less_equal - Static variable in annotation type akasha.gpu.GPUCompareFunction
 
limits() - Method in class akasha.gpu.GPUAdapter
 
limits() - Method in class akasha.gpu.GPUDevice
 
line_list - Static variable in annotation type akasha.gpu.GPUPrimitiveTopology
 
line_strip - Static variable in annotation type akasha.gpu.GPUPrimitiveTopology
 
linear - Static variable in annotation type akasha.gpu.GPUFilterMode
 
lineNum() - Method in class akasha.gpu.GPUCompilationMessage
 
linePos() - Method in class akasha.gpu.GPUCompilationMessage
 
load - Static variable in annotation type akasha.gpu.GPULoadOp
 
loadValue(String) - Method in interface akasha.gpu.GPURenderPassColorAttachment.Builder
 
loadValue(GPUColor) - Method in interface akasha.gpu.GPURenderPassColorAttachment.Builder
 
loadValue(JsArray<Double>) - Method in interface akasha.gpu.GPURenderPassColorAttachment.Builder
 
loadValue(double...) - Method in interface akasha.gpu.GPURenderPassColorAttachment.Builder
 
loadValue(GPUColorDict) - Method in interface akasha.gpu.GPURenderPassColorAttachment.Builder
 
loadValue() - Method in interface akasha.gpu.GPURenderPassColorAttachment
 
lodMaxClamp(float) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
 
lodMaxClamp() - Method in interface akasha.gpu.GPUSamplerDescriptor
 
lodMinClamp(float) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
 
lodMinClamp() - Method in interface akasha.gpu.GPUSamplerDescriptor
 
lost() - Method in class akasha.gpu.GPUDevice
 
low_power - Static variable in annotation type akasha.gpu.GPUPowerPreference
 

M

magFilter(String) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
 
magFilter() - Method in interface akasha.gpu.GPUSamplerDescriptor
 
map(JsArray.Map<? extends R, T>) - Method in class akasha.lang.JsArray
The map() method creates a new array populated with the results of calling a provided function on every element in the calling array.
map(JsArray.Map2<? extends R, T>) - Method in class akasha.lang.JsArray
The map() method creates a new array populated with the results of calling a provided function on every element in the calling array.
map(JsArray.Map3<? extends R, T>) - Method in class akasha.lang.JsArray
The map() method creates a new array populated with the results of calling a provided function on every element in the calling array.
map(T) - Method in interface akasha.lang.JsArray.Map
 
map(T, int) - Method in interface akasha.lang.JsArray.Map2
 
map(T, int, JsArrayLike<T>) - Method in interface akasha.lang.JsArray.Map3
 
MAP_READ - Static variable in class akasha.gpu.GPUBufferUsage
 
MAP_WRITE - Static variable in class akasha.gpu.GPUBufferUsage
 
mapAsync(int, int, int) - Method in class akasha.gpu.GPUBuffer
 
mapAsync(int, int) - Method in class akasha.gpu.GPUBuffer
 
mapAsync(int) - Method in class akasha.gpu.GPUBuffer
 
mappedAtCreation(boolean) - Method in interface akasha.gpu.GPUBufferDescriptor.Builder
 
mappedAtCreation() - Method in interface akasha.gpu.GPUBufferDescriptor
 
mask(int) - Method in interface akasha.gpu.GPUMultisampleState.Builder
 
mask() - Method in interface akasha.gpu.GPUMultisampleState
 
match() - Static method in interface akasha.core.Symbol
The Symbol.match well-known symbol specifies the matching of a regular expression against a string.
matchAll() - Static method in interface akasha.core.Symbol
The Symbol.matchAll well-known symbol returns an iterator, that yields matches of the regular expression against a string.
max - Static variable in annotation type akasha.gpu.GPUBlendOperation
 
MAX_SAFE_INTEGER - Static variable in class akasha.core.JsNumber
The Number.MAX_SAFE_INTEGER constant represents the maximum safe integer in JavaScript (2^53 - 1).
MAX_VALUE - Static variable in class akasha.core.JsNumber
The Number.MAX_VALUE property represents the maximum numeric value representable in JavaScript.
maxAnisotropy(int) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
 
maxAnisotropy() - Method in interface akasha.gpu.GPUSamplerDescriptor
 
maxBindGroups() - Method in class akasha.gpu.GPUSupportedLimits
 
maxComputeInvocationsPerWorkgroup() - Method in class akasha.gpu.GPUSupportedLimits
 
maxComputeWorkgroupSizeX() - Method in class akasha.gpu.GPUSupportedLimits
 
maxComputeWorkgroupSizeY() - Method in class akasha.gpu.GPUSupportedLimits
 
maxComputeWorkgroupSizeZ() - Method in class akasha.gpu.GPUSupportedLimits
 
maxComputeWorkgroupsPerDimension() - Method in class akasha.gpu.GPUSupportedLimits
 
maxComputeWorkgroupStorageSize() - Method in class akasha.gpu.GPUSupportedLimits
 
maxDynamicStorageBuffersPerPipelineLayout() - Method in class akasha.gpu.GPUSupportedLimits
 
maxDynamicUniformBuffersPerPipelineLayout() - Method in class akasha.gpu.GPUSupportedLimits
 
maxInterStageShaderComponents() - Method in class akasha.gpu.GPUSupportedLimits
 
maxSampledTexturesPerShaderStage() - Method in class akasha.gpu.GPUSupportedLimits
 
maxSamplersPerShaderStage() - Method in class akasha.gpu.GPUSupportedLimits
 
maxStorageBufferBindingSize() - Method in class akasha.gpu.GPUSupportedLimits
 
maxStorageBuffersPerShaderStage() - Method in class akasha.gpu.GPUSupportedLimits
 
maxStorageTexturesPerShaderStage() - Method in class akasha.gpu.GPUSupportedLimits
 
maxTextureArrayLayers() - Method in class akasha.gpu.GPUSupportedLimits
 
maxTextureDimension1D() - Method in class akasha.gpu.GPUSupportedLimits
 
maxTextureDimension2D() - Method in class akasha.gpu.GPUSupportedLimits
 
maxTextureDimension3D() - Method in class akasha.gpu.GPUSupportedLimits
 
maxUniformBufferBindingSize() - Method in class akasha.gpu.GPUSupportedLimits
 
maxUniformBuffersPerShaderStage() - Method in class akasha.gpu.GPUSupportedLimits
 
maxVertexAttributes() - Method in class akasha.gpu.GPUSupportedLimits
 
maxVertexBufferArrayStride() - Method in class akasha.gpu.GPUSupportedLimits
 
maxVertexBuffers() - Method in class akasha.gpu.GPUSupportedLimits
 
measureExecutionTime(boolean) - Method in interface akasha.gpu.GPUCommandEncoderDescriptor.Builder
 
measureExecutionTime() - Method in interface akasha.gpu.GPUCommandEncoderDescriptor
 
message() - Method in class akasha.core.JsError
The message property is a human-readable description of the error.
message() - Method in class akasha.gpu.GPUCompilationMessage
 
message() - Method in class akasha.gpu.GPUDeviceLostInfo
 
message() - Method in class akasha.gpu.GPUValidationError
 
messages() - Method in class akasha.gpu.GPUCompilationInfo
 
min - Static variable in annotation type akasha.gpu.GPUBlendOperation
 
MIN_SAFE_INTEGER - Static variable in class akasha.core.JsNumber
The Number.MIN_SAFE_INTEGER constant represents the minimum safe integer in JavaScript (-(2^53 - 1)).
MIN_VALUE - Static variable in class akasha.core.JsNumber
The Number.MIN_VALUE property represents the smallest positive numeric value representable in JavaScript.
minBindingSize(int) - Method in interface akasha.gpu.GPUBufferBindingLayout.Builder
 
minBindingSize() - Method in interface akasha.gpu.GPUBufferBindingLayout
 
minFilter(String) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
 
minFilter() - Method in interface akasha.gpu.GPUSamplerDescriptor
 
minStorageBufferOffsetAlignment() - Method in class akasha.gpu.GPUSupportedLimits
 
minUniformBufferOffsetAlignment() - Method in class akasha.gpu.GPUSupportedLimits
 
mipLevel(int) - Method in interface akasha.gpu.GPUImageCopyTexture.Builder
 
mipLevel() - Method in interface akasha.gpu.GPUImageCopyTexture
 
mipLevel(int) - Method in interface akasha.gpu.GPUImageCopyTextureTagged.Builder
 
mipLevelCount(int) - Method in interface akasha.gpu.GPUTextureDescriptor.Builder
 
mipLevelCount() - Method in interface akasha.gpu.GPUTextureDescriptor
 
mipLevelCount(int) - Method in interface akasha.gpu.GPUTextureViewDescriptor.Builder
 
mipLevelCount() - Method in interface akasha.gpu.GPUTextureViewDescriptor
 
mipmapFilter(String) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
 
mipmapFilter() - Method in interface akasha.gpu.GPUSamplerDescriptor
 
mirror_repeat - Static variable in annotation type akasha.gpu.GPUAddressMode
 
module(GPUShaderModule) - Method in interface akasha.gpu.GPUFragmentState.Builder
 
module(GPUShaderModule) - Method in interface akasha.gpu.GPUProgrammableStage.Builder
 
module() - Method in interface akasha.gpu.GPUProgrammableStage
 
module(GPUShaderModule) - Method in interface akasha.gpu.GPUVertexState.Builder
 
multisample(GPUMultisampleState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor.Builder
 
multisample() - Method in interface akasha.gpu.GPURenderPipelineDescriptor
 
multisampled(boolean) - Method in interface akasha.gpu.GPUTextureBindingLayout.Builder
 
multisampled() - Method in interface akasha.gpu.GPUTextureBindingLayout
 

N

name - Static variable in class akasha.core.Float32Array
The name property represents a string value of the typed array constructor name.
name - Static variable in class akasha.core.Float64Array
The name property represents a string value of the typed array constructor name.
name - Static variable in class akasha.core.Int16Array
The name property represents a string value of the typed array constructor name.
name - Static variable in class akasha.core.Int32Array
The name property represents a string value of the typed array constructor name.
name - Static variable in class akasha.core.Int8Array
The name property represents a string value of the typed array constructor name.
name() - Method in class akasha.core.JsError
The name property represents a name for the type of error.
name - Static variable in class akasha.core.Uint16Array
The name property represents a string value of the typed array constructor name.
name - Static variable in class akasha.core.Uint32Array
The name property represents a string value of the typed array constructor name.
name - Static variable in class akasha.core.Uint8Array
The name property represents a string value of the typed array constructor name.
name - Static variable in class akasha.core.Uint8ClampedArray
The name property represents a string value of the typed array constructor name.
name() - Method in class akasha.gpu.GPUAdapter
 
NAMESPACE_ERR - Static variable in class akasha.DOMException
 
NaN - Static variable in class akasha.core.JsNumber
The Number.NaN property represents Not-A-Number.
nearest - Static variable in annotation type akasha.gpu.GPUFilterMode
 
NEGATIVE_INFINITY - Static variable in class akasha.core.JsNumber
The Number.NEGATIVE_INFINITY property represents the negative Infinity value.
NETWORK_ERR - Static variable in class akasha.DOMException
 
never - Static variable in annotation type akasha.gpu.GPUCompareFunction
 
next() - Method in interface akasha.lang.JsIterator
 
next(Object) - Method in interface akasha.lang.JsIterator
 
NO_DATA_ALLOWED_ERR - Static variable in class akasha.DOMException
 
NO_MODIFICATION_ALLOWED_ERR - Static variable in class akasha.DOMException
 
non_filtering - Static variable in annotation type akasha.gpu.GPUSamplerBindingType
 
NONE - Static variable in class akasha.Event
 
none - Static variable in annotation type akasha.gpu.GPUCullMode
 
not_equal - Static variable in annotation type akasha.gpu.GPUCompareFunction
 
NOT_FOUND_ERR - Static variable in class akasha.DOMException
 
NOT_SUPPORTED_ERR - Static variable in class akasha.DOMException
 

O

ObjectPropertyDescriptor - Interface in akasha.core
 
ObjectPropertyDescriptor.Builder - Interface in akasha.core
 
ObjectPropertyEntry - Class in akasha.core
 
ObjectPropertyEntry() - Constructor for class akasha.core.ObjectPropertyEntry
 
occlusion - Static variable in annotation type akasha.gpu.GPUQueryType
 
occlusionQuerySet(GPUQuerySet) - Method in interface akasha.gpu.GPURenderPassDescriptor.Builder
 
occlusionQuerySet() - Method in interface akasha.gpu.GPURenderPassDescriptor
 
of(float...) - Static method in class akasha.core.Float32Array
The TypedArray.of() method creates a new typed array from a variable number of arguments.
of(double...) - Static method in class akasha.core.Float64Array
The TypedArray.of() method creates a new typed array from a variable number of arguments.
of(short...) - Static method in class akasha.core.Int16Array
The TypedArray.of() method creates a new typed array from a variable number of arguments.
of(int...) - Static method in class akasha.core.Int32Array
The TypedArray.of() method creates a new typed array from a variable number of arguments.
of(byte...) - Static method in class akasha.core.Int8Array
The TypedArray.of() method creates a new typed array from a variable number of arguments.
of(int...) - Static method in class akasha.core.Uint16Array
The TypedArray.of() method creates a new typed array from a variable number of arguments.
of(int...) - Static method in class akasha.core.Uint32Array
The TypedArray.of() method creates a new typed array from a variable number of arguments.
of(short...) - Static method in class akasha.core.Uint8Array
The TypedArray.of() method creates a new typed array from a variable number of arguments.
of(short...) - Static method in class akasha.core.Uint8ClampedArray
The TypedArray.of() method creates a new typed array from a variable number of arguments.
of(JsArray<Double>) - Static method in interface akasha.gpu.GPUColor
 
of(double...) - Static method in interface akasha.gpu.GPUColor
 
of(GPUColorDict) - Static method in interface akasha.gpu.GPUColor
 
of(String) - Static method in interface akasha.gpu.GPUDeviceLostReasonOrUndefinedUnion
 
of() - Static method in interface akasha.gpu.GPUDeviceLostReasonOrUndefinedUnion
 
of(JsArray<Double>) - Static method in interface akasha.gpu.GPUExtent3D
 
of(double...) - Static method in interface akasha.gpu.GPUExtent3D
 
of(GPUExtent3DDict) - Static method in interface akasha.gpu.GPUExtent3D
 
of(String) - Static method in interface akasha.gpu.GPULoadOpOrFloatUnion
 
of(float) - Static method in interface akasha.gpu.GPULoadOpOrFloatUnion
 
of(String) - Static method in interface akasha.gpu.GPULoadOpOrGPUColorUnion
 
of(GPUColor) - Static method in interface akasha.gpu.GPULoadOpOrGPUColorUnion
 
of(JsArray<Double>) - Static method in interface akasha.gpu.GPULoadOpOrGPUColorUnion
 
of(double...) - Static method in interface akasha.gpu.GPULoadOpOrGPUColorUnion
 
of(GPUColorDict) - Static method in interface akasha.gpu.GPULoadOpOrGPUColorUnion
 
of(String) - Static method in interface akasha.gpu.GPULoadOpOrGPUStencilValueUnion
 
of(int) - Static method in interface akasha.gpu.GPULoadOpOrGPUStencilValueUnion
 
of(JsArray<Double>) - Static method in interface akasha.gpu.GPUOrigin2D
 
of(double...) - Static method in interface akasha.gpu.GPUOrigin2D
 
of(GPUOrigin2DDict) - Static method in interface akasha.gpu.GPUOrigin2D
 
of(JsArray<Double>) - Static method in interface akasha.gpu.GPUOrigin3D
 
of(double...) - Static method in interface akasha.gpu.GPUOrigin3D
 
of(GPUOrigin3DDict) - Static method in interface akasha.gpu.GPUOrigin3D
 
of(HTMLCanvasElement) - Static method in interface akasha.HTMLCanvasElementOrOffscreenCanvasUnion
 
of(OffscreenCanvas) - Static method in interface akasha.HTMLCanvasElementOrOffscreenCanvasUnion
 
of(ImageBitmap) - Static method in interface akasha.ImageBitmapOrHTMLCanvasElementOrOffscreenCanvasUnion
 
of(HTMLCanvasElement) - Static method in interface akasha.ImageBitmapOrHTMLCanvasElementOrOffscreenCanvasUnion
 
of(OffscreenCanvas) - Static method in interface akasha.ImageBitmapOrHTMLCanvasElementOrOffscreenCanvasUnion
 
of(T...) - Static method in class akasha.lang.JsArray
The Array.of() method creates a new Array instance from a variable number of arguments, regardless of number or type of the arguments.
of(T) - Static method in interface akasha.promise.ResolveValue
 
of(Promise<T>) - Static method in interface akasha.promise.ResolveValue
 
of(boolean) - Static method in interface akasha.ReturnValueType
 
of(String) - Static method in interface akasha.ReturnValueType
 
of() - Static method in interface akasha.ReturnValueType
 
offset(int) - Method in interface akasha.gpu.GPUBufferBinding.Builder
 
offset() - Method in interface akasha.gpu.GPUBufferBinding
 
offset() - Method in class akasha.gpu.GPUCompilationMessage
 
offset(int) - Method in interface akasha.gpu.GPUImageCopyBuffer.Builder
 
offset(int) - Method in interface akasha.gpu.GPUImageDataLayout.Builder
 
offset() - Method in interface akasha.gpu.GPUImageDataLayout
 
offset(int) - Method in interface akasha.gpu.GPUVertexAttribute.Builder
 
offset() - Method in interface akasha.gpu.GPUVertexAttribute
 
once(boolean) - Method in interface akasha.AddEventListenerOptions.Builder
 
once() - Method in interface akasha.AddEventListenerOptions
 
one - Static variable in annotation type akasha.gpu.GPUBlendFactor
 
one_minus_constant - Static variable in annotation type akasha.gpu.GPUBlendFactor
 
one_minus_dst - Static variable in annotation type akasha.gpu.GPUBlendFactor
 
one_minus_dst_alpha - Static variable in annotation type akasha.gpu.GPUBlendFactor
 
one_minus_src - Static variable in annotation type akasha.gpu.GPUBlendFactor
 
one_minus_src_alpha - Static variable in annotation type akasha.gpu.GPUBlendFactor
 
onFulfilled(T) - Method in interface akasha.promise.AcceptCallback
The callback function.
onFulfilled(T) - Method in interface akasha.promise.OnFulfilledCallback
The callback function.
OnFulfilledCallback<T,V> - Interface in akasha.promise
The callback function invoked when the promise is fulfilled.
onInvoke() - Method in interface akasha.core.PropertyAccessorFunction
 
onInvoke(Object) - Method in interface akasha.core.PropertyMutatorFunction
 
onInvoke(Event) - Method in interface akasha.EventHandler
 
onInvoke(Object...) - Method in interface akasha.Function
 
onInvoke(T) - Method in interface akasha.lang.JsArray.Converter
 
onInvoke(ResolveCallbackFn<T>, RejectCallbackFn) - Method in interface akasha.promise.PromiseExecutor
 
onInvoke() - Method in interface akasha.VoidFunction
 
onRejected(Object) - Method in interface akasha.promise.OnRejectedCallback
The callback function.
OnRejectedCallback<V> - Interface in akasha.promise
The callback function invoked when the promise is rejected.
onSettled() - Method in interface akasha.promise.OnSettledCallback
The callback function.
OnSettledCallback - Interface in akasha.promise
The callback function invoked when the promise settles.
onSubmittedWorkDone() - Method in class akasha.gpu.GPUQueue
 
onuncapturederror - Variable in class akasha.gpu.GPUDevice
 
opaque - Static variable in annotation type akasha.gpu.GPUCanvasCompositingAlphaMode
 
operation(String) - Method in interface akasha.gpu.GPUBlendComponent.Builder
 
operation() - Method in interface akasha.gpu.GPUBlendComponent
 
origin(GPUOrigin2D) - Method in interface akasha.gpu.GPUImageCopyExternalImage.Builder
 
origin(JsArray<Double>) - Method in interface akasha.gpu.GPUImageCopyExternalImage.Builder
 
origin(double...) - Method in interface akasha.gpu.GPUImageCopyExternalImage.Builder
 
origin(GPUOrigin2DDict) - Method in interface akasha.gpu.GPUImageCopyExternalImage.Builder
 
origin() - Method in interface akasha.gpu.GPUImageCopyExternalImage
 
origin(GPUOrigin3D) - Method in interface akasha.gpu.GPUImageCopyTexture.Builder
 
origin(JsArray<Double>) - Method in interface akasha.gpu.GPUImageCopyTexture.Builder
 
origin(double...) - Method in interface akasha.gpu.GPUImageCopyTexture.Builder
 
origin(GPUOrigin3DDict) - Method in interface akasha.gpu.GPUImageCopyTexture.Builder
 
origin() - Method in interface akasha.gpu.GPUImageCopyTexture
 
origin(GPUOrigin3D) - Method in interface akasha.gpu.GPUImageCopyTextureTagged.Builder
 
origin(JsArray<Double>) - Method in interface akasha.gpu.GPUImageCopyTextureTagged.Builder
 
origin(double...) - Method in interface akasha.gpu.GPUImageCopyTextureTagged.Builder
 
origin(GPUOrigin3DDict) - Method in interface akasha.gpu.GPUImageCopyTextureTagged.Builder
 
out_of_memory - Static variable in annotation type akasha.gpu.GPUErrorFilter
 

P

parseFloat(String) - Static method in class akasha.core.JsNumber
The Number.parseFloat() method parses an argument and returns a floating point number.
parseInt(String, int) - Static method in class akasha.core.JsNumber
The Number.parseInt() method parses a string argument and returns an integer of the specified radix or base.
passive(boolean) - Method in interface akasha.AddEventListenerOptions.Builder
 
passive() - Method in interface akasha.AddEventListenerOptions
 
passOp(String) - Method in interface akasha.gpu.GPUStencilFaceState.Builder
 
passOp() - Method in interface akasha.gpu.GPUStencilFaceState
 
pipeline_statistics - Static variable in annotation type akasha.gpu.GPUQueryType
 
pipeline_statistics_query - Static variable in annotation type akasha.gpu.GPUFeatureName
 
pipelineStatistics(JsArray<String>) - Method in interface akasha.gpu.GPUQuerySetDescriptor.Builder
 
pipelineStatistics(String...) - Method in interface akasha.gpu.GPUQuerySetDescriptor.Builder
 
pipelineStatistics() - Method in interface akasha.gpu.GPUQuerySetDescriptor
 
point_list - Static variable in annotation type akasha.gpu.GPUPrimitiveTopology
 
pop() - Method in class akasha.lang.JsArray
The pop() method removes the last element from an array and returns that element.
popDebugGroup() - Method in class akasha.gpu.GPUCommandEncoder
 
popDebugGroup() - Method in class akasha.gpu.GPUComputePassEncoder
 
popDebugGroup() - Method in class akasha.gpu.GPURenderBundleEncoder
 
popDebugGroup() - Method in class akasha.gpu.GPURenderPassEncoder
 
popErrorScope() - Method in class akasha.gpu.GPUDevice
 
POSITIVE_INFINITY - Static variable in class akasha.core.JsNumber
The Number.POSITIVE_INFINITY property represents the positive Infinity value.
powerPreference(String) - Method in interface akasha.gpu.GPURequestAdapterOptions.Builder
 
powerPreference() - Method in interface akasha.gpu.GPURequestAdapterOptions
 
premultiplied - Static variable in annotation type akasha.gpu.GPUCanvasCompositingAlphaMode
 
premultipliedAlpha(boolean) - Method in interface akasha.gpu.GPUImageCopyTextureTagged.Builder
 
premultipliedAlpha() - Method in interface akasha.gpu.GPUImageCopyTextureTagged
 
preventDefault() - Method in class akasha.Event
The Event interface's preventDefault() method tells the user agent that if the event does not get explicitly handled, its default action should not be taken as it normally would be.
preventExtensions(Object) - Static method in class akasha.core.JsObject
The Object.preventExtensions() method prevents new properties from ever being added to an object (i.e.
primitive(GPUPrimitiveState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor.Builder
 
primitive() - Method in interface akasha.gpu.GPURenderPipelineDescriptor
 
Promise<T> - Class in akasha.promise
The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value.
Promise(PromiseExecutor<T>) - Constructor for class akasha.promise.Promise
Creates a new Promise object.
PromiseExecutor<T> - Interface in akasha.promise
 
PropertyAccessorFunction - Interface in akasha.core
 
propertyIsEnumerable(String) - Method in class akasha.core.JsObject
The propertyIsEnumerable() method returns a Boolean indicating whether the specified property is enumerable and is the object's own property.
PropertyMutatorFunction - Interface in akasha.core
 
push(T...) - Method in class akasha.lang.JsArray
The push() method adds one or more elements to the end of an array and returns the new length of the array.
pushDebugGroup(String) - Method in class akasha.gpu.GPUCommandEncoder
 
pushDebugGroup(String) - Method in class akasha.gpu.GPUComputePassEncoder
 
pushDebugGroup(String) - Method in class akasha.gpu.GPURenderBundleEncoder
 
pushDebugGroup(String) - Method in class akasha.gpu.GPURenderPassEncoder
 
pushErrorScope(String) - Method in class akasha.gpu.GPUDevice
 

Q

QUERY_RESOLVE - Static variable in class akasha.gpu.GPUBufferUsage
 
queue() - Method in class akasha.gpu.GPUDevice
 
QUOTA_EXCEEDED_ERR - Static variable in class akasha.DOMException
 

R

r(double) - Method in interface akasha.gpu.GPUColorDict.Builder
 
r() - Method in interface akasha.gpu.GPUColorDict
 
r16float - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
r16sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
r16uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
r32float - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
r32sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
r32uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
r8sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
r8snorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
r8uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
r8unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
race(Promise<? extends V>...) - Static method in class akasha.promise.Promise
The Promise.race() method returns a promise that fulfills or rejects as soon as one of the promises in an iterable fulfills or rejects, with the value or reason from that promise.
race(JsIterable<Promise<? extends V>>) - Static method in class akasha.promise.Promise
The Promise.race() method returns a promise that fulfills or rejects as soon as one of the promises in an iterable fulfills or rejects, with the value or reason from that promise.
RangeError - Class in akasha.core
The RangeError object indicates an error when a value is not in the set or range of allowed values.
RangeError(String) - Constructor for class akasha.core.RangeError
The RangeError() constructor creates an error when a value is not in the set or range of allowed values.
RangeError() - Constructor for class akasha.core.RangeError
The RangeError() constructor creates an error when a value is not in the set or range of allowed values.
READ - Static variable in class akasha.gpu.GPUMapMode
 
read_only_storage - Static variable in annotation type akasha.gpu.GPUBufferBindingType
 
reason() - Method in class akasha.gpu.GPUDeviceLostInfo
 
RED - Static variable in class akasha.gpu.GPUColorWrite
 
reduce(JsArray.Reduce<? extends R, T>, R) - Method in class akasha.lang.JsArray
The reduce() method executes a reducer function (that you provide) on each element of the array, resulting in single output value.
reduce(JsArray.Reduce2<? extends R, T>, R) - Method in class akasha.lang.JsArray
The reduce() method executes a reducer function (that you provide) on each element of the array, resulting in single output value.
reduce(JsArray.Reduce3<? extends R, T>, R) - Method in class akasha.lang.JsArray
The reduce() method executes a reducer function (that you provide) on each element of the array, resulting in single output value.
reduce(JsArray.Reduce<? extends R, T>) - Method in class akasha.lang.JsArray
The reduce() method executes a reducer function (that you provide) on each element of the array, resulting in single output value.
reduce(JsArray.Reduce2<? extends R, T>) - Method in class akasha.lang.JsArray
The reduce() method executes a reducer function (that you provide) on each element of the array, resulting in single output value.
reduce(JsArray.Reduce3<? extends R, T>) - Method in class akasha.lang.JsArray
The reduce() method executes a reducer function (that you provide) on each element of the array, resulting in single output value.
reduce(R, T) - Method in interface akasha.lang.JsArray.Reduce
 
reduce(R, T, int) - Method in interface akasha.lang.JsArray.Reduce2
 
reduce(R, T, int, JsArray<T>) - Method in interface akasha.lang.JsArray.Reduce3
 
reduceRight(JsArray.Reduce<? extends R, T>, R) - Method in class akasha.lang.JsArray
The reduceRight() method applies a function against an accumulator and each value of the array (from right-to-left) to reduce it to a single value.
reduceRight(JsArray.Reduce2<? extends R, T>, R) - Method in class akasha.lang.JsArray
The reduceRight() method applies a function against an accumulator and each value of the array (from right-to-left) to reduce it to a single value.
reduceRight(JsArray.Reduce3<? extends R, T>, R) - Method in class akasha.lang.JsArray
The reduceRight() method applies a function against an accumulator and each value of the array (from right-to-left) to reduce it to a single value.
reduceRight(JsArray.Reduce<? extends R, T>) - Method in class akasha.lang.JsArray
The reduceRight() method applies a function against an accumulator and each value of the array (from right-to-left) to reduce it to a single value.
reduceRight(JsArray.Reduce2<? extends R, T>) - Method in class akasha.lang.JsArray
The reduceRight() method applies a function against an accumulator and each value of the array (from right-to-left) to reduce it to a single value.
reduceRight(JsArray.Reduce3<? extends R, T>) - Method in class akasha.lang.JsArray
The reduceRight() method applies a function against an accumulator and each value of the array (from right-to-left) to reduce it to a single value.
ReferenceError - Class in akasha.core
The ReferenceError object represents an error when a non-existent variable is referenced.
ReferenceError(String) - Constructor for class akasha.core.ReferenceError
The ReferenceError object represents an error when a non-existent variable is referenced.
ReferenceError() - Constructor for class akasha.core.ReferenceError
The ReferenceError object represents an error when a non-existent variable is referenced.
RegExpFlags - Annotation Type in akasha.core
Specifies the valid flag string for regexps.
RegExpLanguage - Annotation Type in akasha.core
Specifies the valid flag string for regexps.
RegExpResult - Class in akasha.core
 
RegExpResult() - Constructor for class akasha.core.RegExpResult
 
reject(Object) - Static method in class akasha.promise.Promise
Returns a new Promise object that is rejected with the given reason.
reject(Object) - Method in interface akasha.promise.RejectCallbackFn
 
RejectCallbackFn - Interface in akasha.promise
 
removeEventListener(String, EventListener, EventListenerOptions) - Method in class akasha.EventTarget
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
removeEventListener(String, EventListener, boolean) - Method in class akasha.EventTarget
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
removeEventListener(String, EventListener) - Method in class akasha.EventTarget
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
RENDER_ATTACHMENT - Static variable in class akasha.gpu.GPUTextureUsage
 
repeat - Static variable in annotation type akasha.gpu.GPUAddressMode
 
replace() - Static method in interface akasha.core.Symbol
The Symbol.replace well-known symbol specifies the method that replaces matched substrings of a string.
replace - Static variable in annotation type akasha.gpu.GPUStencilOperation
 
requestAdapter(GPURequestAdapterOptions) - Method in class akasha.gpu.GPU
 
requestAdapter() - Method in class akasha.gpu.GPU
 
requestDevice(GPUDeviceDescriptor) - Method in class akasha.gpu.GPUAdapter
 
requestDevice() - Method in class akasha.gpu.GPUAdapter
 
requiredFeatures(JsArray<String>) - Method in interface akasha.gpu.GPUDeviceDescriptor.Builder
 
requiredFeatures(String...) - Method in interface akasha.gpu.GPUDeviceDescriptor.Builder
 
requiredFeatures() - Method in interface akasha.gpu.GPUDeviceDescriptor
 
requiredLimits(JsPropertyMap<Double>) - Method in interface akasha.gpu.GPUDeviceDescriptor.Builder
 
requiredLimits() - Method in interface akasha.gpu.GPUDeviceDescriptor
 
requireValid(int) - Static method in class akasha.DOMExceptionCode.Util
 
requireValid(int) - Static method in class akasha.EventPhase.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUAddressMode.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUBlendFactor.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUBlendOperation.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUBufferBindingType.Util
 
requireValid(int) - Static method in class akasha.gpu.GPUBufferUsageFlags.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUCanvasCompositingAlphaMode.Util
 
requireValid(int) - Static method in class akasha.gpu.GPUColorWriteFlags.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUCompareFunction.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUCompilationMessageType.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUCullMode.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUDeviceLostReason.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUErrorFilter.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUFeatureName.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUFilterMode.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUFrontFace.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUIndexFormat.Util
 
requireValid(String) - Static method in class akasha.gpu.GPULoadOp.Util
 
requireValid(int) - Static method in class akasha.gpu.GPUMapModeFlags.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUPipelineStatisticName.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUPowerPreference.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUPredefinedColorSpace.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUPrimitiveTopology.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUQueryType.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUSamplerBindingType.Util
 
requireValid(int) - Static method in class akasha.gpu.GPUShaderStageFlags.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUStencilOperation.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUStorageTextureAccess.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUStoreOp.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUTextureAspect.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUTextureDimension.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUTextureFormat.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUTextureSampleType.Util
 
requireValid(int) - Static method in class akasha.gpu.GPUTextureUsageFlags.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUTextureViewDimension.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUVertexFormat.Util
 
requireValid(String) - Static method in class akasha.gpu.GPUVertexStepMode.Util
 
resolve(Promise<V>) - Static method in class akasha.promise.Promise
Returns a new Promise object that is resolved with the given value.
resolve(V) - Static method in class akasha.promise.Promise
Returns a new Promise object that is resolved with the given value.
resolve(Promise<T>) - Method in interface akasha.promise.ResolveCallbackFn
 
resolve(T) - Method in interface akasha.promise.ResolveCallbackFn
 
resolve(ResolveValue<T>) - Method in interface akasha.promise.ResolveCallbackFn
 
ResolveCallbackFn<T> - Interface in akasha.promise
 
resolveQuerySet(GPUQuerySet, int, int, GPUBuffer, int) - Method in class akasha.gpu.GPUCommandEncoder
 
resolveTarget(GPUTextureView) - Method in interface akasha.gpu.GPURenderPassColorAttachment.Builder
 
resolveTarget() - Method in interface akasha.gpu.GPURenderPassColorAttachment
 
ResolveValue<T> - Interface in akasha.promise
 
resource(GPUBindingResource) - Method in interface akasha.gpu.GPUBindGroupEntry.Builder
 
resource() - Method in interface akasha.gpu.GPUBindGroupEntry
 
returnValue - Variable in class akasha.Event
The Event property returnValue indicates whether the default action for this event has been prevented or not.
ReturnValueType - Interface in akasha
 
reverse() - Method in class akasha.lang.JsArray
The reverse() method reverses an array in place.
reverse_subtract - Static variable in annotation type akasha.gpu.GPUBlendOperation
 
rg11b10ufloat - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rg16float - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rg16sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rg16uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rg32float - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rg32sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rg32uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rg8sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rg8snorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rg8uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rg8unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rgb10a2unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rgb9e5ufloat - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rgba16float - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rgba16sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rgba16uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rgba32float - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rgba32sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rgba32uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rgba8sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rgba8snorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rgba8uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rgba8unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rgba8unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
rowsPerImage(int) - Method in interface akasha.gpu.GPUImageCopyBuffer.Builder
 
rowsPerImage(int) - Method in interface akasha.gpu.GPUImageDataLayout.Builder
 
rowsPerImage() - Method in interface akasha.gpu.GPUImageDataLayout
 

S

sampleCount(int) - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor.Builder
 
sampleCount(int) - Method in interface akasha.gpu.GPURenderPassLayout.Builder
 
sampleCount() - Method in interface akasha.gpu.GPURenderPassLayout
 
sampleCount(int) - Method in interface akasha.gpu.GPUTextureDescriptor.Builder
 
sampleCount() - Method in interface akasha.gpu.GPUTextureDescriptor
 
sampler(GPUSamplerBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry.Builder
 
sampler() - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
 
sampleType(String) - Method in interface akasha.gpu.GPUTextureBindingLayout.Builder
 
sampleType() - Method in interface akasha.gpu.GPUTextureBindingLayout
 
seal(Object) - Static method in class akasha.core.JsObject
The Object.seal() method seals an object, preventing new properties from being added to it and marking all existing properties as non-configurable.
search() - Static method in interface akasha.core.Symbol
The Symbol.search well-known symbol specifies the method that returns the index within a string that matches the regular expression.
SECURITY_ERR - Static variable in class akasha.DOMException
 
set(Float32Array, int) - Method in class akasha.core.Float32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(Float32Array) - Method in class akasha.core.Float32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>, int) - Method in class akasha.core.Float32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double[], int) - Method in class akasha.core.Float32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>) - Method in class akasha.core.Float32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double...) - Method in class akasha.core.Float32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(Float64Array, int) - Method in class akasha.core.Float64Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(Float64Array) - Method in class akasha.core.Float64Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>, int) - Method in class akasha.core.Float64Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double[], int) - Method in class akasha.core.Float64Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>) - Method in class akasha.core.Float64Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double...) - Method in class akasha.core.Float64Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(Int16Array, int) - Method in class akasha.core.Int16Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(Int16Array) - Method in class akasha.core.Int16Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>, int) - Method in class akasha.core.Int16Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double[], int) - Method in class akasha.core.Int16Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>) - Method in class akasha.core.Int16Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double...) - Method in class akasha.core.Int16Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(Int32Array, int) - Method in class akasha.core.Int32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(Int32Array) - Method in class akasha.core.Int32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>, int) - Method in class akasha.core.Int32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double[], int) - Method in class akasha.core.Int32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>) - Method in class akasha.core.Int32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double...) - Method in class akasha.core.Int32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(Int8Array, int) - Method in class akasha.core.Int8Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(Int8Array) - Method in class akasha.core.Int8Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>, int) - Method in class akasha.core.Int8Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double[], int) - Method in class akasha.core.Int8Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>) - Method in class akasha.core.Int8Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double...) - Method in class akasha.core.Int8Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(K, V) - Method in class akasha.core.JsMap
The set() method adds a new element with a specified key and value to a Map object.
set(K, V) - Method in class akasha.core.JsWeakMap
The set() method adds a new element with a specified key and value to a WeakMap object.
set(PropertyMutatorFunction) - Method in interface akasha.core.ObjectPropertyDescriptor.Builder
 
set() - Method in interface akasha.core.ObjectPropertyDescriptor
 
set(Uint16Array, int) - Method in class akasha.core.Uint16Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(Uint16Array) - Method in class akasha.core.Uint16Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>, int) - Method in class akasha.core.Uint16Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double[], int) - Method in class akasha.core.Uint16Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>) - Method in class akasha.core.Uint16Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double...) - Method in class akasha.core.Uint16Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(Uint32Array, int) - Method in class akasha.core.Uint32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(Uint32Array) - Method in class akasha.core.Uint32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>, int) - Method in class akasha.core.Uint32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double[], int) - Method in class akasha.core.Uint32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>) - Method in class akasha.core.Uint32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double...) - Method in class akasha.core.Uint32Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(Uint8Array, int) - Method in class akasha.core.Uint8Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(Uint8Array) - Method in class akasha.core.Uint8Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>, int) - Method in class akasha.core.Uint8Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double[], int) - Method in class akasha.core.Uint8Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>) - Method in class akasha.core.Uint8Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double...) - Method in class akasha.core.Uint8Array
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(Uint8ClampedArray, int) - Method in class akasha.core.Uint8ClampedArray
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(Uint8ClampedArray) - Method in class akasha.core.Uint8ClampedArray
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>, int) - Method in class akasha.core.Uint8ClampedArray
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double[], int) - Method in class akasha.core.Uint8ClampedArray
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(JsArray<Double>) - Method in class akasha.core.Uint8ClampedArray
The set() method stores multiple values in the typed array, reading input values from a specified array.
set(double...) - Method in class akasha.core.Uint8ClampedArray
The set() method stores multiple values in the typed array, reading input values from a specified array.
setA(double) - Method in interface akasha.gpu.GPUColorDict
 
setAccess(String) - Method in interface akasha.gpu.GPUStorageTextureBindingLayout
 
setAddressModeU(String) - Method in interface akasha.gpu.GPUSamplerDescriptor
 
setAddressModeV(String) - Method in interface akasha.gpu.GPUSamplerDescriptor
 
setAddressModeW(String) - Method in interface akasha.gpu.GPUSamplerDescriptor
 
setAlpha(GPUBlendComponent) - Method in interface akasha.gpu.GPUBlendState
 
setAlphaToCoverageEnabled(boolean) - Method in interface akasha.gpu.GPUMultisampleState
 
setArrayLayerCount(int) - Method in interface akasha.gpu.GPUTextureViewDescriptor
 
setArrayStride(int) - Method in interface akasha.gpu.GPUVertexBufferLayout
 
setAspect(String) - Method in interface akasha.gpu.GPUImageCopyTexture
 
setAspect(String) - Method in interface akasha.gpu.GPUTextureViewDescriptor
 
setAt(int, float) - Method in class akasha.core.Float32Array
 
setAt(int, double) - Method in class akasha.core.Float64Array
 
setAt(int, short) - Method in class akasha.core.Int16Array
 
setAt(int, int) - Method in class akasha.core.Int32Array
 
setAt(int, byte) - Method in class akasha.core.Int8Array
 
setAt(int, int) - Method in class akasha.core.Uint16Array
 
setAt(int, int) - Method in class akasha.core.Uint32Array
 
setAt(int, short) - Method in class akasha.core.Uint8Array
 
setAt(int, short) - Method in class akasha.core.Uint8ClampedArray
 
setAttributes(JsArray<GPUVertexAttribute>) - Method in interface akasha.gpu.GPUVertexBufferLayout
 
setAttributes(GPUVertexAttribute...) - Method in interface akasha.gpu.GPUVertexBufferLayout
 
setB(double) - Method in interface akasha.gpu.GPUColorDict
 
setBaseArrayLayer(int) - Method in interface akasha.gpu.GPUTextureViewDescriptor
 
setBaseMipLevel(int) - Method in interface akasha.gpu.GPUTextureViewDescriptor
 
setBindGroup(int, GPUBindGroup, JsArray<Double>) - Method in class akasha.gpu.GPUComputePassEncoder
 
setBindGroup(int, GPUBindGroup, double...) - Method in class akasha.gpu.GPUComputePassEncoder
 
setBindGroup(int, GPUBindGroup) - Method in class akasha.gpu.GPUComputePassEncoder
 
setBindGroup(int, GPUBindGroup, Uint32Array, int, int) - Method in class akasha.gpu.GPUComputePassEncoder
 
setBindGroup(int, GPUBindGroup, JsArray<Double>) - Method in class akasha.gpu.GPURenderBundleEncoder
 
setBindGroup(int, GPUBindGroup, double...) - Method in class akasha.gpu.GPURenderBundleEncoder
 
setBindGroup(int, GPUBindGroup) - Method in class akasha.gpu.GPURenderBundleEncoder
 
setBindGroup(int, GPUBindGroup, Uint32Array, int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
 
setBindGroup(int, GPUBindGroup, JsArray<Double>) - Method in class akasha.gpu.GPURenderPassEncoder
 
setBindGroup(int, GPUBindGroup, double...) - Method in class akasha.gpu.GPURenderPassEncoder
 
setBindGroup(int, GPUBindGroup) - Method in class akasha.gpu.GPURenderPassEncoder
 
setBindGroup(int, GPUBindGroup, Uint32Array, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
 
setBindGroupLayouts(JsArray<GPUBindGroupLayout>) - Method in interface akasha.gpu.GPUPipelineLayoutDescriptor
 
setBindGroupLayouts(GPUBindGroupLayout...) - Method in interface akasha.gpu.GPUPipelineLayoutDescriptor
 
setBinding(int) - Method in interface akasha.gpu.GPUBindGroupEntry
 
setBinding(int) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
 
setBlend(GPUBlendState) - Method in interface akasha.gpu.GPUColorTargetState
 
setBlendConstant(GPUColor) - Method in class akasha.gpu.GPURenderPassEncoder
 
setBlendConstant(JsArray<Double>) - Method in class akasha.gpu.GPURenderPassEncoder
 
setBlendConstant(double...) - Method in class akasha.gpu.GPURenderPassEncoder
 
setBlendConstant(GPUColorDict) - Method in class akasha.gpu.GPURenderPassEncoder
 
setBubbles(boolean) - Method in interface akasha.EventInit
 
setBuffer(GPUBufferBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
 
setBuffer(GPUBuffer) - Method in interface akasha.gpu.GPUBufferBinding
 
setBuffer(GPUBuffer) - Method in interface akasha.gpu.GPUImageCopyBuffer
 
setBuffers(JsArray<GPUVertexBufferLayout>) - Method in interface akasha.gpu.GPUVertexState
 
setBuffers(GPUVertexBufferLayout...) - Method in interface akasha.gpu.GPUVertexState
 
setBytesPerRow(int) - Method in interface akasha.gpu.GPUImageDataLayout
 
setCancelable(boolean) - Method in interface akasha.EventInit
 
setCapture(boolean) - Method in interface akasha.EventListenerOptions
 
setClampDepth(boolean) - Method in interface akasha.gpu.GPUPrimitiveState
 
setCode(String) - Method in interface akasha.gpu.GPUShaderModuleDescriptor
 
setColor(GPUBlendComponent) - Method in interface akasha.gpu.GPUBlendState
 
setColorAttachments(JsArray<GPURenderPassColorAttachment>) - Method in interface akasha.gpu.GPURenderPassDescriptor
 
setColorAttachments(GPURenderPassColorAttachment...) - Method in interface akasha.gpu.GPURenderPassDescriptor
 
setColorFormats(JsArray<String>) - Method in interface akasha.gpu.GPURenderPassLayout
 
setColorFormats(String...) - Method in interface akasha.gpu.GPURenderPassLayout
 
setColorSpace(String) - Method in interface akasha.gpu.GPUCanvasConfiguration
 
setColorSpace(String) - Method in interface akasha.gpu.GPUExternalTextureDescriptor
 
setColorSpace(String) - Method in interface akasha.gpu.GPUImageCopyTextureTagged
 
setCompare(String) - Method in interface akasha.gpu.GPUSamplerDescriptor
 
setCompare(String) - Method in interface akasha.gpu.GPUStencilFaceState
 
setComposed(boolean) - Method in interface akasha.EventInit
 
setCompositingAlphaMode(String) - Method in interface akasha.gpu.GPUCanvasConfiguration
 
setCompute(GPUProgrammableStage) - Method in interface akasha.gpu.GPUComputePipelineDescriptor
 
setConfigurable(boolean) - Method in interface akasha.core.ObjectPropertyDescriptor
 
setConstants(JsPropertyMap<Double>) - Method in interface akasha.gpu.GPUProgrammableStage
 
setCount(int) - Method in interface akasha.gpu.GPUMultisampleState
 
setCount(int) - Method in interface akasha.gpu.GPUQuerySetDescriptor
 
setCullMode(String) - Method in interface akasha.gpu.GPUPrimitiveState
 
setDepthBias(int) - Method in interface akasha.gpu.GPUDepthStencilState
 
setDepthBiasClamp(float) - Method in interface akasha.gpu.GPUDepthStencilState
 
setDepthBiasSlopeScale(float) - Method in interface akasha.gpu.GPUDepthStencilState
 
setDepthCompare(String) - Method in interface akasha.gpu.GPUDepthStencilState
 
setDepthFailOp(String) - Method in interface akasha.gpu.GPUStencilFaceState
 
setDepthLoadValue(GPULoadOpOrFloatUnion) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
setDepthLoadValue(String) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
setDepthLoadValue(float) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
setDepthOrArrayLayers(int) - Method in interface akasha.gpu.GPUExtent3DDict
 
setDepthReadOnly(boolean) - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor
 
setDepthReadOnly(boolean) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
setDepthStencil(GPUDepthStencilState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor
 
setDepthStencilAttachment(GPURenderPassDepthStencilAttachment) - Method in interface akasha.gpu.GPURenderPassDescriptor
 
setDepthStencilFormat(String) - Method in interface akasha.gpu.GPURenderPassLayout
 
setDepthStoreOp(String) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
setDepthWriteEnabled(boolean) - Method in interface akasha.gpu.GPUDepthStencilState
 
setDevice(GPUDevice) - Method in interface akasha.gpu.GPUCanvasConfiguration
 
setDimension(String) - Method in interface akasha.gpu.GPUTextureDescriptor
 
setDimension(String) - Method in interface akasha.gpu.GPUTextureViewDescriptor
 
setDstFactor(String) - Method in interface akasha.gpu.GPUBlendComponent
 
setEntries(JsArray<GPUBindGroupEntry>) - Method in interface akasha.gpu.GPUBindGroupDescriptor
 
setEntries(GPUBindGroupEntry...) - Method in interface akasha.gpu.GPUBindGroupDescriptor
 
setEntries(JsArray<GPUBindGroupLayoutEntry>) - Method in interface akasha.gpu.GPUBindGroupLayoutDescriptor
 
setEntries(GPUBindGroupLayoutEntry...) - Method in interface akasha.gpu.GPUBindGroupLayoutDescriptor
 
setEntryPoint(String) - Method in interface akasha.gpu.GPUProgrammableStage
 
setEnumerable(boolean) - Method in interface akasha.core.ObjectPropertyDescriptor
 
setError(GPUError) - Method in interface akasha.gpu.GPUUncapturedErrorEventInit
 
setExternalTexture(GPUExternalTextureBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
 
setFailOp(String) - Method in interface akasha.gpu.GPUStencilFaceState
 
setFloat32(int, float, boolean) - Method in class akasha.core.DataView
The setFloat32() method stores a signed 32-bit float (float) value at the specified byte offset from the start of the DataView.
setFloat32(int, float) - Method in class akasha.core.DataView
The setFloat32() method stores a signed 32-bit float (float) value at the specified byte offset from the start of the DataView.
setFloat64(int, double, boolean) - Method in class akasha.core.DataView
The setFloat64() method stores a signed 64-bit float (double) value at the specified byte offset from the start of the DataView.
setFloat64(int, double) - Method in class akasha.core.DataView
The setFloat64() method stores a signed 64-bit float (double) value at the specified byte offset from the start of the DataView.
setForceFallbackAdapter(boolean) - Method in interface akasha.gpu.GPURequestAdapterOptions
 
setFormat(String) - Method in interface akasha.gpu.GPUCanvasConfiguration
 
setFormat(String) - Method in interface akasha.gpu.GPUColorTargetState
 
setFormat(String) - Method in interface akasha.gpu.GPUDepthStencilState
 
setFormat(String) - Method in interface akasha.gpu.GPUStorageTextureBindingLayout
 
setFormat(String) - Method in interface akasha.gpu.GPUTextureDescriptor
 
setFormat(String) - Method in interface akasha.gpu.GPUTextureViewDescriptor
 
setFormat(String) - Method in interface akasha.gpu.GPUVertexAttribute
 
setFragment(GPUFragmentState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor
 
setFrontFace(String) - Method in interface akasha.gpu.GPUPrimitiveState
 
setG(double) - Method in interface akasha.gpu.GPUColorDict
 
setGet(PropertyAccessorFunction) - Method in interface akasha.core.ObjectPropertyDescriptor
 
setHasDynamicOffset(boolean) - Method in interface akasha.gpu.GPUBufferBindingLayout
 
setHeight(int) - Method in interface akasha.gpu.GPUExtent3DDict
 
setIndexBuffer(GPUBuffer, String, int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
 
setIndexBuffer(GPUBuffer, String, int) - Method in class akasha.gpu.GPURenderBundleEncoder
 
setIndexBuffer(GPUBuffer, String) - Method in class akasha.gpu.GPURenderBundleEncoder
 
setIndexBuffer(GPUBuffer, String, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
 
setIndexBuffer(GPUBuffer, String, int) - Method in class akasha.gpu.GPURenderPassEncoder
 
setIndexBuffer(GPUBuffer, String) - Method in class akasha.gpu.GPURenderPassEncoder
 
setInt16(int, int, boolean) - Method in class akasha.core.DataView
The setInt16() method stores a signed 16-bit integer (short) value at the specified byte offset from the start of the DataView.
setInt16(int, int) - Method in class akasha.core.DataView
The setInt16() method stores a signed 16-bit integer (short) value at the specified byte offset from the start of the DataView.
setInt32(int, int, boolean) - Method in class akasha.core.DataView
The setInt32() method stores a signed 32-bit integer (long) value at the specified byte offset from the start of the DataView.
setInt32(int, int) - Method in class akasha.core.DataView
The setInt32() method stores a signed 32-bit integer (long) value at the specified byte offset from the start of the DataView.
setInt8(int, byte) - Method in class akasha.core.DataView
The setInt8() method stores a signed 8-bit integer (byte) value at the specified byte offset from the start of the DataView.
setLabel(String) - Method in interface akasha.gpu.GPUObjectDescriptorBase
 
setLayout(GPUBindGroupLayout) - Method in interface akasha.gpu.GPUBindGroupDescriptor
 
setLayout(GPUPipelineLayout) - Method in interface akasha.gpu.GPUPipelineDescriptorBase
 
setLoadValue(GPULoadOpOrGPUColorUnion) - Method in interface akasha.gpu.GPURenderPassColorAttachment
 
setLoadValue(String) - Method in interface akasha.gpu.GPURenderPassColorAttachment
 
setLoadValue(GPUColor) - Method in interface akasha.gpu.GPURenderPassColorAttachment
 
setLoadValue(JsArray<Double>) - Method in interface akasha.gpu.GPURenderPassColorAttachment
 
setLoadValue(double...) - Method in interface akasha.gpu.GPURenderPassColorAttachment
 
setLoadValue(GPUColorDict) - Method in interface akasha.gpu.GPURenderPassColorAttachment
 
setLodMaxClamp(float) - Method in interface akasha.gpu.GPUSamplerDescriptor
 
setLodMinClamp(float) - Method in interface akasha.gpu.GPUSamplerDescriptor
 
setMagFilter(String) - Method in interface akasha.gpu.GPUSamplerDescriptor
 
setMappedAtCreation(boolean) - Method in interface akasha.gpu.GPUBufferDescriptor
 
setMask(int) - Method in interface akasha.gpu.GPUMultisampleState
 
setMaxAnisotropy(int) - Method in interface akasha.gpu.GPUSamplerDescriptor
 
setMeasureExecutionTime(boolean) - Method in interface akasha.gpu.GPUCommandEncoderDescriptor
 
setMinBindingSize(int) - Method in interface akasha.gpu.GPUBufferBindingLayout
 
setMinFilter(String) - Method in interface akasha.gpu.GPUSamplerDescriptor
 
setMipLevel(int) - Method in interface akasha.gpu.GPUImageCopyTexture
 
setMipLevelCount(int) - Method in interface akasha.gpu.GPUTextureDescriptor
 
setMipLevelCount(int) - Method in interface akasha.gpu.GPUTextureViewDescriptor
 
setMipmapFilter(String) - Method in interface akasha.gpu.GPUSamplerDescriptor
 
setModule(GPUShaderModule) - Method in interface akasha.gpu.GPUProgrammableStage
 
setMultisample(GPUMultisampleState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor
 
setMultisampled(boolean) - Method in interface akasha.gpu.GPUTextureBindingLayout
 
setOcclusionQuerySet(GPUQuerySet) - Method in interface akasha.gpu.GPURenderPassDescriptor
 
setOffset(int) - Method in interface akasha.gpu.GPUBufferBinding
 
setOffset(int) - Method in interface akasha.gpu.GPUImageDataLayout
 
setOffset(int) - Method in interface akasha.gpu.GPUVertexAttribute
 
setOnce(boolean) - Method in interface akasha.AddEventListenerOptions
 
setOperation(String) - Method in interface akasha.gpu.GPUBlendComponent
 
setOrigin(GPUOrigin2D) - Method in interface akasha.gpu.GPUImageCopyExternalImage
 
setOrigin(JsArray<Double>) - Method in interface akasha.gpu.GPUImageCopyExternalImage
 
setOrigin(double...) - Method in interface akasha.gpu.GPUImageCopyExternalImage
 
setOrigin(GPUOrigin2DDict) - Method in interface akasha.gpu.GPUImageCopyExternalImage
 
setOrigin(GPUOrigin3D) - Method in interface akasha.gpu.GPUImageCopyTexture
 
setOrigin(JsArray<Double>) - Method in interface akasha.gpu.GPUImageCopyTexture
 
setOrigin(double...) - Method in interface akasha.gpu.GPUImageCopyTexture
 
setOrigin(GPUOrigin3DDict) - Method in interface akasha.gpu.GPUImageCopyTexture
 
setPassive(boolean) - Method in interface akasha.AddEventListenerOptions
 
setPassOp(String) - Method in interface akasha.gpu.GPUStencilFaceState
 
setPipeline(GPUComputePipeline) - Method in class akasha.gpu.GPUComputePassEncoder
 
setPipeline(GPURenderPipeline) - Method in class akasha.gpu.GPURenderBundleEncoder
 
setPipeline(GPURenderPipeline) - Method in class akasha.gpu.GPURenderPassEncoder
 
setPipelineStatistics(JsArray<String>) - Method in interface akasha.gpu.GPUQuerySetDescriptor
 
setPipelineStatistics(String...) - Method in interface akasha.gpu.GPUQuerySetDescriptor
 
setPowerPreference(String) - Method in interface akasha.gpu.GPURequestAdapterOptions
 
setPremultipliedAlpha(boolean) - Method in interface akasha.gpu.GPUImageCopyTextureTagged
 
setPrimitive(GPUPrimitiveState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor
 
setPrototypeOf(Object, Object) - Static method in class akasha.core.JsObject
The Object.setPrototypeOf() method sets the prototype (i.e., the internal [[Prototype]] property) of a specified object to another object or null.
setR(double) - Method in interface akasha.gpu.GPUColorDict
 
setRequiredFeatures(JsArray<String>) - Method in interface akasha.gpu.GPUDeviceDescriptor
 
setRequiredFeatures(String...) - Method in interface akasha.gpu.GPUDeviceDescriptor
 
setRequiredLimits(JsPropertyMap<Double>) - Method in interface akasha.gpu.GPUDeviceDescriptor
 
setResolveTarget(GPUTextureView) - Method in interface akasha.gpu.GPURenderPassColorAttachment
 
setResource(GPUBindingResource) - Method in interface akasha.gpu.GPUBindGroupEntry
 
setRowsPerImage(int) - Method in interface akasha.gpu.GPUImageDataLayout
 
setSampleCount(int) - Method in interface akasha.gpu.GPURenderPassLayout
 
setSampleCount(int) - Method in interface akasha.gpu.GPUTextureDescriptor
 
setSampler(GPUSamplerBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
 
setSampleType(String) - Method in interface akasha.gpu.GPUTextureBindingLayout
 
setScissorRect(int, int, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
 
setSet(PropertyMutatorFunction) - Method in interface akasha.core.ObjectPropertyDescriptor
 
setShaderLocation(int) - Method in interface akasha.gpu.GPUVertexAttribute
 
setSize(int) - Method in interface akasha.gpu.GPUBufferBinding
 
setSize(int) - Method in interface akasha.gpu.GPUBufferDescriptor
 
setSize(GPUExtent3D) - Method in interface akasha.gpu.GPUCanvasConfiguration
 
setSize(JsArray<Double>) - Method in interface akasha.gpu.GPUCanvasConfiguration
 
setSize(double...) - Method in interface akasha.gpu.GPUCanvasConfiguration
 
setSize(GPUExtent3DDict) - Method in interface akasha.gpu.GPUCanvasConfiguration
 
setSize(GPUExtent3D) - Method in interface akasha.gpu.GPUTextureDescriptor
 
setSize(JsArray<Double>) - Method in interface akasha.gpu.GPUTextureDescriptor
 
setSize(double...) - Method in interface akasha.gpu.GPUTextureDescriptor
 
setSize(GPUExtent3DDict) - Method in interface akasha.gpu.GPUTextureDescriptor
 
setSource(HTMLVideoElement) - Method in interface akasha.gpu.GPUExternalTextureDescriptor
 
setSource(ImageBitmapOrHTMLCanvasElementOrOffscreenCanvasUnion) - Method in interface akasha.gpu.GPUImageCopyExternalImage
 
setSource(ImageBitmap) - Method in interface akasha.gpu.GPUImageCopyExternalImage
 
setSource(HTMLCanvasElement) - Method in interface akasha.gpu.GPUImageCopyExternalImage
 
setSource(OffscreenCanvas) - Method in interface akasha.gpu.GPUImageCopyExternalImage
 
setSourceMap(JsObject) - Method in interface akasha.gpu.GPUShaderModuleDescriptor
 
setSrcFactor(String) - Method in interface akasha.gpu.GPUBlendComponent
 
setStencilBack(GPUStencilFaceState) - Method in interface akasha.gpu.GPUDepthStencilState
 
setStencilFront(GPUStencilFaceState) - Method in interface akasha.gpu.GPUDepthStencilState
 
setStencilLoadValue(GPULoadOpOrGPUStencilValueUnion) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
setStencilLoadValue(String) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
setStencilLoadValue(int) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
setStencilReadMask(int) - Method in interface akasha.gpu.GPUDepthStencilState
 
setStencilReadOnly(boolean) - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor
 
setStencilReadOnly(boolean) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
setStencilReference(int) - Method in class akasha.gpu.GPURenderPassEncoder
 
setStencilStoreOp(String) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
setStencilWriteMask(int) - Method in interface akasha.gpu.GPUDepthStencilState
 
setStepMode(String) - Method in interface akasha.gpu.GPUVertexBufferLayout
 
setStorageTexture(GPUStorageTextureBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
 
setStoreOp(String) - Method in interface akasha.gpu.GPURenderPassColorAttachment
 
setStripIndexFormat(String) - Method in interface akasha.gpu.GPUPrimitiveState
 
setTargets(JsArray<GPUColorTargetState>) - Method in interface akasha.gpu.GPUFragmentState
 
setTargets(GPUColorTargetState...) - Method in interface akasha.gpu.GPUFragmentState
 
setTexture(GPUTextureBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
 
setTexture(GPUTexture) - Method in interface akasha.gpu.GPUImageCopyTexture
 
setTopology(String) - Method in interface akasha.gpu.GPUPrimitiveState
 
setType(String) - Method in interface akasha.gpu.GPUBufferBindingLayout
 
setType(String) - Method in interface akasha.gpu.GPUQuerySetDescriptor
 
setType(String) - Method in interface akasha.gpu.GPUSamplerBindingLayout
 
setUint16(int, int, boolean) - Method in class akasha.core.DataView
The setUint16() method stores an unsigned 16-bit integer (unsigned short) value at the specified byte offset from the start of the DataView.
setUint16(int, int) - Method in class akasha.core.DataView
The setUint16() method stores an unsigned 16-bit integer (unsigned short) value at the specified byte offset from the start of the DataView.
setUint32(int, int, boolean) - Method in class akasha.core.DataView
The setUint32() method stores an unsigned 32-bit integer (unsigned long) value at the specified byte offset from the start of the DataView.
setUint32(int, int) - Method in class akasha.core.DataView
The setUint32() method stores an unsigned 32-bit integer (unsigned long) value at the specified byte offset from the start of the DataView.
setUint8(int, int) - Method in class akasha.core.DataView
The setUint8() method stores an unsigned 8-bit integer (byte) value at the specified byte offset from the start of the DataView.
setUsage(int) - Method in interface akasha.gpu.GPUBufferDescriptor
 
setUsage(int) - Method in interface akasha.gpu.GPUCanvasConfiguration
 
setUsage(int) - Method in interface akasha.gpu.GPUTextureDescriptor
 
setValue(Object) - Method in interface akasha.core.ObjectPropertyDescriptor
 
setVertex(GPUVertexState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor
 
setVertexBuffer(int, GPUBuffer, int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
 
setVertexBuffer(int, GPUBuffer, int) - Method in class akasha.gpu.GPURenderBundleEncoder
 
setVertexBuffer(int, GPUBuffer) - Method in class akasha.gpu.GPURenderBundleEncoder
 
setVertexBuffer(int, GPUBuffer, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
 
setVertexBuffer(int, GPUBuffer, int) - Method in class akasha.gpu.GPURenderPassEncoder
 
setVertexBuffer(int, GPUBuffer) - Method in class akasha.gpu.GPURenderPassEncoder
 
setView(GPUTextureView) - Method in interface akasha.gpu.GPURenderPassColorAttachment
 
setView(GPUTextureView) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
setViewDimension(String) - Method in interface akasha.gpu.GPUStorageTextureBindingLayout
 
setViewDimension(String) - Method in interface akasha.gpu.GPUTextureBindingLayout
 
setViewport(float, float, float, float, float, float) - Method in class akasha.gpu.GPURenderPassEncoder
 
setVisibility(int) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
 
setWidth(int) - Method in interface akasha.gpu.GPUExtent3DDict
 
setWritable(boolean) - Method in interface akasha.core.ObjectPropertyDescriptor
 
setWriteMask(int) - Method in interface akasha.gpu.GPUColorTargetState
 
setX(int) - Method in interface akasha.gpu.GPUOrigin2DDict
 
setX(int) - Method in interface akasha.gpu.GPUOrigin3DDict
 
setY(int) - Method in interface akasha.gpu.GPUOrigin2DDict
 
setY(int) - Method in interface akasha.gpu.GPUOrigin3DDict
 
setZ(int) - Method in interface akasha.gpu.GPUOrigin3DDict
 
shaderLocation(int) - Method in interface akasha.gpu.GPUVertexAttribute.Builder
 
shaderLocation() - Method in interface akasha.gpu.GPUVertexAttribute
 
SharedArrayBuffer - Class in akasha.core
The SharedArrayBuffer object is used to represent a generic, fixed-length raw binary data buffer, similar to the ArrayBuffer object, but in a way that they can be used to create views on shared memory.
SharedArrayBuffer(int) - Constructor for class akasha.core.SharedArrayBuffer
The SharedArrayBuffer() constructor is used to create a SharedArrayBuffer object representing a generic, fixed-length raw binary data buffer, similar to the ArrayBuffer object.
shift() - Method in class akasha.lang.JsArray
The shift() method removes the first element from an array and returns that removed element.
sint - Static variable in annotation type akasha.gpu.GPUTextureSampleType
 
sint16x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
sint16x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
sint32 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
sint32x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
sint32x3 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
sint32x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
sint8x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
sint8x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
size() - Method in class akasha.core.JsMap
The size accessor property returns the number of elements in a Map object.
size() - Method in class akasha.core.JsSet
The size accessor property returns the number of (unique) elements in a Set object.
size(int) - Method in interface akasha.gpu.GPUBufferBinding.Builder
 
size() - Method in interface akasha.gpu.GPUBufferBinding
 
size(int) - Method in interface akasha.gpu.GPUBufferDescriptor.Builder
 
size() - Method in interface akasha.gpu.GPUBufferDescriptor
 
size(GPUExtent3D) - Method in interface akasha.gpu.GPUCanvasConfiguration.Builder
 
size(JsArray<Double>) - Method in interface akasha.gpu.GPUCanvasConfiguration.Builder
 
size(double...) - Method in interface akasha.gpu.GPUCanvasConfiguration.Builder
 
size(GPUExtent3DDict) - Method in interface akasha.gpu.GPUCanvasConfiguration.Builder
 
size() - Method in interface akasha.gpu.GPUCanvasConfiguration
 
size() - Method in class akasha.gpu.GPUSupportedFeatures
 
size(GPUExtent3D) - Method in interface akasha.gpu.GPUTextureDescriptor.Builder
 
size(JsArray<Double>) - Method in interface akasha.gpu.GPUTextureDescriptor.Builder
 
size(double...) - Method in interface akasha.gpu.GPUTextureDescriptor.Builder
 
size(GPUExtent3DDict) - Method in interface akasha.gpu.GPUTextureDescriptor.Builder
 
size() - Method in interface akasha.gpu.GPUTextureDescriptor
 
slice(int, int) - Method in class akasha.core.ArrayBuffer
The slice() method returns a new ArrayBuffer whose contents are a copy of this ArrayBuffer's bytes from begin, inclusive, up to end, exclusive.
slice(int) - Method in class akasha.core.ArrayBuffer
The slice() method returns a new ArrayBuffer whose contents are a copy of this ArrayBuffer's bytes from begin, inclusive, up to end, exclusive.
slice(int, int) - Method in class akasha.lang.JsArray
The slice() method returns a shallow copy of a portion of an array into a new array object selected from start to end (end not included) where start and end represent the index of items in that array.
slice(int) - Method in class akasha.lang.JsArray
The slice() method returns a shallow copy of a portion of an array into a new array object selected from start to end (end not included) where start and end represent the index of items in that array.
slice() - Method in class akasha.lang.JsArray
The slice() method returns a shallow copy of the array.
snorm16x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
snorm16x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
snorm8x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
snorm8x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
some(JsArray.Predicate<T>) - Method in class akasha.lang.JsArray
The some() method tests whether at least one element in the array passes the test implemented by the provided function.
some(JsArray.Predicate2<T>) - Method in class akasha.lang.JsArray
The some() method tests whether at least one element in the array passes the test implemented by the provided function.
some(JsArray.Predicate3<T>) - Method in class akasha.lang.JsArray
The some() method tests whether at least one element in the array passes the test implemented by the provided function.
sort(JsArray.Comparator<? super T>) - Method in class akasha.lang.JsArray
The sort() method sorts the elements of an array in place and returns the sorted array.
sort() - Method in class akasha.lang.JsArray
The sort() method sorts the elements of an array in place and returns the sorted array.
source(HTMLVideoElement) - Method in interface akasha.gpu.GPUExternalTextureDescriptor.Builder
 
source(HTMLVideoElement) - Static method in interface akasha.gpu.GPUExternalTextureDescriptor
 
source() - Method in interface akasha.gpu.GPUExternalTextureDescriptor
 
source(ImageBitmap) - Method in interface akasha.gpu.GPUImageCopyExternalImage.Builder
 
source(HTMLCanvasElement) - Method in interface akasha.gpu.GPUImageCopyExternalImage.Builder
 
source(OffscreenCanvas) - Method in interface akasha.gpu.GPUImageCopyExternalImage.Builder
 
source(ImageBitmap) - Static method in interface akasha.gpu.GPUImageCopyExternalImage
 
source(HTMLCanvasElement) - Static method in interface akasha.gpu.GPUImageCopyExternalImage
 
source(OffscreenCanvas) - Static method in interface akasha.gpu.GPUImageCopyExternalImage
 
source() - Method in interface akasha.gpu.GPUImageCopyExternalImage
 
sourceMap(JsObject) - Method in interface akasha.gpu.GPUShaderModuleDescriptor.Builder
 
sourceMap() - Method in interface akasha.gpu.GPUShaderModuleDescriptor
 
species() - Static method in interface akasha.core.Symbol
The well-known symbol Symbol.species specifies a function-valued property that the constructor function uses to create derived objects.
splice(int, int, T...) - Method in class akasha.lang.JsArray
The splice() method changes the contents of an array by removing or replacing existing elements and/or adding new elements in place.
splice(int) - Method in class akasha.lang.JsArray
The splice() method changes the contents of an array by removing or replacing existing elements and/or adding new elements in place.
split() - Static method in interface akasha.core.Symbol
The Symbol.split well-known symbol specifies the method that splits a string at the indices that match a regular expression.
src - Static variable in annotation type akasha.gpu.GPUBlendFactor
 
src_alpha - Static variable in annotation type akasha.gpu.GPUBlendFactor
 
src_alpha_saturated - Static variable in annotation type akasha.gpu.GPUBlendFactor
 
srcElement() - Method in class akasha.Event
Initially implemented in Internet Explorer, Event.srcElement is a now-standard alias (defined in the DOM Standard but flagged as "historical") for the Event.target property.
srcFactor(String) - Method in interface akasha.gpu.GPUBlendComponent.Builder
 
srcFactor() - Method in interface akasha.gpu.GPUBlendComponent
 
srgb - Static variable in annotation type akasha.gpu.GPUPredefinedColorSpace
 
stack() - Method in class akasha.core.JsError
The non-standard stack property of Error objects offer a trace of which functions were called, in what order, from which line and file, and with what arguments.
stencil8 - Static variable in annotation type akasha.gpu.GPUTextureFormat
 
stencil_only - Static variable in annotation type akasha.gpu.GPUTextureAspect
 
stencilBack(GPUStencilFaceState) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
 
stencilBack() - Method in interface akasha.gpu.GPUDepthStencilState
 
stencilFront(GPUStencilFaceState) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
 
stencilFront() - Method in interface akasha.gpu.GPUDepthStencilState
 
stencilLoadValue(String) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment.Builder
 
stencilLoadValue(int) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment.Builder
 
stencilLoadValue() - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
stencilReadMask(int) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
 
stencilReadMask() - Method in interface akasha.gpu.GPUDepthStencilState
 
stencilReadOnly(boolean) - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor.Builder
 
stencilReadOnly() - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor
 
stencilReadOnly(boolean) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment.Builder
 
stencilReadOnly() - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
stencilStoreOp(String) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment.Builder
 
stencilStoreOp() - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
stencilWriteMask(int) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
 
stencilWriteMask() - Method in interface akasha.gpu.GPUDepthStencilState
 
stepMode(String) - Method in interface akasha.gpu.GPUVertexBufferLayout.Builder
 
stepMode() - Method in interface akasha.gpu.GPUVertexBufferLayout
 
stopImmediatePropagation() - Method in class akasha.Event
The stopImmediatePropagation() method of the Event interface prevents other listeners of the same event from being called.
stopPropagation() - Method in class akasha.Event
The stopPropagation() method of the Event interface prevents further propagation of the current event in the capturing and bubbling phases.
storage - Static variable in annotation type akasha.gpu.GPUBufferBindingType
 
STORAGE - Static variable in class akasha.gpu.GPUBufferUsage
 
STORAGE_BINDING - Static variable in class akasha.gpu.GPUTextureUsage
 
storageTexture(GPUStorageTextureBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry.Builder
 
storageTexture() - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
 
store - Static variable in annotation type akasha.gpu.GPUStoreOp
 
storeOp(String) - Method in interface akasha.gpu.GPURenderPassColorAttachment.Builder
 
storeOp() - Method in interface akasha.gpu.GPURenderPassColorAttachment
 
stripIndexFormat(String) - Method in interface akasha.gpu.GPUPrimitiveState.Builder
 
stripIndexFormat() - Method in interface akasha.gpu.GPUPrimitiveState
 
subarray(int, int) - Method in class akasha.core.Float32Array
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
subarray(int, int) - Method in class akasha.core.Float64Array
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
subarray(int, int) - Method in class akasha.core.Int16Array
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
subarray(int, int) - Method in class akasha.core.Int32Array
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
subarray(int, int) - Method in class akasha.core.Int8Array
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
subarray(int, int) - Method in class akasha.core.Uint16Array
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
subarray(int, int) - Method in class akasha.core.Uint32Array
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
subarray(int, int) - Method in class akasha.core.Uint8Array
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
subarray(int, int) - Method in class akasha.core.Uint8ClampedArray
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
submit(JsArray<GPUCommandBuffer>) - Method in class akasha.gpu.GPUQueue
 
submit(GPUCommandBuffer...) - Method in class akasha.gpu.GPUQueue
 
subtract - Static variable in annotation type akasha.gpu.GPUBlendOperation
 
Symbol - Interface in akasha.core
The data type symbol is a primitive data type.
SYNTAX_ERR - Static variable in class akasha.DOMException
 
SyntaxError - Class in akasha.core
The SyntaxError object represents an error when trying to interpret syntactically invalid code.
SyntaxError(String) - Constructor for class akasha.core.SyntaxError
The SyntaxError constructor creates a new error object that represents an error when trying to interpret syntactically invalid code.
SyntaxError() - Constructor for class akasha.core.SyntaxError
The SyntaxError constructor creates a new error object that represents an error when trying to interpret syntactically invalid code.

T

target() - Method in class akasha.Event
The target property of the Event interface is a reference to the object onto which the event was dispatched.
targets(JsArray<GPUColorTargetState>) - Method in interface akasha.gpu.GPUFragmentState.Builder
 
targets(GPUColorTargetState...) - Method in interface akasha.gpu.GPUFragmentState.Builder
 
targets() - Method in interface akasha.gpu.GPUFragmentState
 
test(T) - Method in interface akasha.lang.JsArray.Predicate
 
test(T, int) - Method in interface akasha.lang.JsArray.Predicate2
 
test(T, int, JsArray<T>) - Method in interface akasha.lang.JsArray.Predicate3
 
texture(GPUTextureBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry.Builder
 
texture() - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
 
texture(GPUTexture) - Method in interface akasha.gpu.GPUImageCopyTexture.Builder
 
texture(GPUTexture) - Static method in interface akasha.gpu.GPUImageCopyTexture
 
texture() - Method in interface akasha.gpu.GPUImageCopyTexture
 
texture(GPUTexture) - Method in interface akasha.gpu.GPUImageCopyTextureTagged.Builder
 
texture(GPUTexture) - Static method in interface akasha.gpu.GPUImageCopyTextureTagged
 
TEXTURE_BINDING - Static variable in class akasha.gpu.GPUTextureUsage
 
texture_compression_bc - Static variable in annotation type akasha.gpu.GPUFeatureName
 
then(OnFulfilledCallback<? super T, ? extends V>) - Method in class akasha.promise.Promise
Appends the fulfillment handler to the promise, and returns a new promise resolving to the return value of the called handler.
then(OnFulfilledCallback<? super T, ? extends V>, OnRejectedCallback<? extends V>) - Method in class akasha.promise.Promise
Appends fulfillment and rejection handlers to the promise, and returns a new promise resolving to the return value of the called handler, or to its original settled value if the promise was not handled (i.e.
thenAccept(AcceptCallback<? super T>) - Method in class akasha.promise.Promise
Appends the fulfillment handler to the promise, and returns a new promise resolving to a void value.
TIMEOUT_ERR - Static variable in class akasha.DOMException
 
timeStamp() - Method in class akasha.Event
The timeStamp read-only property of the Event interface returns the time (in milliseconds) at which the event was created.
timestamp - Static variable in annotation type akasha.gpu.GPUQueryType
 
timestamp_query - Static variable in annotation type akasha.gpu.GPUFeatureName
 
toExponential(int) - Method in class akasha.core.JsNumber
The toExponential() method returns a string representing the Number object in exponential notation.
toExponential() - Method in class akasha.core.JsNumber
The toExponential() method returns a string representing the Number object in exponential notation.
toFixed(int) - Method in class akasha.core.JsNumber
The toFixed() method formats a number using fixed-point notation.
toFixed() - Method in class akasha.core.JsNumber
The toFixed() method formats a number using fixed-point notation.
topology(String) - Method in interface akasha.gpu.GPUPrimitiveState.Builder
 
topology() - Method in interface akasha.gpu.GPUPrimitiveState
 
toPrecision(int) - Method in class akasha.core.JsNumber
The toPrecision() method returns a string representing the Number object to the specified precision.
toPrecision() - Method in class akasha.core.JsNumber
The toPrecision() method returns a string representing the Number object to the specified precision.
toPrimitive() - Static method in interface akasha.core.Symbol
The Symbol.toPrimitive is a symbol that specifies a function valued property that is called to convert an object to a corresponding primitive value.
toString_() - Method in class akasha.core.DataView
 
toString_() - Method in class akasha.core.Float32Array
 
toString_() - Method in class akasha.core.Float64Array
 
toString_() - Method in class akasha.core.Int16Array
 
toString_() - Method in class akasha.core.Int32Array
 
toString_() - Method in class akasha.core.Int8Array
 
toString_() - Method in class akasha.core.JsBoolean
The toString() method returns a string representing the specified Boolean object.
toString_(int) - Method in class akasha.core.JsNumber
The toString() method returns a string representing the specified Number object.
toString_() - Method in class akasha.core.JsNumber
The toString() method returns a string representing the specified Number object.
toString_() - Method in class akasha.core.JsObject
The valueOf() method returns the wrapped primitive value of a Number object.
toString_() - Method in interface akasha.core.Symbol
The toString() method returns a string representing the specified Symbol object.
toString_() - Method in class akasha.core.Uint16Array
 
toString_() - Method in class akasha.core.Uint32Array
 
toString_() - Method in class akasha.core.Uint8Array
 
toString_() - Method in class akasha.core.Uint8ClampedArray
 
toString_() - Method in class akasha.lang.JsArray
The toString() method returns a string representing the specified array and its elements.
toStringTag() - Static method in interface akasha.core.Symbol
The Symbol.toStringTag well-known symbol is a string valued property that is used in the creation of the default string description of an object.
triangle_list - Static variable in annotation type akasha.gpu.GPUPrimitiveTopology
 
triangle_strip - Static variable in annotation type akasha.gpu.GPUPrimitiveTopology
 
type() - Method in class akasha.Event
The type read-only property of the Event interface returns a string containing the event's type.
type(String) - Method in interface akasha.gpu.GPUBufferBindingLayout.Builder
 
type() - Method in interface akasha.gpu.GPUBufferBindingLayout
 
type() - Method in class akasha.gpu.GPUCompilationMessage
 
type(String) - Method in interface akasha.gpu.GPUQuerySetDescriptor.Builder
 
type() - Method in interface akasha.gpu.GPUQuerySetDescriptor
 
type(String) - Method in interface akasha.gpu.GPUSamplerBindingLayout.Builder
 
type() - Method in interface akasha.gpu.GPUSamplerBindingLayout
 
TYPE_MISMATCH_ERR - Static variable in class akasha.DOMException
 
TypedArray - Interface in akasha.core
 
TypeError - Class in akasha.core
The TypeError object represents an error when an operation could not be performed, typically (but not exclusively) when a value is not of the expected type.
TypeError(String) - Constructor for class akasha.core.TypeError
The TypeError() constructor creates a new error when an operation could not be performed, typically (but not exclusively) when a value is not of the expected type.
TypeError() - Constructor for class akasha.core.TypeError
The TypeError() constructor creates a new error when an operation could not be performed, typically (but not exclusively) when a value is not of the expected type.

U

uint - Static variable in annotation type akasha.gpu.GPUTextureSampleType
 
uint16 - Static variable in annotation type akasha.gpu.GPUIndexFormat
 
Uint16Array - Class in akasha.core
The Uint16Array typed array represents an array of 16-bit unsigned integers in the platform byte order.
Uint16Array(int) - Constructor for class akasha.core.Uint16Array
The Uint16Array() typed array constructor creates an array of 16-bit unsigned integers in the platform byte order.
Uint16Array(Uint16Array) - Constructor for class akasha.core.Uint16Array
The Uint16Array() typed array constructor creates an array of 16-bit unsigned integers in the platform byte order.
Uint16Array(JsArray<Double>) - Constructor for class akasha.core.Uint16Array
The Uint16Array() typed array constructor creates an array of 16-bit unsigned integers in the platform byte order.
Uint16Array(double[]) - Constructor for class akasha.core.Uint16Array
The Uint16Array() typed array constructor creates an array of 16-bit unsigned integers in the platform byte order.
Uint16Array(ArrayBuffer, int, int) - Constructor for class akasha.core.Uint16Array
The Uint16Array() typed array constructor creates an array of 16-bit unsigned integers in the platform byte order.
Uint16Array(ArrayBuffer, int) - Constructor for class akasha.core.Uint16Array
The Uint16Array() typed array constructor creates an array of 16-bit unsigned integers in the platform byte order.
Uint16Array(ArrayBuffer) - Constructor for class akasha.core.Uint16Array
The Uint16Array() typed array constructor creates an array of 16-bit unsigned integers in the platform byte order.
Uint16Array.Entry - Class in akasha.core
 
Uint16Array.ForEachCallback - Interface in akasha.core
 
Uint16Array.ForEachCallback2 - Interface in akasha.core
 
Uint16Array.ForEachCallback3 - Interface in akasha.core
 
uint16x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
uint16x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
uint32 - Static variable in annotation type akasha.gpu.GPUIndexFormat
 
uint32 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
Uint32Array - Class in akasha.core
The Uint32Array typed array represents an array of 32-bit unsigned integers in the platform byte order.
Uint32Array(int) - Constructor for class akasha.core.Uint32Array
The Uint32Array() typed array constructor creates an array of 32-bit unsigned integers in the platform byte order.
Uint32Array(Uint32Array) - Constructor for class akasha.core.Uint32Array
The Uint32Array() typed array constructor creates an array of 32-bit unsigned integers in the platform byte order.
Uint32Array(JsArray<Double>) - Constructor for class akasha.core.Uint32Array
The Uint32Array() typed array constructor creates an array of 32-bit unsigned integers in the platform byte order.
Uint32Array(double[]) - Constructor for class akasha.core.Uint32Array
The Uint32Array() typed array constructor creates an array of 32-bit unsigned integers in the platform byte order.
Uint32Array(ArrayBuffer, int, int) - Constructor for class akasha.core.Uint32Array
The Uint32Array() typed array constructor creates an array of 32-bit unsigned integers in the platform byte order.
Uint32Array(ArrayBuffer, int) - Constructor for class akasha.core.Uint32Array
The Uint32Array() typed array constructor creates an array of 32-bit unsigned integers in the platform byte order.
Uint32Array(ArrayBuffer) - Constructor for class akasha.core.Uint32Array
The Uint32Array() typed array constructor creates an array of 32-bit unsigned integers in the platform byte order.
Uint32Array.Entry - Class in akasha.core
 
Uint32Array.ForEachCallback - Interface in akasha.core
 
Uint32Array.ForEachCallback2 - Interface in akasha.core
 
Uint32Array.ForEachCallback3 - Interface in akasha.core
 
uint32x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
uint32x3 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
uint32x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
Uint8Array - Class in akasha.core
The Uint8Array typed array represents an array of 8-bit unsigned integers.
Uint8Array(int) - Constructor for class akasha.core.Uint8Array
The Uint8Array() constructor creates a typed array of 8-bit unsigned integers.
Uint8Array(Uint8Array) - Constructor for class akasha.core.Uint8Array
The Uint8Array() constructor creates a typed array of 8-bit unsigned integers.
Uint8Array(JsArray<Double>) - Constructor for class akasha.core.Uint8Array
The Uint8Array() constructor creates a typed array of 8-bit unsigned integers.
Uint8Array(double[]) - Constructor for class akasha.core.Uint8Array
The Uint8Array() constructor creates a typed array of 8-bit unsigned integers.
Uint8Array(ArrayBuffer, int, int) - Constructor for class akasha.core.Uint8Array
The Uint8Array() constructor creates a typed array of 8-bit unsigned integers.
Uint8Array(ArrayBuffer, int) - Constructor for class akasha.core.Uint8Array
The Uint8Array() constructor creates a typed array of 8-bit unsigned integers.
Uint8Array(ArrayBuffer) - Constructor for class akasha.core.Uint8Array
The Uint8Array() constructor creates a typed array of 8-bit unsigned integers.
Uint8Array.Entry - Class in akasha.core
 
Uint8Array.ForEachCallback - Interface in akasha.core
 
Uint8Array.ForEachCallback2 - Interface in akasha.core
 
Uint8Array.ForEachCallback3 - Interface in akasha.core
 
Uint8ClampedArray - Class in akasha.core
The Uint8ClampedArray typed array represents an array of 8-bit unsigned integers clamped to 0-255; if you specified a value that is out of the range of [0,255], 0 or 255 will be set instead; if you specify a non-integer, the nearest integer will be set.
Uint8ClampedArray(int) - Constructor for class akasha.core.Uint8ClampedArray
The Uint8ClampedArray() constructor creates a typed array of 8-bit unsigned integers clamped to 0-255; if you specified a value that is out of the range of [0,255], 0 or 255 will be set instead; if you specify a non-integer, the nearest integer will be set.
Uint8ClampedArray(Uint8ClampedArray) - Constructor for class akasha.core.Uint8ClampedArray
The Uint8ClampedArray() constructor creates a typed array of 8-bit unsigned integers clamped to 0-255; if you specified a value that is out of the range of [0,255], 0 or 255 will be set instead; if you specify a non-integer, the nearest integer will be set.
Uint8ClampedArray(JsArray<Double>) - Constructor for class akasha.core.Uint8ClampedArray
The Uint8ClampedArray() constructor creates a typed array of 8-bit unsigned integers clamped to 0-255; if you specified a value that is out of the range of [0,255], 0 or 255 will be set instead; if you specify a non-integer, the nearest integer will be set.
Uint8ClampedArray(double[]) - Constructor for class akasha.core.Uint8ClampedArray
The Uint8ClampedArray() constructor creates a typed array of 8-bit unsigned integers clamped to 0-255; if you specified a value that is out of the range of [0,255], 0 or 255 will be set instead; if you specify a non-integer, the nearest integer will be set.
Uint8ClampedArray(ArrayBuffer, int, int) - Constructor for class akasha.core.Uint8ClampedArray
The Uint8ClampedArray() constructor creates a typed array of 8-bit unsigned integers clamped to 0-255; if you specified a value that is out of the range of [0,255], 0 or 255 will be set instead; if you specify a non-integer, the nearest integer will be set.
Uint8ClampedArray(ArrayBuffer, int) - Constructor for class akasha.core.Uint8ClampedArray
The Uint8ClampedArray() constructor creates a typed array of 8-bit unsigned integers clamped to 0-255; if you specified a value that is out of the range of [0,255], 0 or 255 will be set instead; if you specify a non-integer, the nearest integer will be set.
Uint8ClampedArray(ArrayBuffer) - Constructor for class akasha.core.Uint8ClampedArray
The Uint8ClampedArray() constructor creates a typed array of 8-bit unsigned integers clamped to 0-255; if you specified a value that is out of the range of [0,255], 0 or 255 will be set instead; if you specify a non-integer, the nearest integer will be set.
Uint8ClampedArray.Entry - Class in akasha.core
 
Uint8ClampedArray.ForEachCallback - Interface in akasha.core
 
Uint8ClampedArray.ForEachCallback2 - Interface in akasha.core
 
Uint8ClampedArray.ForEachCallback3 - Interface in akasha.core
 
uint8x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
uint8x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
unconfigure() - Method in class akasha.gpu.GPUCanvasContext
 
unfilterable_float - Static variable in annotation type akasha.gpu.GPUTextureSampleType
 
uniform - Static variable in annotation type akasha.gpu.GPUBufferBindingType
 
UNIFORM - Static variable in class akasha.gpu.GPUBufferUsage
 
unmap() - Method in class akasha.gpu.GPUBuffer
 
unorm16x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
unorm16x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
unorm8x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
unorm8x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
 
unscopables() - Static method in interface akasha.core.Symbol
The Symbol.unscopables well-known symbol is used to specify an object value of whose own and inherited property names are excluded from the with environment bindings of the associated object.
unshift(T...) - Method in class akasha.lang.JsArray
The unshift() method adds one or more elements to the beginning of an array and returns the new length of the array.
URIError - Class in akasha.core
The URIError object represents an error when a global URI handling function was used in a wrong way.
URIError(String) - Constructor for class akasha.core.URIError
The URIError() constructor creates an error when a global URI handling function was used in a wrong way.
URIError() - Constructor for class akasha.core.URIError
The URIError() constructor creates an error when a global URI handling function was used in a wrong way.
URL_MISMATCH_ERR - Static variable in class akasha.DOMException
 
usage(int) - Method in interface akasha.gpu.GPUBufferDescriptor.Builder
 
usage() - Method in interface akasha.gpu.GPUBufferDescriptor
 
usage(int) - Method in interface akasha.gpu.GPUCanvasConfiguration.Builder
 
usage() - Method in interface akasha.gpu.GPUCanvasConfiguration
 
usage(int) - Method in interface akasha.gpu.GPUTextureDescriptor.Builder
 
usage() - Method in interface akasha.gpu.GPUTextureDescriptor
 

V

validation - Static variable in annotation type akasha.gpu.GPUErrorFilter
 
VALIDATION_ERR - Static variable in class akasha.DOMException
 
value() - Method in class akasha.core.Float32Array.Entry
 
value() - Method in class akasha.core.Float64Array.Entry
 
value() - Method in class akasha.core.Int16Array.Entry
 
value() - Method in class akasha.core.Int32Array.Entry
 
value() - Method in class akasha.core.Int8Array.Entry
 
value() - Method in class akasha.core.JsMap.Entry
 
value() - Method in class akasha.core.JsWeakMap.Entry
 
value(Object) - Method in interface akasha.core.ObjectPropertyDescriptor.Builder
 
value() - Method in interface akasha.core.ObjectPropertyDescriptor
 
value() - Method in class akasha.core.ObjectPropertyEntry
 
value() - Method in class akasha.core.Uint16Array.Entry
 
value() - Method in class akasha.core.Uint32Array.Entry
 
value() - Method in class akasha.core.Uint8Array.Entry
 
value() - Method in class akasha.core.Uint8ClampedArray.Entry
 
value() - Method in class akasha.gpu.GPUSupportedFeatures.Entry
 
value() - Method in class akasha.lang.JsArray.Entry
 
valueOf() - Method in class akasha.core.JsBoolean
The valueOf() method returns the primitive value of a Boolean object.
valueOf() - Method in class akasha.core.JsNumber
The valueOf() method returns the wrapped primitive value of a Number object.
valueOf_() - Method in class akasha.core.JsObject
The valueOf() method returns the wrapped primitive value of a Number object.
values() - Method in class akasha.core.Float32Array
The values() method returns a new array iterator object that contains the values for each index in the array.
values() - Method in class akasha.core.Float64Array
The values() method returns a new array iterator object that contains the values for each index in the array.
values() - Method in class akasha.core.Int16Array
The values() method returns a new array iterator object that contains the values for each index in the array.
values() - Method in class akasha.core.Int32Array
The values() method returns a new array iterator object that contains the values for each index in the array.
values() - Method in class akasha.core.Int8Array
The values() method returns a new array iterator object that contains the values for each index in the array.
values() - Method in class akasha.core.JsMap
The values() method returns a new Iterator object that contains the values for each element in the Map object in insertion order.
values(Object) - Static method in class akasha.core.JsObject
The Object.values() method returns an array of a given object's own enumerable property values, in the same order as that provided by a for...in loop.
values() - Method in class akasha.core.JsSet
The values() method returns a new iterator object that contains the values for each element in the Set object in insertion order.
values() - Method in class akasha.core.Uint16Array
The values() method returns a new array iterator object that contains the values for each index in the array.
values() - Method in class akasha.core.Uint32Array
The values() method returns a new array iterator object that contains the values for each index in the array.
values() - Method in class akasha.core.Uint8Array
The values() method returns a new array iterator object that contains the values for each index in the array.
values() - Method in class akasha.core.Uint8ClampedArray
The values() method returns a new array iterator object that contains the values for each index in the array.
values() - Method in class akasha.gpu.GPUSupportedFeatures
 
values() - Method in class akasha.lang.JsArray
The values() method returns a new Array Iterator object that contains the values for each index in the array.
VERTEX - Static variable in class akasha.gpu.GPUBufferUsage
 
vertex(GPUVertexState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor.Builder
 
vertex(GPUVertexState) - Static method in interface akasha.gpu.GPURenderPipelineDescriptor
 
vertex() - Method in interface akasha.gpu.GPURenderPipelineDescriptor
 
VERTEX - Static variable in class akasha.gpu.GPUShaderStage
 
vertex - Static variable in annotation type akasha.gpu.GPUVertexStepMode
 
vertex_shader_invocations - Static variable in annotation type akasha.gpu.GPUPipelineStatisticName
 
VertexDimensions - Annotation Type in akasha.gl
Specifies the number of components per vertex attribute.
VertexDimensions.Validator - Class in akasha.gl
 
view(GPUTextureView) - Method in interface akasha.gpu.GPURenderPassColorAttachment.Builder
 
view() - Method in interface akasha.gpu.GPURenderPassColorAttachment
 
view(GPUTextureView) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment.Builder
 
view() - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
 
viewDimension(String) - Method in interface akasha.gpu.GPUStorageTextureBindingLayout.Builder
 
viewDimension() - Method in interface akasha.gpu.GPUStorageTextureBindingLayout
 
viewDimension(String) - Method in interface akasha.gpu.GPUTextureBindingLayout.Builder
 
viewDimension() - Method in interface akasha.gpu.GPUTextureBindingLayout
 
visibility(int) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry.Builder
 
visibility() - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
 
VoidFunction - Interface in akasha
 

W

warning - Static variable in annotation type akasha.gpu.GPUCompilationMessageType
 
WGSL - Annotation Type in akasha.gpu
Specifies that an element of the program represents a WGSL snippet.
width(int) - Method in interface akasha.gpu.GPUExtent3DDict.Builder
 
width(int) - Static method in interface akasha.gpu.GPUExtent3DDict
 
width() - Method in interface akasha.gpu.GPUExtent3DDict
 
writable(boolean) - Method in interface akasha.core.ObjectPropertyDescriptor.Builder
 
writable() - Method in interface akasha.core.ObjectPropertyDescriptor
 
WRITE - Static variable in class akasha.gpu.GPUMapMode
 
write_only - Static variable in annotation type akasha.gpu.GPUStorageTextureAccess
 
writeBuffer(GPUBuffer, int, BufferSource, int, int) - Method in class akasha.gpu.GPUQueue
 
writeBuffer(GPUBuffer, int, BufferSource, int) - Method in class akasha.gpu.GPUQueue
 
writeBuffer(GPUBuffer, int, BufferSource) - Method in class akasha.gpu.GPUQueue
 
writeMask(int) - Method in interface akasha.gpu.GPUColorTargetState.Builder
 
writeMask() - Method in interface akasha.gpu.GPUColorTargetState
 
writeTexture(GPUImageCopyTexture, BufferSource, GPUImageDataLayout, GPUExtent3D) - Method in class akasha.gpu.GPUQueue
 
writeTexture(GPUImageCopyTexture, BufferSource, GPUImageDataLayout, JsArray<Double>) - Method in class akasha.gpu.GPUQueue
 
writeTexture(GPUImageCopyTexture, BufferSource, GPUImageDataLayout, double...) - Method in class akasha.gpu.GPUQueue
 
writeTexture(GPUImageCopyTexture, BufferSource, GPUImageDataLayout, GPUExtent3DDict) - Method in class akasha.gpu.GPUQueue
 
writeTimestamp(GPUQuerySet, int) - Method in class akasha.gpu.GPUCommandEncoder
 
writeTimestamp(GPUQuerySet, int) - Method in class akasha.gpu.GPUComputePassEncoder
 
writeTimestamp(GPUQuerySet, int) - Method in class akasha.gpu.GPURenderPassEncoder
 
WRONG_DOCUMENT_ERR - Static variable in class akasha.DOMException
 

X

x(int) - Method in interface akasha.gpu.GPUOrigin2DDict.Builder
 
x() - Method in interface akasha.gpu.GPUOrigin2DDict
 
x(int) - Method in interface akasha.gpu.GPUOrigin3DDict.Builder
 
x() - Method in interface akasha.gpu.GPUOrigin3DDict
 

Y

y(int) - Method in interface akasha.gpu.GPUOrigin2DDict.Builder
 
y() - Method in interface akasha.gpu.GPUOrigin2DDict
 
y(int) - Method in interface akasha.gpu.GPUOrigin3DDict.Builder
 
y() - Method in interface akasha.gpu.GPUOrigin3DDict
 

Z

z(int) - Method in interface akasha.gpu.GPUOrigin3DDict.Builder
 
z() - Method in interface akasha.gpu.GPUOrigin3DDict
 
zero - Static variable in annotation type akasha.gpu.GPUBlendFactor
 
zero - Static variable in annotation type akasha.gpu.GPUStencilOperation
 

_

_1d - Static variable in annotation type akasha.gpu.GPUTextureDimension
 
_1d - Static variable in annotation type akasha.gpu.GPUTextureViewDimension
 
_2d - Static variable in annotation type akasha.gpu.GPUTextureDimension
 
_2d - Static variable in annotation type akasha.gpu.GPUTextureViewDimension
 
_2d_array - Static variable in annotation type akasha.gpu.GPUTextureViewDimension
 
_3d - Static variable in annotation type akasha.gpu.GPUTextureDimension
 
_3d - Static variable in annotation type akasha.gpu.GPUTextureViewDimension
 
_isConcatSpreadable() - Static method in interface akasha.core.Symbol
The Symbol.isConcatSpreadable well-known symbol is used to configure if an object should be flattened to its array elements when using the Array.prototype.concat() method.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links