A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W  Z 

G

gamutMapping(boolean) - function in com.google.android.filament.ColorGrading.Builder
Enables or disables gamut mapping to the destination color space's gamut.
generateMipmaps(Engine) - function in com.google.android.filament.Texture
Generates all the mipmap levels automatically.
generatePrefilterMipmap(Engine,Texture.PixelBufferDescriptor,Array,Texture.PrefilterOptions) - function in com.google.android.filament.Texture
Creates a reflection map from an environment map.
geometry(int,RenderableManager.PrimitiveType,VertexBuffer,IndexBuffer,int,int,int,int) - function in com.google.android.filament.RenderableManager.Builder
Specifies the geometry data for a primitive.
geometry(int,RenderableManager.PrimitiveType,VertexBuffer,IndexBuffer,int,int) - function in com.google.android.filament.RenderableManager.Builder
For details, see the geometry primary overload.
geometry(int,RenderableManager.PrimitiveType,VertexBuffer,IndexBuffer) - function in com.google.android.filament.RenderableManager.Builder
For details, see the geometry primary overload.
get() - function in com.google.android.filament.EntityManager
 
getActiveFeatureLevel() - function in com.google.android.filament.Engine
Returns the currently active feature level.
getAmbientOcclusion() - function in com.google.android.filament.View
Queries the type of ambient occlusion active for this View.
getAmbientOcclusionOptions() - function in com.google.android.filament.View
Gets the ambient occlusion options.
getAnisotropy() - function in com.google.android.filament.TextureSampler
 
getAntiAliasing() - function in com.google.android.filament.View
Queries whether anti-aliasing is enabled during the post-processing stage.
getAperture() - function in com.google.android.filament.Camera
Gets the aperture in f-stops
getAppVsyncOffsetNanos(Display) - function in com.google.android.filament.android.DisplayHelper
 
getAxisAlignedBoundingBox(int,Box) - function in com.google.android.filament.RenderableManager
Gets the bounding box used for frustum culling.
getBackend() - function in com.google.android.filament.Engine
 
getBlendingMode() - function in com.google.android.filament.Material
Returns the blending mode of this material.
getBlendMode() - function in com.google.android.filament.View
 
getBloomOptions() - function in com.google.android.filament.View
Gets the bloom options
getBoneCount() - function in com.google.android.filament.SkinningBuffer
 
getByteCount() - function in com.google.android.filament.BufferObject
Returns the size of this BufferObject in elements.
getCamera() - function in com.google.android.filament.View
Gets this View's associated Camera, or null if none has been assigned.
getCameraComponent(int) - function in com.google.android.filament.Engine
Returns the Camera component of the given entity.
getCenter() - function in com.google.android.filament.Box
Returns the center of the 3D box.
getChildCount(int) - function in com.google.android.filament.TransformManager
Returns the number of children of an EntityInstance.
getChildren(int,Array) - function in com.google.android.filament.TransformManager
Gets a list of children for a transform component.
getClearOptions() - function in com.google.android.filament.Renderer
Returns the ClearOptions object set in setClearOptions or a new instanceotherwise.
getColor(int,Array) - function in com.google.android.filament.LightManager
Returns the light color
getColorEstimate(Array,Array,float,float,float) - function in com.google.android.filament.IndirectLight
Helper to estimate the color and relative intensity of the environment in a given direction.
getColorEstimate(Array,float,float,float) - function in com.google.android.filament.IndirectLight
 
getColorGrading() - function in com.google.android.filament.View
Returns the ColorGrading associated to this view.
getCompareFunction() - function in com.google.android.filament.TextureSampler
 
getCompareMode() - function in com.google.android.filament.TextureSampler
 
getComponentCount() - function in com.google.android.filament.LightManager
Returns the number of components in the LightManager, note that components are notguaranteed to be active.
getContrast() - function in com.google.android.filament.ToneMapper.Generic
Returns the contrast of the curve as a strictly positive value.
getCount() - function in com.google.android.filament.MorphTargetBuffer
 
