Lines Matching refs:alloc
338 Allocation alloc = null;
341 alloc = Allocation.createTyped(mRS, entry.t, mUsage);
343 alloc = Allocation.createSized(mRS, entry.e, entry.size, mUsage);
345 vertexBuffers[ct] = alloc;
346 vtx[ct] = alloc.getID();
350 Allocation alloc = null;
353 alloc = Allocation.createTyped(mRS, entry.t, mUsage);
355 alloc = Allocation.createSized(mRS, entry.e, entry.size, mUsage);
357 int allocID = (alloc == null) ? 0 : alloc.getID();
358 indexBuffers[ct] = alloc;