Home
last modified time | relevance | path

Searched refs:fFBFetchRequiresEnablePerSample (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLCaps.h465 bool fbFetchRequiresEnablePerSample() const { return fFBFetchRequiresEnablePerSample; } in fbFetchRequiresEnablePerSample()
582 bool fFBFetchRequiresEnablePerSample : 1; variable
DGrGLCaps.cpp71 fFBFetchRequiresEnablePerSample = false; in GrGLCaps()
880 fFBFetchRequiresEnablePerSample = false; in initGLSL()
887 fFBFetchRequiresEnablePerSample = false; in initGLSL()
894 fFBFetchRequiresEnablePerSample = true; in initGLSL()
903 fFBFetchRequiresEnablePerSample = false; in initGLSL()
1234 writer->appendBool("FB fetch requires enable per sample", fFBFetchRequiresEnablePerSample); in onDumpJSON()