Home
last modified time | relevance | path

Searched defs:convert (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
Dvertexconversion.h32 static T convert(T x) { return x; } in convert() function
42 static ToT convert(FromT x) { return static_cast<ToT>(x); } in convert() function
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp377 std::function<void()> convert = queue->entries.front(); in threadLoop() local
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_CM/
DCoreProfileEngine.cpp451 …bool convert = mCtx->doConvert(arrs, first, count, indicesType, indices, !isIndexed, p, arrayType); in setupArrayForDraw() local