HomeSort by relevance Sort by last modified time
    Searched refs:rsElementGetVectorSize (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_colormatrix.rs 26 uint32_t vsin = rsElementGetVectorSize(ein);
27 uint32_t vsout = rsElementGetVectorSize(eout);
verify.rs 210 uint32_t vs = rsElementGetVectorSize(e); \
262 uint32_t vs = rsElementGetVectorSize(e);
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
verify.rs 28 uint32_t vs = rsElementGetVectorSize(e); \
176 uint32_t vs = rsElementGetVectorSize(e);
  /frameworks/rs/driver/runtime/
rs_element.c 106 rsElementGetVectorSize(rs_element e) {
  /frameworks/rs/scriptc/
rs_object_info.rsh 231 * Use rsElementGetVectorSize to get the size of the vector.
353 * rsElementGetVectorSize: Vector size of the Element
365 rsElementGetVectorSize(rs_element e);
  /prebuilts/sdk/renderscript/include/
rs_object_info.rsh 231 * Use rsElementGetVectorSize to get the size of the vector.
353 * rsElementGetVectorSize: Vector size of the Element
365 rsElementGetVectorSize(rs_element e);
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
verify.rs 223 uint32_t vs = rsElementGetVectorSize(e); \
262 uint32_t vs = rsElementGetVectorSize(e);

Completed in 220 milliseconds