Searched refs:primitiveIndex (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/script_api/ |
D | rs_graphics.spec | 452 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 specifi… 474 arg: uint primitiveIndex
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 1054 void rsgDrawMesh(::rs_mesh ism, uint primitiveIndex) { argument 1056 rsrDrawMeshPrimitive(rsc, (Mesh *)ism.p, primitiveIndex); 1059 void rsgDrawMesh(::rs_mesh ism, uint primitiveIndex, uint start, uint len) { argument 1061 rsrDrawMeshPrimitiveRange(rsc, (Mesh *)ism.p, primitiveIndex, start, len);
|
/frameworks/rs/script_api/include/ |
D | rs_graphics.rsh | 756 * 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… 786 rsgDrawMesh(rs_mesh ism, uint primitiveIndex); 797 rsgDrawMesh(rs_mesh ism, uint primitiveIndex, uint start, uint len);
|