Searched refs:mConstantCount (Results 1 – 5 of 5) sorted by relevance
224 int mConstantCount; field in Program.BaseProgramBuilder239 mConstantCount = 0; in BaseProgramBuilder()307 return mConstantCount - 1; in getCurrentConstantIndex()327 if(mConstantCount >= MAX_CONSTANT) { in addConstant()333 mConstants[mConstantCount] = t; in addConstant()334 mConstantCount++; in addConstant()375 p.mConstants = new Type[mConstantCount]; in initProgram()376 System.arraycopy(mConstants, 0, p.mConstants, 0, mConstantCount); in initProgram()
70 … long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount + mTextureCount) * 2]; in create()82 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()
55 … long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount + mTextureCount) * 2]; in create()67 for (int i=0; i < mConstantCount; i++) { in create()
82 … long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount + mTextureCount) * 2]; in create()94 for (int i=0; i < mConstantCount; i++) { in create()