Lines Matching defs:label
1739 string label;
1748 void add (const string& label, MovePtr<Action> action);
1755 void LabeledActions::add (const string& label, MovePtr<Action> action)
1758 m_actions[m_numActions].label = label;
2043 spec.name = std::string("gles3_") + createAction.label + "_" + renderAction.label;
2048 spec.name = std::string("gles2_") + createAction.label + "_" + renderAction.label;
2244 spec.name = std::string("gles2_") + createAction.label + "_" + renderAction.label;
2255 // Combined depth and stencil format. Add the clear action label to avoid test
2257 spec.name += std::string("_") + clearAction.label;
2328 spec.name = createAction.label + "_" + modifyAction.label;