Searched refs:fBGRAFormatSupport (Results 1 – 2 of 2) sorted by relevance
27 fBGRAFormatSupport = false; in reset()57 fBGRAFormatSupport = caps.fBGRAFormatSupport; in operator =()104 fBGRAFormatSupport = version >= GR_GL_VER(1,2) || in init()108 fBGRAFormatSupport = true; in init()110 fBGRAFormatSupport = true; in init()113 GrAssert(fBGRAFormatSupport || in init()
183 bool bgraFormatSupport() const { return fBGRAFormatSupport; } in bgraFormatSupport()287 bool fBGRAFormatSupport : 1; variable