OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPrimitive
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsMesh.h
72
void
setPrimitive
(Allocation *idx, RsPrimitive prim, uint32_t index) {
rsMesh.cpp
153
mesh->
setPrimitive
(indexBuffers[pCount].get(), primitives[pCount], pCount);
282
sm->
setPrimitive
((Allocation*)idx[i], (RsPrimitive)primType[i], i);
rsFont.cpp
624
mMesh->
setPrimitive
(indexAlloc, RS_PRIMITIVE_TRIANGLE, 0);
Completed in 34 milliseconds