HomeSort by relevance Sort by last modified time
    Searched full:pragmakeys (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuExecutable.cpp 324 const char ** pragmaKeys = nullptr;
597 pragmaKeys = new const char*[pragmaCount];
598 if (pragmaKeys == nullptr) {
607 bzero(pragmaKeys, sizeof(char*) * pragmaCount);
631 pragmaKeys[i] = pKey;
692 pragmaKeys, pragmaValues, pragmaCount,
701 delete [] pragmaKeys[idx];
706 delete[] pragmaKeys;
rsCpuExecutable.h 71 const char** pragmaKeys, const char** pragmaValues,
83 mPragmaKeys(pragmaKeys), mPragmaValues(pragmaValues),

Completed in 295 milliseconds