Searched defs:dimLength (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/driver/
H A DrsdBcc.cpp487 const size_t *dims, size_t dimLength) {
498 // but dimLength is given in terms of bytes.
499 dimLength /= sizeof(int);
502 rsAssert(dimLength == 1);
503 if (dimLength == 1) {
482 rsdScriptSetGlobalVarWithElemDims( const android::renderscript::Context *dc, const android::renderscript::Script *script, uint32_t slot, void *data, size_t dataLength, const android::renderscript::Element *elem, const size_t *dims, size_t dimLength) argument
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdBcc.cpp657 const size_t *dims, size_t dimLength) {
667 // but dimLength is given in terms of bytes.
668 dimLength /= sizeof(int);
671 rsAssert(dimLength == 1);
672 if (dimLength == 1) {
652 rsdScriptSetGlobalVarWithElemDims( const android::renderscript::Context *dc, const android::renderscript::Script *script, uint32_t slot, void *data, size_t dataLength, const android::renderscript::Element *elem, const size_t *dims, size_t dimLength) argument

Completed in 58 milliseconds