Home | History | Annotate | Download | only in renderscript

Lines Matching defs:alloc

361                 Allocation alloc = null;
364 alloc = Allocation.createTyped(mRS, entry.t, mUsage);
366 alloc = Allocation.createSized(mRS, entry.e, entry.size, mUsage);
371 vertexBuffers[ct] = alloc;
372 vtx[ct] = alloc.getID(mRS);
376 Allocation alloc = null;
379 alloc = Allocation.createTyped(mRS, entry.t, mUsage);
381 alloc = Allocation.createSized(mRS, entry.e, entry.size, mUsage);
386 long allocID = (alloc == null) ? 0 : alloc.getID(mRS);
387 indexBuffers[ct] = alloc;