Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.h62 Return<void> allocationResize1D(Allocation allocation, uint32_t dimX) override;
73 …Return<Type> typeCreate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps…
DContext.cpp281 Return<void> Context::allocationResize1D(Allocation allocation, uint32_t dimX) { in allocationResize1D() argument
283 uint32_t _dimX = dimX; in allocationResize1D()
399 Return<Type> Context::typeCreate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool… in typeCreate() argument
401 uint32_t _dimX = dimX; in typeCreate()
/hardware/interfaces/renderscript/1.0/
DIContext.hal453 * @param dimX New size along the x dimension of the Allocation
456 allocationResize1D(Allocation allocation, uint32_t dimX);
633 * @param dimX X dimension
643 typeCreate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ,