A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
R
- R - enum entry in com.google.android.filament.Texture.Format
- R11F_G11F_B10F - enum entry in com.google.android.filament.Texture.InternalFormat
- R16F - enum entry in com.google.android.filament.Texture.InternalFormat
- R16I - enum entry in com.google.android.filament.Texture.InternalFormat
- R16UI - enum entry in com.google.android.filament.Texture.InternalFormat
- R32F - enum entry in com.google.android.filament.Texture.InternalFormat
- R32I - enum entry in com.google.android.filament.Texture.InternalFormat
- R32UI - enum entry in com.google.android.filament.Texture.InternalFormat
- R8 - enum entry in com.google.android.filament.Texture.InternalFormat
- R8_SNORM - enum entry in com.google.android.filament.Texture.InternalFormat
- R8I - enum entry in com.google.android.filament.Texture.InternalFormat
- R8UI - enum entry in com.google.android.filament.Texture.InternalFormat
- R_INTEGER - enum entry in com.google.android.filament.Texture.Format
- radiance(int,Array) - function in com.google.android.filament.IndirectLight.Builder
- Sets the irradiance from the radiance expressed as Spherical Harmonics.
- readPixels(int,int,int,int,Texture.PixelBufferDescriptor) - function in com.google.android.filament.Renderer
- Reads back the content of the SwapChain associated with this
Renderer. - readPixels(RenderTarget,int,int,int,int,Texture.PixelBufferDescriptor) - function in com.google.android.filament.Renderer
- Reads back the content of a specified RenderTarget.
- receiveShadows(boolean) - function in com.google.android.filament.RenderableManager.Builder
- Controls if this renderable receives shadows, true by default.
- RED_GREEN_RGTC2 - enum entry in com.google.android.filament.Texture.InternalFormat
- RED_GREEN_RGTC2 - enum entry in com.google.android.filament.Texture.CompressedFormat
- RED_RGTC1 - enum entry in com.google.android.filament.Texture.InternalFormat
- RED_RGTC1 - enum entry in com.google.android.filament.Texture.CompressedFormat
- reflections(Texture) - function in com.google.android.filament.IndirectLight.Builder
- Set the reflections cubemap mipmap chain.
- remove(int) - function in com.google.android.filament.Scene
- removeEntities(Array) - function in com.google.android.filament.Scene
- Removes a list of entities from the
Scene.This is equivalent to calling remove in a loop.If any of the specified entities do not exist in the scene, they are skipped. - removeEntity(int) - function in com.google.android.filament.Scene
- Removes an Entity from the
Scene. - render(View) - function in com.google.android.filament.Renderer
- Renders a View into this
Renderer's window. - RenderableManager - class in com.google.android.filament
- Factory and manager for renderables, which are entities that can be drawn.
- RenderableManager.Builder - class in com.google.android.filament.RenderableManager
- Adds renderable components to entities using a builder pattern.
- RenderableManager.PrimitiveType - class in com.google.android.filament.RenderableManager
- Primitive types used in geometry.
- Renderer - class in com.google.android.filament
- A
Rendererinstance represents an operating system's window. - Renderer.ClearOptions - class in com.google.android.filament.Renderer
- ClearOptions are used at the beginning of a frame to clear or retain the SwapChain content.
- Renderer.DisplayInfo - class in com.google.android.filament.Renderer
- Information about the display this renderer is associated to
- Renderer.FrameRateOptions - class in com.google.android.filament.Renderer
- Use FrameRateOptions to set the desired frame rate and control how quickly the systemreacts to GPU load changes.interval: desired frame interval in multiple of the refresh period, set in DisplayInfo(as 1 / DisplayInfo.refreshRate)The parameters below are relevant when some Views are using dynamic resolution scaling:headRoomRatio: additional headroom for the GPU as a ratio of the targetFrameTime.Useful for taking into account constant costs like post-processing orGPU drivers on different platforms.history: History size.
- renderStandaloneView(View) - function in com.google.android.filament.Renderer
- Renders a standalone View into its associated
RenderTarget. - RenderTarget - class in com.google.android.filament
- An offscreen render target that can be associated with a View and contains weak references to a set of attached Texture objects.
- RenderTarget.AttachmentPoint - class in com.google.android.filament.RenderTarget
- An attachment point is a slot that can be assigned to a Texture.
- RenderTarget.Builder - class in com.google.android.filament.RenderTarget
- Constructs
RenderTargetobjects using a builder pattern. - REPEAT - enum entry in com.google.android.filament.TextureSampler.WrapMode
The texture infinitely repeats in the wrap direction.
- REPLACE - enum entry in com.google.android.filament.MaterialInstance.StencilOperation
Sets the value to the stencil reference value.
- resetUserTime() - function in com.google.android.filament.Renderer
- Sets the user time epoch to now, i.e.
- RG - enum entry in com.google.android.filament.Texture.Format
- RG16F - enum entry in com.google.android.filament.Texture.InternalFormat
- RG16I - enum entry in com.google.android.filament.Texture.InternalFormat
- RG16UI - enum entry in com.google.android.filament.Texture.InternalFormat
- RG32F - enum entry in com.google.android.filament.Texture.InternalFormat
- RG32I - enum entry in com.google.android.filament.Texture.InternalFormat
- RG32UI - enum entry in com.google.android.filament.Texture.InternalFormat
- RG8 - enum entry in com.google.android.filament.Texture.InternalFormat
- RG8_SNORM - enum entry in com.google.android.filament.Texture.InternalFormat
- RG8I - enum entry in com.google.android.filament.Texture.InternalFormat
- RG8UI - enum entry in com.google.android.filament.Texture.InternalFormat
- RG_INTEGER - enum entry in com.google.android.filament.Texture.Format
- RGB - enum entry in com.google.android.filament.Texture.Format
- RGB10_A2 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGB16F - enum entry in com.google.android.filament.Texture.InternalFormat
- RGB16I - enum entry in com.google.android.filament.Texture.InternalFormat
- RGB16UI - enum entry in com.google.android.filament.Texture.InternalFormat
- RGB32F - enum entry in com.google.android.filament.Texture.InternalFormat
- RGB32I - enum entry in com.google.android.filament.Texture.InternalFormat
- RGB32UI - enum entry in com.google.android.filament.Texture.InternalFormat
- RGB565 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGB5_A1 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGB8 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGB8_SNORM - enum entry in com.google.android.filament.Texture.InternalFormat
- RGB8I - enum entry in com.google.android.filament.Texture.InternalFormat
- RGB8UI - enum entry in com.google.android.filament.Texture.InternalFormat
- RGB9_E5 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGB_BPTC_SIGNED_FLOAT - enum entry in com.google.android.filament.Texture.InternalFormat
- RGB_BPTC_SIGNED_FLOAT - enum entry in com.google.android.filament.Texture.CompressedFormat
- RGB_BPTC_UNSIGNED_FLOAT - enum entry in com.google.android.filament.Texture.InternalFormat
- RGB_BPTC_UNSIGNED_FLOAT - enum entry in com.google.android.filament.Texture.CompressedFormat
- RGB_INTEGER - enum entry in com.google.android.filament.Texture.Format
- RGBA - enum entry in com.google.android.filament.Texture.Format
- RGBA16F - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA16I - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA16UI - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA32F - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA32I - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA32UI - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA4 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA8 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA8_SNORM - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA8I - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA8UI - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA_ASTC_10x10 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA_ASTC_10x10 - enum entry in com.google.android.filament.Texture.CompressedFormat
- RGBA_ASTC_10x5 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA_ASTC_10x5 - enum entry in com.google.android.filament.Texture.CompressedFormat
- RGBA_ASTC_10x6 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA_ASTC_10x6 - enum entry in com.google.android.filament.Texture.CompressedFormat
- RGBA_ASTC_10x8 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA_ASTC_10x8 - enum entry in com.google.android.filament.Texture.CompressedFormat
- RGBA_ASTC_12x10 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA_ASTC_12x10 - enum entry in com.google.android.filament.Texture.CompressedFormat
- RGBA_ASTC_12x12 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA_ASTC_12x12 - enum entry in com.google.android.filament.Texture.CompressedFormat
- RGBA_ASTC_4x4 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA_ASTC_4x4 - enum entry in com.google.android.filament.Texture.CompressedFormat
- RGBA_ASTC_5x4 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA_ASTC_5x4 - enum entry in com.google.android.filament.Texture.CompressedFormat
- RGBA_ASTC_5x5 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA_ASTC_5x5 - enum entry in com.google.android.filament.Texture.CompressedFormat
- RGBA_ASTC_6x5 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA_ASTC_6x5 - enum entry in com.google.android.filament.Texture.CompressedFormat
- RGBA_ASTC_6x6 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA_ASTC_6x6 - enum entry in com.google.android.filament.Texture.CompressedFormat
- RGBA_ASTC_8x5 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA_ASTC_8x5 - enum entry in com.google.android.filament.Texture.CompressedFormat
- RGBA_ASTC_8x6 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA_ASTC_8x6 - enum entry in com.google.android.filament.Texture.CompressedFormat
- RGBA_ASTC_8x8 - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA_ASTC_8x8 - enum entry in com.google.android.filament.Texture.CompressedFormat
- RGBA_BPTC_UNORM - enum entry in com.google.android.filament.Texture.InternalFormat
- RGBA_BPTC_UNORM - enum entry in com.google.android.filament.Texture.CompressedFormat
- RGBA_INTEGER - enum entry in com.google.android.filament.Texture.Format
- rotation(Array) - function in com.google.android.filament.IndirectLight.Builder
- Specifies the rigid-body transformation to apply to the IBL.