Variable GLProgram._uniformIdLocations

class GLProgram
{
  // ...
  int[29] _uniformIdLocations;
  // ...
}