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

  /frameworks/rs/
rsProgram.cpp 43 mConstantTypes = new ObjectBaseRef<Type>[mHal.state.constantsCount];
65 mConstantTypes[constant].set(reinterpret_cast<Type *>(params[ct+1]));
89 delete[] mConstantTypes;
133 mConstantTypes = NULL;
147 if (alloc->getType() != mConstantTypes[slot].get()) {
rsProgram.h 77 ObjectBaseRef<Type> *mConstantTypes;

Completed in 40 milliseconds