A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
U
- UBYTE - enum entry in com.google.android.filament.Texture.Type
unsigned byte, 8-bit
- UBYTE - enum entry in com.google.android.filament.VertexBuffer.AttributeType
- UBYTE2 - enum entry in com.google.android.filament.VertexBuffer.AttributeType
- UBYTE3 - enum entry in com.google.android.filament.VertexBuffer.AttributeType
- UBYTE4 - enum entry in com.google.android.filament.VertexBuffer.AttributeType
- UiHelper - class in com.google.android.filament.android
- UiHelper is a simple class that can manage either a SurfaceView, TextureView, or a SurfaceHolder so it can be used to render into with Filament.
- UiHelper.ContextErrorPolicy - class in com.google.android.filament.android.UiHelper
- Enum used to decide whether UiHelper should perform extra error checking.
- UiHelper.RendererCallback - class in com.google.android.filament.android.UiHelper
- Interface used to know when the native surface is created, destroyed or resized.
- UINT - enum entry in com.google.android.filament.Texture.Type
unsigned int, 32-bit
- UINT - enum entry in com.google.android.filament.Material.Parameter.Type
- UINT - enum entry in com.google.android.filament.IndexBuffer.Builder.IndexType
32-bit indices
- UINT - enum entry in com.google.android.filament.VertexBuffer.AttributeType
- UINT2 - enum entry in com.google.android.filament.Material.Parameter.Type
- UINT3 - enum entry in com.google.android.filament.Material.Parameter.Type
- UINT4 - enum entry in com.google.android.filament.Material.Parameter.Type
- UINT_10F_11F_11F_REV - enum entry in com.google.android.filament.Texture.Type
unsigned 5.6 (5.5 for blue) float packed in a 32-bit integer.
- ULTRA - enum entry in com.google.android.filament.ColorGrading.QualityLevel
- ULTRA - enum entry in com.google.android.filament.View.QualityLevel
- UNLIT - enum entry in com.google.android.filament.Material.Shading
No lighting applied, emissive possible
- unsetScissor() - function in com.google.android.filament.MaterialInstance
- Returns the scissor rectangle to its default disabled setting.
- UNUSED - enum entry in com.google.android.filament.Texture.InternalFormat
- UNUSED - enum entry in com.google.android.filament.Texture.Format
- UNUSED - enum entry in com.google.android.filament.View.DepthOfFieldOptions.Filter
- UNUSED - enum entry in com.google.android.filament.VertexBuffer.VertexAttribute
- usage(int) - function in com.google.android.filament.Texture.Builder
- Sets the usage flags, which is necessary when attaching to RenderTarget.
- UsedByNative - class in com.google.android.filament.proguard
- Annotation used for marking methods and fields that are called from native code.
- UsedByReflection - class in com.google.android.filament.proguard
- Annotation used for marking methods and fields that are called by reflection.
- USHORT - enum entry in com.google.android.filament.Texture.Type
unsigned short, 16-bits
- USHORT - enum entry in com.google.android.filament.IndexBuffer.Builder.IndexType
16-bit indices
- USHORT - enum entry in com.google.android.filament.VertexBuffer.AttributeType
- USHORT2 - enum entry in com.google.android.filament.VertexBuffer.AttributeType
- USHORT3 - enum entry in com.google.android.filament.VertexBuffer.AttributeType
- USHORT4 - enum entry in com.google.android.filament.VertexBuffer.AttributeType
- USHORT_565 - enum entry in com.google.android.filament.Texture.Type
unsigned 5/6 bit integers packed in a 16-bit short.
- UV0 - enum entry in com.google.android.filament.VertexBuffer.VertexAttribute
- UV1 - enum entry in com.google.android.filament.VertexBuffer.VertexAttribute
- uvs(Buffer) - function in com.google.android.filament.SurfaceOrientation.Builder