Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h418 bool fbFetchRequiresEnablePerSample() const { return fFBFetchRequiresEnablePerSample; } in fbFetchRequiresEnablePerSample()
520 bool fFBFetchRequiresEnablePerSample : 1; variable
DGrGLCaps.cpp64 fFBFetchRequiresEnablePerSample = false; in GrGLCaps()
814 fFBFetchRequiresEnablePerSample = false; in initGLSL()
821 fFBFetchRequiresEnablePerSample = false; in initGLSL()
828 fFBFetchRequiresEnablePerSample = true; in initGLSL()
/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()
1224 writer->appendBool("FB fetch requires enable per sample", fFBFetchRequiresEnablePerSample); in onDumpJSON()