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

  /frameworks/rs/
rsScript.cpp 45 if (slot >= mHal.info.exportedVariableCount) {
56 if (slot >= mHal.info.exportedVariableCount) {
65 if (slot >= mHal.info.exportedVariableCount) {
74 if (slot >= mHal.info.exportedVariableCount) {
84 if (slot >= mHal.info.exportedVariableCount) {
rsScript.h 70 size_t exportedVariableCount;
rsScriptC.cpp 109 for (uint32_t ct=0; ct < mHal.info.exportedVariableCount; ct++) {
358 mSlots = new ObjectBaseRef<Allocation>[mHal.info.exportedVariableCount];
359 mTypes = new ObjectBaseRef<const Type>[mHal.info.exportedVariableCount];
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicLUT.cpp 92 s->mHal.info.exportedVariableCount = 1;
rsCpuIntrinsic3DLUT.cpp 177 s->mHal.info.exportedVariableCount = 1;
rsCpuIntrinsicColorMatrix.cpp 210 s->mHal.info.exportedVariableCount = 1;
rsCpuIntrinsicConvolve3x3.cpp 154 s->mHal.info.exportedVariableCount = 2;
rsCpuIntrinsicConvolve5x5.cpp 188 s->mHal.info.exportedVariableCount = 2;
rsCpuIntrinsicYuvToRGB.cpp 230 s->mHal.info.exportedVariableCount = 1;
rsCpuScript.cpp 435 script->mHal.info.exportedVariableCount = info->getExportVarNames().size();
450 script->mHal.info.exportedVariableCount = mExportedVariableCount;
833 for (uint32_t ct=0; ct < mScript->mHal.info.exportedVariableCount; ct++) {
rsCpuIntrinsicBlend.cpp 470 s->mHal.info.exportedVariableCount = 0;
rsCpuIntrinsicBlur.cpp 426 s->mHal.info.exportedVariableCount = 2;

Completed in 207 milliseconds