Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dgl_helper_scaling.cc879 std::basic_string<GLchar> shared_variables; in GetShaderProgram() local
897 shared_variables.append("varying vec2 v_texcoord;\n"); in GetShaderProgram()
907 shared_variables.append( in GetShaderProgram()
923 shared_variables.append( in GetShaderProgram()
941 shared_variables.append("varying vec4 v_texcoords[2];\n"); in GetShaderProgram()
962 shared_variables.append("varying vec4 v_texcoords[2];\n"); in GetShaderProgram()
982 shared_variables.append( in GetShaderProgram()
1014 shared_variables.append("varying vec2 v_texcoord;\n"); in GetShaderProgram()
1053 shared_variables.append("varying vec4 v_texcoords[2];\n"); in GetShaderProgram()
1096 shared_variables.append("varying vec4 v_texcoords[2];\n"); in GetShaderProgram()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dgl_helper_scaling.cc890 std::basic_string<GLchar> shared_variables; in GetShaderProgram() local
908 shared_variables.append("varying vec2 v_texcoord;\n"); in GetShaderProgram()
918 shared_variables.append( in GetShaderProgram()
934 shared_variables.append( in GetShaderProgram()
952 shared_variables.append("varying vec4 v_texcoords[2];\n"); in GetShaderProgram()
973 shared_variables.append("varying vec4 v_texcoords[2];\n"); in GetShaderProgram()
993 shared_variables.append( in GetShaderProgram()
1025 shared_variables.append("varying vec2 v_texcoord;\n"); in GetShaderProgram()
1064 shared_variables.append("varying vec4 v_texcoords[2];\n"); in GetShaderProgram()
1107 shared_variables.append("varying vec4 v_texcoords[2];\n"); in GetShaderProgram()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/common/
H A Dgl_scaler.cc731 std::basic_ostringstream<GLchar> shared_variables; in ShaderProgram() local
770 shared_variables << "varying highp vec2 v_texcoord;\n"; in ShaderProgram()
786 shared_variables << "varying highp vec4 v_texcoords;\n"; in ShaderProgram()
808 shared_variables in ShaderProgram()
833 shared_variables << "varying highp vec4 v_texcoords[2];\n"; in ShaderProgram()
861 shared_variables << "varying highp vec4 v_texcoords[2];\n"; in ShaderProgram()
890 shared_variables << "varying highp vec2 v_texcoord;\n"; in ShaderProgram()
933 shared_variables << "varying highp vec4 v_texcoords[2];\n"; in ShaderProgram()
972 shared_variables << "varying highp vec4 v_texcoords[2];\n"; in ShaderProgram()
1011 shared_variables << "varying highp vec4 v_texcoords[2];\n"; in ShaderProgram()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/common/
H A Dgl_scaler.cc731 std::basic_ostringstream<GLchar> shared_variables; in ShaderProgram() local
770 shared_variables << "varying highp vec2 v_texcoord;\n"; in ShaderProgram()
786 shared_variables << "varying highp vec4 v_texcoords;\n"; in ShaderProgram()
808 shared_variables in ShaderProgram()
833 shared_variables << "varying highp vec4 v_texcoords[2];\n"; in ShaderProgram()
861 shared_variables << "varying highp vec4 v_texcoords[2];\n"; in ShaderProgram()
890 shared_variables << "varying highp vec2 v_texcoord;\n"; in ShaderProgram()
933 shared_variables << "varying highp vec4 v_texcoords[2];\n"; in ShaderProgram()
972 shared_variables << "varying highp vec4 v_texcoords[2];\n"; in ShaderProgram()
1011 shared_variables << "varying highp vec4 v_texcoords[2];\n"; in ShaderProgram()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libaom/
H A Dgenerate_sources_mozbuild.py61 shared_variables = { variable
100 variables = shared_variables.copy()
/dports/www/firefox/firefox-99.0/media/libaom/
H A Dgenerate_sources_mozbuild.py61 shared_variables = { variable
100 variables = shared_variables.copy()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libaom/
H A Dgenerate_sources_mozbuild.py61 shared_variables = { variable
100 variables = shared_variables.copy()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libaom/
H A Dgenerate_sources_mozbuild.py61 shared_variables = { variable
100 variables = shared_variables.copy()
/dports/devel/p5-Eval-Context/Eval-Context-0.09.11/lib/Eval/
H A DContext.pm1264 our %shared_variables ; ## no critic (Variables::ProhibitPackageVars)
1301 $shared_variables{$variable_share_name} = $variable_value ;
1321 code => sub {my ($variable_name) = @_ ; return($shared_variables{$variable_name}) ;},
/dports/lang/gnu-apl/apl-1.8/src/
H A DLogging.def55 log_def(0, shared_variables , "Shared Variable operations ")