A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
T
- tangents(Buffer) - function in com.google.android.filament.SurfaceOrientation.Builder
- TANGENTS - enum entry in com.google.android.filament.VertexBuffer.VertexAttribute
- TEMPORAL - enum entry in com.google.android.filament.View.Dithering
Temporal dithering (default)
- Texture - class in com.google.android.filament
- Texture The
Textureclass supports:- 2D textures
- 3D textures
- Cube maps
- mip mapping
Textureobject is created using the Texture.Builder and destroyed by calling destroyTexture. - texture(RenderTarget.AttachmentPoint,Texture) - function in com.google.android.filament.RenderTarget.Builder
- Sets a texture to a given attachment point.
- Texture.Builder - class in com.google.android.filament.Texture
- Use
Builderto construct aTextureobject instance. - Texture.CompressedFormat - class in com.google.android.filament.Texture
- Compressed data types for use with PixelBufferDescriptor
- Texture.CubemapFace - class in com.google.android.filament.Texture
- Cubemap faces
- Texture.Format - class in com.google.android.filament.Texture
- Pixel color format
- Texture.InternalFormat - class in com.google.android.filament.Texture
- Internal texel formatsThese formats are used to specify a texture's internal storage format.
- Texture.PixelBufferDescriptor - class in com.google.android.filament.Texture
- A descriptor to an image in main memory, typically used to transfer image data from the CPUto the GPU.
- Texture.PrefilterOptions - class in com.google.android.filament.Texture
- Options of generatePrefilterMipmap
- Texture.Sampler - class in com.google.android.filament.Texture
- Type of sampler
- Texture.Swizzle - class in com.google.android.filament.Texture
- Texture swizzling channels
- Texture.Type - class in com.google.android.filament.Texture
- Pixel data type
- Texture.Usage - class in com.google.android.filament.Texture
- A bitmask to specify how the texture will be used.
- TextureHelper - class in com.google.android.filament.android
- TextureSampler - class in com.google.android.filament
TextureSamplerdefines how a texture is accessed.- TextureSampler.CompareFunction - class in com.google.android.filament.TextureSampler
- Comparison functions for the depth sampler.
- TextureSampler.CompareMode - class in com.google.android.filament.TextureSampler
- TextureSampler.MagFilter - class in com.google.android.filament.TextureSampler
- TextureSampler.MinFilter - class in com.google.android.filament.TextureSampler
- TextureSampler.WrapMode - class in com.google.android.filament.TextureSampler
- THIN - enum entry in com.google.android.filament.Material.RefractionType
- TIMEOUT_EXPIRED - enum entry in com.google.android.filament.Fence.FenceStatus
- toLinear(Colors.RgbType,float,float,float) - function in com.google.android.filament.Colors
- Converts an RGB color to linear space, the conversion depends on the specified type.
- toLinear(Colors.RgbType,Array) - function in com.google.android.filament.Colors
- Converts an RGB color to linear space, the conversion depends on the specified type.
- toLinear(Colors.RgbaType,float,float,float,float) - function in com.google.android.filament.Colors
- Converts an RGBA color to linear space, with pre-multiplied alpha.
- toLinear(Colors.RgbaType,Array) - function in com.google.android.filament.Colors
- Converts an RGBA color to linear space, with pre-multiplied alpha.
- toLinear(Colors.Conversion,Array) - function in com.google.android.filament.Colors
- Converts an RGB color in sRGB space to an RGB color in linear space.
- toneMapper(ToneMapper) - function in com.google.android.filament.ColorGrading.Builder
- Selects the tone mapping operator to apply to the HDR color buffer as the lastoperation of the color grading post-processing step.
- ToneMapper - class in com.google.android.filament
- Interface for tone mapping operators.
- ToneMapper.ACES - class in com.google.android.filament.ToneMapper
- ACES tone mapping operator.
- ToneMapper.ACESLegacy - class in com.google.android.filament.ToneMapper
- ACES tone mapping operator, modified to match the perceived brightnessof FilmicToneMapper.
- ToneMapper.Filmic - class in com.google.android.filament.ToneMapper
- "Filmic" tone mapping operator.
- ToneMapper.Generic - class in com.google.android.filament.ToneMapper
- Generic tone mapping operator that gives control over the tone mappingcurve.
- ToneMapper.Linear - class in com.google.android.filament.ToneMapper
- Linear tone mapping operator that returns the input color but clamped tothe 0..1 range.
- toneMapping(ColorGrading.ToneMapping) - function in com.google.android.filament.ColorGrading.Builder
- Selects the tone mapping operator to apply to the HDR color buffer as the lastoperation of the color grading post-processing step.
- toString() - function in java.lang.annotation.Annotation
- TransformManager - class in com.google.android.filament
TransformManageris used to add transform components to entities.- TRANSLUCENT - enum entry in com.google.android.filament.View.BlendMode
- TRANSPARENT - enum entry in com.google.android.filament.Material.BlendingMode
Material is transparent and color is alpha-pre-multiplied.Affects diffuse lighting only.
- TRIANGLE_STRIP - enum entry in com.google.android.filament.RenderableManager.PrimitiveType
- triangleCount(int) - function in com.google.android.filament.SurfaceOrientation.Builder
- TRIANGLES - enum entry in com.google.android.filament.RenderableManager.PrimitiveType
- triangles_uint16(Buffer) - function in com.google.android.filament.SurfaceOrientation.Builder
- triangles_uint32(Buffer) - function in com.google.android.filament.SurfaceOrientation.Builder