Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
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 specifi…
474 arg: uint primitiveIndex
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp1054 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/
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…
786 rsgDrawMesh(rs_mesh ism, uint primitiveIndex);
797 rsgDrawMesh(rs_mesh ism, uint primitiveIndex, uint start, uint len);