Searched refs:mipmaps (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 293 * 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/ |
D | Context.h | 89 …reate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, YuvF…
|
D | Context.cpp | 413 …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()
|