getCullingFar() - function in com.google.android.filament.Camera
Gets the distance to the far plane
getCullingMode() - function in com.google.android.filament.Material
Returns the default culling mode of this material.
getCullingMode() - function in com.google.android.filament.MaterialInstance
Returns the face culling mode.
getCullingProjectionMatrix(Array) - function in com.google.android.filament.Camera
Retrieves the camera's culling matrix.
getDefaultInstance() - function in com.google.android.filament.Material
Returns the material's default instance.
getDepth(int) - function in com.google.android.filament.Texture
Queries the number of layers of given level of this texture has.
getDepthOfFieldOptions() - function in com.google.android.filament.View
Gets the Depth of Field options
getDesiredHeight() - function in com.google.android.filament.android.UiHelper
Returns the requested height for the native surface.
getDesiredWidth() - function in com.google.android.filament.android.UiHelper
Returns the requested width for the native surface.
getDirection(int,Array) - function in com.google.android.filament.LightManager
returns the light's direction in world space
getDirectionEstimate(Array,Array) - function in com.google.android.filament.IndirectLight
Helper to estimate the direction of the dominant light in the environment.
getDirectionEstimate(Array) - function in com.google.android.filament.IndirectLight
 
getDisplay() - function in com.google.android.filament.android.DisplayHelper
Returns the Display currently monitored
getDisplayInfo() - function in com.google.android.filament.Renderer
Returns the DisplayInfo object set in setDisplayInfo or a new instance otherwise.
getDisplayInfo(Display,Renderer.DisplayInfo) - function in com.google.android.filament.android.DisplayHelper
Populate a Renderer.DisplayInfo with properties from the given Display
getDithering() - function in com.google.android.filament.View
Queries whether dithering is enabled during the post-processing stage.
getDynamicResolutionOptions() - function in com.google.android.filament.View
Returns the dynamic resolution options associated with this view.
getEnabledAttributesAt(int,int) - function in com.google.android.filament.RenderableManager
Retrieves the set of enabled attribute slots in the given primitive's VertexBuffer.
getEngine() - function in com.google.android.filament.Renderer
Gets the Engine that created this Renderer.
getEntity() - function in com.google.android.filament.Camera
Gets the entity representing this Camera
getEntityManager() - function in com.google.android.filament.Engine
 
getFace(RenderTarget.AttachmentPoint) - function in com.google.android.filament.RenderTarget
Returns the face of a cubemap set on the given attachment point.
getFalloff(int) - function in com.google.android.filament.LightManager
returns the falloff distance of this light.
getFocalLength() - function in com.google.android.filament.Camera
Gets the focal length in meters
getFocusDistance() - function in com.google.android.filament.Camera
Gets the distance from the camera to the focus plane in world units
getFogOptions() - function in com.google.android.filament.View
Gets the fog options
getFormat() - function in com.google.android.filament.Texture
 
getForwardVector(Array) - function in com.google.android.filament.Camera
Retrieves the camera forward unit vector in world space, that is a unit vector that pointsin the direction the camera is looking at.
getFrameRateOptions() - function in com.google.android.filament.Renderer
Returns the FrameRateOptions object set in setFrameRateOptions or a new instanceotherwise.
getGuardBandOptions() - function in com.google.android.filament.View
Returns screen-space guard band options.
getHalfExtent() - function in com.google.android.filament.Box
Returns the half-extent from the center of the 3D box.
getHdrMax() - function in com.google.android.filament.ToneMapper.Generic
Returns the maximum input value that will map to output white, as a value >= 1.0.
getHeight(int) - function in com.google.android.filament.Texture
Queries the height of a given level of this texture.
getHeight() - function in com.google.android.filament.NativeSurface
 
getIndexCount() - function in com.google.android.filament.IndexBuffer
Returns the size of this IndexBuffer in elements.
getIndirectLight() - function in com.google.android.filament.Scene
 
getInnerConeAngle(int) - function in com.google.android.filament.LightManager
 
getInstance(int) - function in com.google.android.filament.LightManager
Gets an Instance representing the Light component associated with the given Entity.
getInstance(int) - function in com.google.android.filament.RenderableManager
Gets a temporary handle that can be used to access the renderable state.
getInstance(int) - function in com.google.android.filament.TransformManager
Gets an EntityInstance representing the transform component associated with thegiven Entity.
getIntensity(int) - function in com.google.android.filament.LightManager
returns the light's luminous intensity in lumens.
getIntensity() - function in com.google.android.filament.IndirectLight
Returns the environment's intensity in lux, or lumen/m^2.
getIntensity() - function in com.google.android.filament.Skybox
Returns the Skybox's intensity in lux, or lumen/m^2.
getInterpolation() - function in com.google.android.filament.Material
Returns the interpolation mode of this material.
getIrradianceTexture() - function in com.google.android.filament.IndirectLight
 
