Home
last modified time | relevance | path

Searched refs:GSInvocationsExtensionString (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/sksl/shared/
H A DGeometryGSInvocations.geom1 /*#pragma settings GSInvocationsExtensionString*/
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/
H A DSkSLUtil.h248 static sk_sp<GrShaderCaps> GSInvocationsExtensionString();
H A DSkSLUtil.cpp178 sk_sp<GrShaderCaps> ShaderCapsFactory::GSInvocationsExtensionString() { in GSInvocationsExtensionString() function in SkSL::ShaderCapsFactory
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/
H A DSkSLUtil.h276 static sk_sp<GrShaderCaps> GSInvocationsExtensionString() {
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/
H A DSkSLUtil.h313 static sk_sp<GrShaderCaps> GSInvocationsExtensionString() { in GSInvocationsExtensionString() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/
H A DSkSLUtil.h313 static sk_sp<GrShaderCaps> GSInvocationsExtensionString() { in GSInvocationsExtensionString() function
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/
H A DSkSLUtil.h313 static sk_sp<GrShaderCaps> GSInvocationsExtensionString() { in GSInvocationsExtensionString() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/
H A DSkSLUtil.h313 static sk_sp<GrShaderCaps> GSInvocationsExtensionString() { in GSInvocationsExtensionString() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/
H A DSkSLUtil.h375 static ShaderCapsPointer GSInvocationsExtensionString() { in GSInvocationsExtensionString() function
H A DSkSLMain.cpp123 static auto s_gsInvocationCaps = Factory::GSInvocationsExtensionString(); in detect_shader_settings()