OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indexAlloc
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsFont.cpp
586
Allocation *
indexAlloc
= Allocation::createAllocation(mRSC, indexType.get(),
589
uint16_t *indexPtr = (uint16_t*)mRSC->mHal.funcs.allocation.lock1D(mRSC,
indexAlloc
);
605
indexAlloc
->sendDirty(mRSC);
624
mMesh->setPrimitive(
indexAlloc
, RS_PRIMITIVE_TRIANGLE, 0);
626
mRSC->mHal.funcs.allocation.unlock1D(mRSC,
indexAlloc
);
rsMesh.cpp
141
Allocation *
indexAlloc
= Allocation::createFromStream(rsc, stream);
142
indexBuffers[pCount].set(
indexAlloc
);
Completed in 618 milliseconds