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

  /frameworks/rs/
rsClosure.cpp 69 mParamLength(0) {
118 mReturnValue(nullptr), mParamLength(paramLength) {
119 mParams = new uint8_t[mParamLength];
120 memcpy(mParams, params, mParamLength);
rsClosure.h 81 const size_t mParamLength;
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup2.cpp 635 ((InvokeFuncTy)mFunc)(c->mParams, c->mParamLength);
639 cc->mSi->invokeFunction(invokeID->mSlot, c->mParams, c->mParamLength);

Completed in 277 milliseconds