Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLUtil.h292 result->fGSInvocationsSupport = true; in GeometryShaderSupport()
300 result->fGSInvocationsSupport = false; in NoGSInvocationsSupport()
309 result->fGSInvocationsSupport = true; in GeometryShaderExtensionString()
317 result->fGSInvocationsSupport = true; in GSInvocationsExtensionString()
/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h46 bool gsInvocationsSupport() const { return fGSInvocationsSupport; } in gsInvocationsSupport()
242 bool fGSInvocationsSupport : 1; variable
DGrShaderCaps.cpp20 fGSInvocationsSupport = false; in GrShaderCaps()
84 writer->appendBool("Geometry Shader Invocations Support", fGSInvocationsSupport); in dumpJSON()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp384 shaderCaps->fGSInvocationsSupport = true; in init()
386 shaderCaps->fGSInvocationsSupport = true; in init()
412 shaderCaps->fGSInvocationsSupport = shaderCaps->fGeometryShaderSupport; in init()
3153 shaderCaps->fGSInvocationsSupport = false; in applyDriverCorrectnessWorkarounds()