Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrShaderCaps.h164 bool mustImplementGSInvocationsWithLoop() const { return fMustImplementGSInvocationsWithLoop; } in mustImplementGSInvocationsWithLoop()
296 bool fMustImplementGSInvocationsWithLoop : 1; variable
/external/skia/src/gpu/
DGrShaderCaps.cpp62 fMustImplementGSInvocationsWithLoop = false; in GrShaderCaps()
150 (fMustImplementGSInvocationsWithLoop ? "YES" : "NO")); in dump()
/external/skia/src/sksl/
DSkSLUtil.h243 result->fMustImplementGSInvocationsWithLoop = true;
/external/skia/src/gpu/gl/
DGrGLCaps.cpp919 shaderCaps->fMustImplementGSInvocationsWithLoop = true; in initGLSL()