Searched refs:mConstantCount (Results 1 – 5 of 5) sorted by relevance
211 int mConstantCount; field in Program.BaseProgramBuilder223 mConstantCount = 0; in BaseProgramBuilder()291 return mConstantCount - 1; in getCurrentConstantIndex()311 if(mConstantCount >= MAX_CONSTANT) { in addConstant()317 mConstants[mConstantCount] = t; in addConstant()318 mConstantCount++; in addConstant()359 p.mConstants = new Type[mConstantCount]; in initProgram()360 System.arraycopy(mConstants, 0, p.mConstants, 0, mConstantCount); in initProgram()
65 … long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount + mTextureCount) * 2]; in create()77 for (int i=0; i < mConstantCount; i++) { in create()
125 … long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount + mTextureCount) * 2]; in create()137 for (int i=0; i < mConstantCount; i++) { in create()
52 … long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount + mTextureCount) * 2]; in create()64 for (int i=0; i < mConstantCount; i++) { in create()
78 … long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount + mTextureCount) * 2]; in create()90 for (int i=0; i < mConstantCount; i++) { in create()