getLayer(RenderTarget.AttachmentPoint) - function in com.google.android.filament.RenderTarget
Returns the texture-layer set on the given attachment point.
getLayerMask() - function in com.google.android.filament.Skybox
 
getLeftVector(Array) - function in com.google.android.filament.Camera
Retrieves the camera left unit vector in world space, that is a unit vector that points tothe left of the camera.
getLevels() - function in com.google.android.filament.Texture
 
getLightChannel(int,int) - function in com.google.android.filament.LightManager
Returns whether a light channel is enabled on a specified renderable.
getLightChannel(int,int) - function in com.google.android.filament.RenderableManager
Returns whether a light channel is enabled on a specified renderable.
getLightCount() - function in com.google.android.filament.Scene
Returns the number of LightManager components in the Scene.
getLightManager() - function in com.google.android.filament.Engine
 
getMagFilter() - function in com.google.android.filament.TextureSampler
 
getMaskThreshold() - function in com.google.android.filament.Material
Returns the alpha mask threshold used when the blending mode is set to masked.
getMaskThreshold() - function in com.google.android.filament.MaterialInstance
Gets the minimum alpha value a fragment must have to not be discarded when the blendmode is MASKED
getMaterial() - function in com.google.android.filament.MaterialInstance
 
getMaterialInstanceAt(int,int) - function in com.google.android.filament.RenderableManager
Creates a MaterialInstance Java wrapper object for a particular material instance.
getMidGrayIn() - function in com.google.android.filament.ToneMapper.Generic
Returns the middle gray point for input values as a value between 0.0 and 1.0.
getMidGrayOut() - function in com.google.android.filament.ToneMapper.Generic
Returns the middle gray point for output values as a value between 0.0 and 1.0.
getMinFilter() - function in com.google.android.filament.TextureSampler
 
getMipLevel(RenderTarget.AttachmentPoint) - function in com.google.android.filament.RenderTarget
Returns the mipmap level set on the given attachment point.
getModelMatrix(Array) - function in com.google.android.filament.Camera
Retrieves the camera's model matrix.
getModelMatrix(Array) - function in com.google.android.filament.Camera
Retrieves the camera's model matrix.
getMorphTargetCount(int) - function in com.google.android.filament.RenderableManager
Gets the morph target count on a renderable.
getMultiSampleAntiAliasingOptions() - function in com.google.android.filament.View
Returns multi-sample anti-aliasing options.
getName() - function in com.google.android.filament.Material
Returns the name of this material.
getName() - function in com.google.android.filament.MaterialInstance
 
getName() - function in com.google.android.filament.View
Returns the View's name.
getNativeJobSystem() - function in com.google.android.filament.Engine
 
getNativeObject() - function in com.google.android.filament.Texture
 
getNativeObject() - function in com.google.android.filament.Material
 
getNativeObject() - function in com.google.android.filament.SurfaceOrientation
 
getNativeObject() - function in com.google.android.filament.MaterialInstance
 
getNativeObject() - function in com.google.android.filament.LightManager
 
getNativeObject() - function in com.google.android.filament.BufferObject
 
getNativeObject() - function in com.google.android.filament.SkinningBuffer
 
getNativeObject() - function in com.google.android.filament.IndirectLight
 
getNativeObject() - function in com.google.android.filament.Fence
 
getNativeObject() - function in com.google.android.filament.ColorGrading
 
getNativeObject() - function in com.google.android.filament.MorphTargetBuffer
 
getNativeObject() - function in com.google.android.filament.Scene
 
getNativeObject() - function in com.google.android.filament.NativeSurface
 
getNativeObject() - function in com.google.android.filament.Stream
 
getNativeObject() - function in com.google.android.filament.IndexBuffer
 
getNativeObject() - function in com.google.android.filament.SwapChain
 
getNativeObject() - function in com.google.android.filament.Engine
 
getNativeObject() - function in com.google.android.filament.RenderableManager
 
getNativeObject() - function in com.google.android.filament.View
 
getNativeObject() - function in com.google.android.filament.Renderer
 
getNativeObject() - function in com.google.android.filament.TransformManager
 
getNativeObject() - function in com.google.android.filament.ToneMapper
 
getNativeObject() - function in com.google.android.filament.ToneMapper.Linear
 
