Home | History | Annotate | Download | only in functional

Lines Matching full:getvalue

129 								ShaderBuiltinConstantCase	(Context& context, const char* varName, GetConstantValueFunc getValue, const char* requiredExt);
144 ShaderBuiltinConstantCase<DataType>::ShaderBuiltinConstantCase (Context& context, const char* varName, GetConstantValueFunc getValue, const char* requiredExt)
147 , m_getValue (getValue)
305 ShaderBuiltinConstantCase<int>::GetConstantValueFunc getValue;
350 ShaderBuiltinConstantCase<tcu::IVec3>::GetConstantValueFunc getValue;
361 coreGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intConstants[ndx].getValue, DE_NULL));
364 coreGroup->addChild(new ShaderBuiltinConstantCase<tcu::IVec3>(m_context, ivec3Constants[ndx].varName, ivec3Constants[ndx].getValue, DE_NULL));
379 ShaderBuiltinConstantCase<int>::GetConstantValueFunc getValue;
397 geomGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intConstants[ndx].getValue, "GL_EXT_geometry_shader"));
405 ShaderBuiltinConstantCase<int>::GetConstantValueFunc getValue;
436 tessGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intConstants[ndx].getValue, "GL_EXT_tessellation_shader"));