/**
  * Finishes the process of trimming memory. This method will usually cleanup special resources
  * used by the memory trimming process.
  */
 static void endTrimMemory() {
   Gl20Renderer.endTrimMemory();
 }