Lines Matching refs:result_dst
12845 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const = 0;
13115 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const
13126 pack<ResT>::set(result_dst, result);
13146 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const
13149 ResT* p_result = (ResT*)result_dst;
13181 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const
13183 ResT* p_result = (ResT*)result_dst;
13184 OutT* p_out = (OutT*)((glw::GLubyte*)result_dst + getResultOffset(1));
13290 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const
13305 pack<ResT>::set(result_dst, result);
13328 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const
13330 ResT* p_result = (ResT*)result_dst;
13417 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const
13435 pack<ResT>::set(result_dst, result);
13456 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const
13458 glw::GLdouble* p_result = (glw::GLdouble*)result_dst;
14973 glw::GLdouble* result_dst = (glw::GLdouble*)&m_expected_results_data[result_offset];
14978 function_object.call(result_dst, argument_dst);