OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:posalloc
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
Swarm.java
306
Allocation
posAlloc
= Allocation.createSized(rs, Element.F32_4(rs), SWARM_SIZE);
325
nbody.set_positions(
posAlloc
);
336
nbody.forEach_fill_pos(
posAlloc
);
355
nbody.forEach_simulate1(
posAlloc
,
posAlloc
);
357
nbody.forEach_simulate2(
posAlloc
,
posAlloc
);
372
posAlloc
.destroy();
/frameworks/rs/
rsMesh.cpp
220
Allocation *
posAlloc
= nullptr;
231
posAlloc
= mHal.state.vertexBuffers[ct];
233
rsc,
posAlloc
);
261
if (
posAlloc
) {
262
rsc->mHal.funcs.allocation.unlock1D(rsc,
posAlloc
);
Completed in 899 milliseconds