getNativeObject() - function in com.google.android.filament.ToneMapper.ACES
 
getNativeObject() - function in com.google.android.filament.ToneMapper.ACESLegacy
 
getNativeObject() - function in com.google.android.filament.ToneMapper.Filmic
 
getNativeObject() - function in com.google.android.filament.ToneMapper.Generic
 
getNativeObject() - function in com.google.android.filament.Camera
 
getNativeObject() - function in com.google.android.filament.VertexBuffer
 
getNativeObject() - function in com.google.android.filament.RenderTarget
 
getNativeObject() - function in com.google.android.filament.Skybox
 
getNativeObject() - function in com.google.android.filament.EntityManager
 
getNativeWindow() - function in com.google.android.filament.SwapChain
 
getNear() - function in com.google.android.filament.Camera
Gets the distance to the near plane
getOuterConeAngle(int) - function in com.google.android.filament.LightManager
 
getParameterCount() - function in com.google.android.filament.Material
Returns the number of parameters declared by this material.The returned value can be 0.
getParameters() - function in com.google.android.filament.Material
Returns a list of Parameter objects representing this material's parameters.The list may be empty if the material has no declared parameters.
getParent(int) - function in com.google.android.filament.TransformManager
Returns the actual parent entity of an EntityInstance originally definedby setParent.
getPosition(int,Array) - function in com.google.android.filament.LightManager
returns the light's position in world space
getPosition(Array) - function in com.google.android.filament.Camera
Retrieves the camera position in world space.
getPresentationDeadlineNanos(Display) - function in com.google.android.filament.android.DisplayHelper
 
getPrimitiveCount(int) - function in com.google.android.filament.RenderableManager
Gets the immutable number of primitives in the given renderable.
getProjectionMatrix(Array) - function in com.google.android.filament.Camera
Retrieves the camera's projection matrix.
getQuatsAsFloat(Buffer) - function in com.google.android.filament.SurfaceOrientation
 
getQuatsAsHalf(Buffer) - function in com.google.android.filament.SurfaceOrientation
 
getQuatsAsShort(Buffer) - function in com.google.android.filament.SurfaceOrientation
 
getReflectionsTexture() - function in com.google.android.filament.IndirectLight
 
getRefractionMode() - function in com.google.android.filament.Material
Returns the refraction mode of this material.
getRefractionType() - function in com.google.android.filament.Material
Returns the refraction type of this material.
getRefreshPeriodNanos(Display) - function in com.google.android.filament.android.DisplayHelper
Returns a Display's refresh period in nanoseconds
getRefreshRate(Display) - function in com.google.android.filament.android.DisplayHelper
 
getRenderableCount() - function in com.google.android.filament.Scene
Returns the number of RenderableManager components in the Scene.
getRenderableManager() - function in com.google.android.filament.Engine
 
getRenderCallback() - function in com.google.android.filament.android.UiHelper
Returns the current render callback associated with this UiHelper.
getRenderQuality() - function in com.google.android.filament.View
Returns the render quality used by this view.
getRenderTarget() - function in com.google.android.filament.View
Gets the offscreen render target associated with this view.Returns null if the render target is the swap chain (which is default).
getRequiredAttributes() - function in com.google.android.filament.Material
Returns a set of VertexBuffer.VertexAttributes that are required by this material.
getRotation(Array) - function in com.google.android.filament.IndirectLight
Returns the rigid-body transformation applied to the IBL.
getSampleCount() - function in com.google.android.filament.View
Returns the effective MSAA sample count.
getScaling(Array) - function in com.google.android.filament.Camera
Returns the scaling amount used to scale the projection matrix.
getScene() - function in com.google.android.filament.View
Gets this View's associated Scene, or null if none has been assigned.
getScreenSpaceReflectionsOptions() - function in com.google.android.filament.View
Returns screen-space reflections options.
getSensitivity() - function in com.google.android.filament.Camera
Gets the sensitivity in ISO
getShading() - function in com.google.android.filament.Material
Returns the shading model of this material.
getShutterSpeed() - function in com.google.android.filament.Camera
Gets the shutter speed in seconds
getSkybox() - function in com.google.android.filament.Scene
 
