depthMask method
Implementation
void depthMask(bool flag){
  startCheck('depthMask');
  gl.glDepthMask(flag?1:0);
  checkError('depthMask');
}void depthMask(bool flag){
  startCheck('depthMask');
  gl.glDepthMask(flag?1:0);
  checkError('depthMask');
}