Searched refs:fMustImplementGSInvocationsWithLoop (Results 1 – 4 of 4) sorted by relevance
164 bool mustImplementGSInvocationsWithLoop() const { return fMustImplementGSInvocationsWithLoop; } in mustImplementGSInvocationsWithLoop()296 bool fMustImplementGSInvocationsWithLoop : 1; variable
62 fMustImplementGSInvocationsWithLoop = false; in GrShaderCaps()150 (fMustImplementGSInvocationsWithLoop ? "YES" : "NO")); in dump()
243 result->fMustImplementGSInvocationsWithLoop = true;
919 shaderCaps->fMustImplementGSInvocationsWithLoop = true; in initGLSL()