Searched defs:constant (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsProgram.cpp59 uint32_t constant = 0; local
67 mConstantTypes[constant].set(reinterpret_cast<Type *>(params[ct+1]));
68 mHal.state.constantTypes[constant++] = reinterpret_cast<Type *>(params[ct+1]);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java600 * Returns a shallow copy of the container's constant state to be used as
603 * @return a shallow copy of the constant state
730 // Create futures for drawables with constant states. If a
731 // drawable doesn't have a constant state, then we can't clone
940 public final void setConstantSize(boolean constant) { argument
941 mConstantSize = constant;
1137 * Whether the constant state wrapped by this future can apply a

Completed in 94 milliseconds