Searched refs:mConstantCount (Results 1 – 5 of 5) sorted by relevance
220 int mConstantCount; field in Program.BaseProgramBuilder235 mConstantCount = 0; in BaseProgramBuilder()303 return mConstantCount - 1; in getCurrentConstantIndex()323 if(mConstantCount >= MAX_CONSTANT) { in addConstant()329 mConstants[mConstantCount] = t; in addConstant()330 mConstantCount++; in addConstant()371 p.mConstants = new Type[mConstantCount]; in initProgram()372 System.arraycopy(mConstants, 0, p.mConstants, 0, mConstantCount); in initProgram()
69 … long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount + mTextureCount) * 2]; in create()81 for (int i=0; i < mConstantCount; i++) { in create()
130 … long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount + mTextureCount) * 2]; in create()142 for (int i=0; i < mConstantCount; i++) { in create()
54 … long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount + mTextureCount) * 2]; in create()66 for (int i=0; i < mConstantCount; i++) { in create()
81 … long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount + mTextureCount) * 2]; in create()93 for (int i=0; i < mConstantCount; i++) { in create()