Searched refs:arrayPosition (Results 1 – 3 of 3) sorted by relevance
200 int arrayPosition = id.intValue() - 1; // IDs are 1 based in setUpPreferencesListView() local201 if (arrayPosition >= 0 && arrayPosition < viewCookie.size()) { in setUpPreferencesListView()202 bridgeContext.addViewKey(itemView, viewCookie.get(arrayPosition)); in setUpPreferencesListView()
6987 …TIntermTyped* arrayPosition = intermediate.addConstantUnion(unsigned(bufferStruct->size()-1), loc); in indexStructBufferContent() local6989 … TIntermTyped* argArray = intermediate.addIndex(EOpIndexDirectStruct, buffer, arrayPosition, loc); in indexStructBufferContent()
6991 …TIntermTyped* arrayPosition = intermediate.addConstantUnion(unsigned(bufferStruct->size()-1), loc); in indexStructBufferContent() local6993 … TIntermTyped* argArray = intermediate.addIndex(EOpIndexDirectStruct, buffer, arrayPosition, loc); in indexStructBufferContent()