Home | History | Annotate | Download | only in egl

Lines Matching defs:label

1046 	string			label;
1055 void add (const string& label, MovePtr<Action> action);
1062 void LabeledActions::add (const string& label, MovePtr<Action> action)
1065 m_actions[m_numActions].label = label;
1279 spec.name = std::string("gles2_") + createAction.label + "_" + renderAction.label;
1466 spec.name = std::string("gles2_") + createAction.label + "_" + renderAction.label;
1535 spec.name = createAction.label + "_" + modifyAction.label;