Searched refs:dimX (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 78 Return<void> allocationResize1D(Allocation allocation, uint32_t dimX) override; 89 …Return<Type> typeCreate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps…
|
D | Context.cpp | 295 Return<void> Context::allocationResize1D(Allocation allocation, uint32_t dimX) { in allocationResize1D() argument 297 uint32_t _dimX = dimX; in allocationResize1D() 413 Return<Type> Context::typeCreate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool… in typeCreate() argument 415 uint32_t _dimX = dimX; in typeCreate()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 453 * @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,
|