Searched defs:shader_get_comp_op (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dglsl_shader.c1811 static inline const char *shader_get_comp_op(DWORD op) function
2566 src_param1.param_str, shader_get_comp_op(ins->flags), src_param2.param_str);
3114 src0_param.param_str, shader_get_comp_op(ins->flags), src1_param.param_str);
3137 src0_param.param_str, shader_get_comp_op(ins->flags), src1_param.param_str);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dglsl_shader.c1764 static inline const char *shader_get_comp_op(DWORD op) function
2991 src0_param.param_str, shader_get_comp_op(ins->flags), src1_param.param_str);
3014 src0_param.param_str, shader_get_comp_op(ins->flags), src1_param.param_str);

Completed in 117 milliseconds