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

/frameworks/base/graphics/java/android/renderscript/
H A DMesh.java406 public static class AllocationBuilder { class in class:Mesh
422 public AllocationBuilder(RenderScript rs) { method in class:Mesh.AllocationBuilder
456 public AllocationBuilder addVertexAllocation(Allocation a) throws IllegalStateException {
477 public AllocationBuilder addIndexSetAllocation(Allocation a, Primitive p) {
493 public AllocationBuilder addIndexSetType(Primitive p) {

Completed in 45 milliseconds