HomeSort by relevance Sort by last modified time
    Searched refs:vtx2 (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 151 void interpolateFragmentInput (StridedValueAccess<Stride> dst, int dstComp, ConstValueAccess vtx0, ConstValueAccess vtx1, ConstValueAccess vtx2, ConstValueAccess vtx3, float x, float y)
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/
cxpersistence.cpp 4775 int vtx2 = ((int*)dst_ptr)[1]; local
    [all...]

Completed in 56 milliseconds