Searched refs:fBGRAFormatSupport (Results 1 – 2 of 2) sorted by relevance
24 fBGRAFormatSupport = false; in reset()46 fBGRAFormatSupport = caps.fBGRAFormatSupport; in operator =()88 fBGRAFormatSupport = version >= GR_GL_VER(1,2) || in init()93 fBGRAFormatSupport = true; in init()95 fBGRAFormatSupport = true; in init()98 GrAssert(fBGRAFormatSupport || in init()
131 bool bgraFormatSupport() const { return fBGRAFormatSupport; } in bgraFormatSupport()216 bool fBGRAFormatSupport : 1; variable