Home
last modified time | relevance | path

Searched refs:mipmaps (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/renderscript/1.0/
DIContext.hal293 * Allocation includes mipmaps.
295 * This function generates a complete set of mipmaps from the top level
636 * @param mipmaps Flag indicating whether Type has mipmaps
644 bool mipmaps, bool faces, YuvFormat yuv)
/hardware/interfaces/renderscript/1.0/default/
DContext.h89 …reate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, YuvF…
DContext.cpp413 …reate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, YuvF… in typeCreate() argument
418 bool _mipmaps = mipmaps; in typeCreate()