Searched defs:ClearColorParam (Results 1 – 1 of 1) sorted by relevance
34 struct ClearColorParam { struct35 const GLESApi glVersion;36 const bool fastBlit;38 ClearColorParam(GLESApi glVersion, bool fastBlit) in ClearColorParam() function