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

/frameworks/base/graphics/java/android/renderscript/
H A DMesh.java339 Type newType(Element e, int size) { method in class:Mesh.Builder
/frameworks/rs/driver/
H A DrsdAllocation.cpp368 const Type *newType, bool zeroNew) {
373 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, NULL);
376 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr);
382 const uint32_t dimX = newType->getDimX();
367 rsdAllocationResize(const Context *rsc, const Allocation *alloc, const Type *newType, bool zeroNew) argument
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdAllocation.cpp186 const Type *newType, bool zeroNew) {
191 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, NULL);
194 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr);
200 const uint32_t dimX = newType->getDimX();
185 rsdAllocationResize(const Context *rsc, const Allocation *alloc, const Type *newType, bool zeroNew) argument

Completed in 133 milliseconds