Searched defs:assign (Results 1 – 3 of 3) sorted by relevance
114 void assign(ObjectType *object) { mObject = object; } in assign() function207 void assign(ObjectType *object, GLintptr offset, GLsizeiptr size) in assign() function
166 void ResourceMap<ResourceType, IDType>::assign(IDType id, ResourceType *resource) in assign() function
2981 TIntermBinary *assign = variable->getAsBinaryNode(); in handleExcessiveLoop() local