OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
156
mesh->
setPrimitive
(indexBuffers[pCount].get(), primitives[pCount], pCount);
285
sm->
setPrimitive
((Allocation*)idx[i], (RsPrimitive)primType[i], i);
rsFont.cpp
619
mMesh->
setPrimitive
(indexAlloc, RS_PRIMITIVE_TRIANGLE, 0);
Completed in 60 milliseconds