Searched refs:locationIndex (Results 1 – 5 of 5) sorted by relevance
11 int locationIndex;12 for (locationIndex = 0; locationIndex < vars.count(); locationIndex++) {13 GrShaderVar& var = vars[locationIndex];18 location.appendf("location = %d", locationIndex);25 SkASSERT(locationIndex <= 15);
79 int locationIndex = 0; in finalize_helper() local83 location.appendf("location = %d", locationIndex); in finalize_helper()93 locationIndex += elementSize * numElements; in finalize_helper()98 SkASSERT(locationIndex <= 64); in finalize_helper()
107 int locationIndex = mapCodeAddressToIndex(codeAddressToIndex, debugCodeAddress); in MutableMethodImplementation() local108 MethodLocation debugLocation = instructionList.get(locationIndex); in MutableMethodImplementation()