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

/external/deqp/framework/randomshaders/
H A DrsgProgramExecutor.cpp151 void interpolateFragmentInput (StridedValueAccess<Stride> dst, int dstComp, ConstValueAccess vtx0, ConstValueAccess vtx1, ConstValueAccess vtx2, ConstValueAccess vtx3, float x, float y) argument
156 dst.component(ndx).asFloat(dstComp) = interpolateFragment(tcu::Vec4(vtx0.component(ndx).asFloat(), vtx1.component(ndx).asFloat(), vtx2.component(ndx).asFloat(), vtx3.component(ndx).asFloat()), x, y);
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp4775 int vtx2 = ((int*)dst_ptr)[1]; local
4779 (unsigned)vtx2 >= (unsigned)vtx_count )
4784 vtx_buf[vtx1], vtx_buf[vtx2], 0, &edge ));

Completed in 136 milliseconds