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

  /frameworks/av/services/audioflinger/
AudioResamplerDyn.h 122 Constants mConstants; // current set of coefficient parameters
AudioResamplerSinc.h 92 const Constants *mConstants; // points to appropriate set of coefficient parameters
  /frameworks/rs/
rsProgram.h 76 ObjectBaseRef<Allocation> *mConstants;
rsFont.h 192 } mConstants;
  /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;
  /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...]

Completed in 242 milliseconds