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

  /frameworks/rs/
rsProgram.h 77 ObjectBaseRef<Type> *mConstantTypes;
rsProgram.cpp 45 mConstantTypes = new ObjectBaseRef<Type>[mHal.state.constantsCount];
67 mConstantTypes[constant].set(reinterpret_cast<Type *>(params[ct+1]));
93 delete[] mConstantTypes;
143 mConstantTypes = nullptr;
160 if (alloc->getType() != mConstantTypes[slot].get()) {

Completed in 77 milliseconds