Searched refs:fTwoFormatLimit (Results 1 – 4 of 4) sorted by relevance
42 fTwoFormatLimit = false; in reset()79 fTwoFormatLimit = caps.fTwoFormatLimit; in operator =()207 fTwoFormatLimit = kES_GrGLBinding == binding; in init()433 if (!fTwoFormatLimit) { in readPixelsSupported()651 r.appendf("Two Format Limit: %s\n", (fTwoFormatLimit ? "YES": "NO")); in dump()
327 bool fTwoFormatLimit : 1; variable