Lines Matching defs:intConstants
317 } intConstants[] =
371 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(intConstants); ndx++)
372 coreGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intConstants[ndx].getValue, DE_NULL));
391 } intConstants[] =
407 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(intConstants); ndx++)
408 geomGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intConstants[ndx].getValue, "GL_EXT_geometry_shader"));
417 } intConstants[] =
446 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(intConstants); ndx++)
447 tessGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intConstants[ndx].getValue, "GL_EXT_tessellation_shader"));