Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp13199 OutT& second_arg = p_out[component * component_step_1]; in call() local
13201 p_result[component] = p_function(first_arg, second_arg); in call()
13346 const Arg2T second_arg = p_arg_2[component * component_step_1]; in call() local
13348 p_result[component] = p_function(first_arg, second_arg); in call()
13475 const glw::GLdouble second_arg = p_arg[component * component_step_1 + n_components_0]; in call() local
13478 p_result[component] = p_function(first_arg, second_arg, third_arg); in call()

Completed in 19 milliseconds