Searched refs:fFBFetchRequiresEnablePerSample (Results 1 – 4 of 4) sorted by relevance
418 bool fbFetchRequiresEnablePerSample() const { return fFBFetchRequiresEnablePerSample; } in fbFetchRequiresEnablePerSample()520 bool fFBFetchRequiresEnablePerSample : 1; variable
64 fFBFetchRequiresEnablePerSample = false; in GrGLCaps()814 fFBFetchRequiresEnablePerSample = false; in initGLSL()821 fFBFetchRequiresEnablePerSample = false; in initGLSL()828 fFBFetchRequiresEnablePerSample = true; in initGLSL()
465 bool fbFetchRequiresEnablePerSample() const { return fFBFetchRequiresEnablePerSample; } in fbFetchRequiresEnablePerSample()582 bool fFBFetchRequiresEnablePerSample : 1; variable
71 fFBFetchRequiresEnablePerSample = false; in GrGLCaps()880 fFBFetchRequiresEnablePerSample = false; in initGLSL()887 fFBFetchRequiresEnablePerSample = false; in initGLSL()894 fFBFetchRequiresEnablePerSample = true; in initGLSL()903 fFBFetchRequiresEnablePerSample = false; in initGLSL()1224 writer->appendBool("FB fetch requires enable per sample", fFBFetchRequiresEnablePerSample); in onDumpJSON()