Searched refs:primitiveIndex (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/api/
H A Drs_graphics.spec452 If primitiveIndex is specified, draw part of a mesh using the current context state.
465 arg: uint primitiveIndex, "for meshes that contain multiple primitive groups this parameter specifies the index of the group to draw."
474 arg: uint primitiveIndex
/frameworks/rs/scriptc/
H A Drs_graphics.rsh756 * If primitiveIndex is specified, draw part of a mesh using the current context state.
764 * primitiveIndex: for meshes that contain multiple primitive groups this parameter specifies the index of the group to draw.
786 rsgDrawMesh(rs_mesh ism, uint primitiveIndex);
797 rsgDrawMesh(rs_mesh ism, uint primitiveIndex, uint start, uint len);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp993 void rsgDrawMesh(::rs_mesh ism, uint primitiveIndex) { argument
995 rsrDrawMeshPrimitive(rsc, (Mesh *)ism.p, primitiveIndex);
998 void rsgDrawMesh(::rs_mesh ism, uint primitiveIndex, uint start, uint len) { argument
1000 rsrDrawMeshPrimitiveRange(rsc, (Mesh *)ism.p, primitiveIndex, start, len);

Completed in 557 milliseconds