Searched refs:getOutputVaryings (Results 1 – 8 of 8) sorted by relevance
547 const std::vector<ShaderVariable> &varyings = mTranslator->getOutputVaryings(); in TEST_F()1014 const auto &varyings = mTranslator->getOutputVaryings(); in TEST_F()1040 EXPECT_EQ(1u, mTranslator->getOutputVaryings().size()); in TEST_F()1109 EXPECT_EQ(1u, mTranslator->getOutputVaryings().size()); in TEST_F()1142 EXPECT_EQ(1u, mTranslator->getOutputVaryings().size()); in TEST_F()1175 EXPECT_EQ(1u, mTranslator->getOutputVaryings().size()); in TEST_F()1207 const auto &outputVaryings = mTranslator->getOutputVaryings(); in TEST_F()1239 const auto &OutputVaryings = mTranslator->getOutputVaryings(); in TEST_F()1271 const auto &OutputVaryings = mTranslator->getOutputVaryings(); in TEST_F()1301 ASSERT_TRUE(mTranslator->getOutputVaryings().empty()); in TEST_F()[all …]
409 return &compiler->getOutputVaryings(); in GetOutputVaryings()423 return &compiler->getOutputVaryings(); in GetVaryings()427 ASSERT(compiler->getOutputVaryings().empty() && compiler->getInputVaryings().empty()); in GetVaryings()428 return &compiler->getOutputVaryings(); in GetVaryings()
115 const std::vector<sh::ShaderVariable> &getOutputVaryings() const { return mOutputVaryings; } in getOutputVaryings() function
74 const std::vector<sh::ShaderVariable> &getOutputVaryings() const { return mOutputVaryings; } in getOutputVaryings() function177 const std::vector<sh::ShaderVariable> &getOutputVaryings();
584 const std::vector<sh::ShaderVariable> &Shader::getOutputVaryings() in getOutputVaryings() function in gl::Shader587 return mState.getOutputVaryings(); in getOutputVaryings()631 const auto &varyings = getOutputVaryings(); in getTransformFeedbackVaryingMappedName()
378 for (const sh::ShaderVariable &varying : shader->getOutputVaryings()) in getMergedVaryings()
1784 for (const sh::ShaderVariable &varying : shader->getOutputVaryings()) in updateProgramInterfaceOutputs()3519 const std::vector<sh::ShaderVariable> &outputVaryings = generatingShader->getOutputVaryings(); in linkValidateShaderInterfaceMatching()4108 const auto &vertexVaryings = vertexShader->getOutputVaryings(); in linkValidateBuiltInVaryings()4373 for (const sh::ShaderVariable &varying : shader->getOutputVaryings()) in getMergedVaryings()
179 return HasFlatInterpolationVarying(shader->getOutputVaryings()); in FindFlatInterpolationVaryingPerShader()184 HasFlatInterpolationVarying(shader->getOutputVaryings()); in FindFlatInterpolationVaryingPerShader()