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

  /frameworks/base/rs/java/android/renderscript/
Program.java 71 Type mConstants[];
87 return mConstants != null ? mConstants.length : 0;
98 if (slot < 0 || slot >= mConstants.length) {
101 return mConstants[slot];
146 if (slot < 0 || slot >= mConstants.length) {
150 a.getType().getID(mRS) != mConstants[slot].getID(mRS)) {
204 Type mConstants[];
219 mConstants = new Type[MAX_CONSTANT];
316 mConstants[mConstantCount] = t
    [all...]
ProgramFragment.java 79 tmp[idx++] = mConstants[i].getID(mRS);
ProgramVertex.java 139 tmp[idx++] = mConstants[i].getID(mRS);
ProgramFragmentFixedFunction.java 66 tmp[idx++] = mConstants[i].getID(mRS);
ProgramVertexFixedFunction.java 92 tmp[idx++] = mConstants[i].getID(mRS);
  /frameworks/rs/
rsProgram.cpp 46 mConstants = new ObjectBaseRef<Allocation>[mHal.state.constantsCount];
94 delete[] mConstants;
144 mConstants = NULL;
167 if (mConstants[slot].get() == alloc) {
170 if (mConstants[slot].get()) {
171 mConstants[slot]->removeProgramToDirty(this);
173 mConstants[slot].set(alloc);
rsProgram.h 76 ObjectBaseRef<Allocation> *mConstants;
rsFont.cpp 657 mFontShaderFConstant->data(mRSC, 0, 0, 1, &mConstants, sizeof(mConstants));
794 mConstants.mFontColor[0] = r;
795 mConstants.mFontColor[1] = g;
796 mConstants.mFontColor[2] = b;
797 mConstants.mFontColor[3] = a;
799 mConstants.mGamma = 1.0f;
802 mConstants.mGamma = mBlackGamma;
804 mConstants.mGamma = mWhiteGamma;
811 *r = mConstants.mFontColor[0]
    [all...]
rsFont.h 192 } mConstants;
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.h 92 const Constants *mConstants; // points to appropriate set of coefficient parameters
AudioResamplerDyn.cpp 177 mConstants.set(128, 8, mSampleRate, mSampleRate); // TODO: set better
285 int32_t oldHalfNumCoefs = mConstants.mHalfNumCoefs;
286 uint32_t oldPhaseWrapLimit = mConstants.mL << mConstants.mShift;
383 mConstants.set(phases, halfLength, inSampleRate, mSampleRate);
384 createKaiserFir(mConstants, stopBandAtten,
389 const Constants& c(mConstants);
493 const Constants& c(mConstants);
494 const TC* const coefs = mConstants.mFirCoefs;
AudioResamplerDyn.h 122 Constants mConstants; // current set of coefficient parameters
AudioResamplerSinc.cpp     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsProgram.h 76 ObjectBaseRef<Allocation> *mConstants;
rsFont.h 192 } mConstants;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsProgram.h 76 ObjectBaseRef<Allocation> *mConstants;
rsFont.h 192 } mConstants;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsProgram.h 76 ObjectBaseRef<Allocation> *mConstants;
rsFont.h 192 } mConstants;

Completed in 1500 milliseconds