Searched defs:convert (Results 1 – 3 of 3) sorted by relevance
32 static T convert(T x) { return x; } in convert() function42 static ToT convert(FromT x) { return static_cast<ToT>(x); } in convert() function
377 std::function<void()> convert = queue->entries.front(); in threadLoop() local
451 …bool convert = mCtx->doConvert(arrs, first, count, indicesType, indices, !isIndexed, p, arrayType); in setupArrayForDraw() local