Searched refs:mConstantTypes (Results 1 - 2 of 2) sorted by path

/frameworks/rs/
H A DrsProgram.cpp45 mConstantTypes = new ObjectBaseRef<Type>[mHal.state.constantsCount];
67 mConstantTypes[constant].set(reinterpret_cast<Type *>(params[ct+1]));
93 delete[] mConstantTypes;
143 mConstantTypes = NULL;
160 if (alloc->getType() != mConstantTypes[slot].get()) {
H A DrsProgram.h77 ObjectBaseRef<Type> *mConstantTypes; member in class:android::renderscript::Program

Completed in 557 milliseconds