Searched refs:elementindex (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A Dvertexconversion.h179 static void copyComponent(OutputType *out, const InputType *in, std::size_t elementindex, OutputType defaultvalue) argument
181 if (WidenRule::finalWidth > elementindex)
183 if (WidenRule::initialWidth > elementindex)
185 out[elementindex] = Converter::convert(in[elementindex]);
189 out[elementindex] = defaultvalue;

Completed in 52 milliseconds