Searched defs:newType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DMesh.java340 Type newType(Element e, int size) { method in class:Mesh.Builder
/frameworks/rs/driver/
H A DrsdAllocation.cpp514 const Type *newType, bool zeroNew) {
516 const uint32_t dimX = newType->getDimX();
525 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, NULL);
528 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr);
513 rsdAllocationResize(const Context *rsc, const Allocation *alloc, const Type *newType, bool zeroNew) argument

Completed in 41 milliseconds