getSoftShadowOptions() - function in com.google.android.filament.View
Gets soft shadowing options associated with this View.
getSpecularAntiAliasingThreshold() - function in com.google.android.filament.Material
Returns the clamping threshold for specular-antialiasing.
getSpecularAntiAliasingThreshold() - function in com.google.android.filament.MaterialInstance
Gets the clamping threshold used to suppress estimation errors when applying specularanti-aliasing.
getSpecularAntiAliasingVariance() - function in com.google.android.filament.Material
Returns the screen-space variance for specular-antialiasing.
getSpecularAntiAliasingVariance() - function in com.google.android.filament.MaterialInstance
Gets the screen space variance of the filter kernel used when applying specularanti-aliasing.
getStreamType() - function in com.google.android.filament.Stream
Indicates whether this Stream is NATIVE or ACQUIRED.
getSunAngularRadius(int) - function in com.google.android.filament.LightManager
returns the angular radius if the sun in degrees.
getSunHaloFalloff(int) - function in com.google.android.filament.LightManager
returns the halo falloff of a Type.SUN light as a dimensionless value.
getSunHaloSize(int) - function in com.google.android.filament.LightManager
returns the halo size of a Type.SUN light as a multiplier of thesun angular radius.
getSupportedFeatureLevel() - function in com.google.android.filament.Engine
Query the feature level supported by the selected backend.A specific feature level needs to be set before the corresponding features can be used.
getSwapChainFlags() - function in com.google.android.filament.android.UiHelper
Returns the flags to pass to createSwapChain to honor allthe options set on this UiHelper.
getTarget() - function in com.google.android.filament.Texture
 
getTemporalAntiAliasingOptions() - function in com.google.android.filament.View
Returns temporal anti-aliasing options.
getTexture(RenderTarget.AttachmentPoint) - function in com.google.android.filament.RenderTarget
Gets the texture set on the given attachment point.
getTexture() - function in com.google.android.filament.Skybox
 
getTimestamp() - function in com.google.android.filament.Stream
Returns the presentation time of the currently displayed frame in nanosecond.This value can change at any time.
getToneMapping() - function in com.google.android.filament.View
Returns the tone-mapping function.
getTransform(int,Array) - function in com.google.android.filament.TransformManager
Returns the local transform of a transform component.
getTransform(int,Array) - function in com.google.android.filament.TransformManager
Returns the local transform of a transform component.
getTransformManager() - function in com.google.android.filament.Engine
 
getType(int) - function in com.google.android.filament.LightManager
 
getUpVector(Array) - function in com.google.android.filament.Camera
Retrieves the camera up unit vector in world space, that is a unit vector that points up withrespect to the camera.
getUserTime() - function in com.google.android.filament.Renderer
Returns a timestamp (in seconds) for the last call to beginFrame.
getVertexCount() - function in com.google.android.filament.SurfaceOrientation
 
getVertexCount() - function in com.google.android.filament.MorphTargetBuffer
 
getVertexCount() - function in com.google.android.filament.VertexBuffer
Returns the vertex count.
getVertexDomain() - function in com.google.android.filament.Material
Returns the vertex domain of this material.
getViewMatrix(Array) - function in com.google.android.filament.Camera
Retrieves the camera's view matrix.
getViewMatrix(Array) - function in com.google.android.filament.Camera
Retrieves the camera's view matrix.
getViewport() - function in com.google.android.filament.View
Returns the rectangular rendering area.
getVignetteOptions() - function in com.google.android.filament.View
Gets the vignette options
getVsmShadowOptions() - function in com.google.android.filament.View
Gets the VSM shadowing options.
getWidth(int) - function in com.google.android.filament.Texture
Queries the width of a given level of this texture.
getWidth() - function in com.google.android.filament.NativeSurface
 
getWorldTransform(int,Array) - function in com.google.android.filament.TransformManager
Returns the world transform of a transform component.
getWorldTransform(int,Array) - function in com.google.android.filament.TransformManager
Returns the world transform of a transform component.
getWrapModeR() - function in com.google.android.filament.TextureSampler
 
getWrapModeS() - function in com.google.android.filament.TextureSampler
 
getWrapModeT() - function in com.google.android.filament.TextureSampler
 
globalBlendOrderEnabled(int,boolean) - function in com.google.android.filament.RenderableManager.Builder
Sets whether the blend order is global or local to this Renderable (by default).
GREATER - enum entry in com.google.android.filament.TextureSampler.CompareFunction

Strictly greater than

GREATER_EQUAL - enum entry in com.google.android.filament.TextureSampler.CompareFunction

Greater or equal

A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W  Z