HomeSort by relevance Sort by last modified time
    Searched refs:cubemaps (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/api/
rs_allocation_data.spec 70 arg: rs_allocation_cubemap_face dstFace, "Cubemap face of the destination allocation. Ignored for allocations that aren't cubemaps."
77 arg: rs_allocation_cubemap_face srcFace, "Cubemap face of the source allocation. Ignored for allocations that aren't cubemaps."
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Cubemap.java 209 /** Clears all managed cubemaps. This is an internal method. Do not use it! */
214 /** Invalidate all managed cubemaps. This is an internal method. Do not use it! */
232 Array<Cubemap> cubemaps = new Array<Cubemap>(managedCubemapArray); local
233 for (Cubemap cubemap : cubemaps) {
241 // already reloaded cubemaps.
269 managedCubemapArray.addAll(cubemaps);
273 /** Sets the {@link AssetManager}. When the context is lost, cubemaps managed by the asset manager are reloaded by the manager
274 * on a separate thread (provided that a suitable {@link AssetLoader} is registered with the manager). Cubemaps not managed by
292 /** @return the number of managed cubemaps currently loaded */

Completed in 836 milliseconds