Home
last modified time | relevance | path

Searched refs:isSameVaryingAtLinkTime (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DShaderVariable_test.cpp202 EXPECT_FALSE(vx.isSameVaryingAtLinkTime(fx)); in TEST()
203 EXPECT_FALSE(vx.isSameVaryingAtLinkTime(fx, 100)); in TEST()
205 EXPECT_TRUE(vx.isSameVaryingAtLinkTime(fx, 300)); in TEST()
209 EXPECT_TRUE(vx.isSameVaryingAtLinkTime(fx)); in TEST()
210 EXPECT_TRUE(vx.isSameVaryingAtLinkTime(fx, 100)); in TEST()
211 EXPECT_TRUE(vx.isSameVaryingAtLinkTime(fx, 300)); in TEST()
426 EXPECT_FALSE(vx.isSameVaryingAtLinkTime(fx, 300)); in TEST()
436 EXPECT_TRUE(vx.isSameVaryingAtLinkTime(fx, 310)); in TEST()
442 EXPECT_FALSE(vx.isSameVaryingAtLinkTime(fx, 310)); in TEST()
445 EXPECT_FALSE(vx.isSameVaryingAtLinkTime(fx, 310)); in TEST()
[all …]
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h170 bool isSameVaryingAtLinkTime(const ShaderVariable &other, int shaderVersion) const;
172 bool isSameVaryingAtLinkTime(const ShaderVariable &other) const;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderVars.cpp441 bool ShaderVariable::isSameVaryingAtLinkTime(const ShaderVariable &other) const in isSameVaryingAtLinkTime() function in sh::ShaderVariable
443 return isSameVaryingAtLinkTime(other, 100); in isSameVaryingAtLinkTime()
446 bool ShaderVariable::isSameVaryingAtLinkTime(const ShaderVariable &other, int shaderVersion) const in isSameVaryingAtLinkTime() function in sh::ShaderVariable