Home
last modified time | relevance | path

Searched defs:LineParameters (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
DglsCalibration.hpp39 struct LineParameters struct
41 float offset;
42 float coefficient;
44 LineParameters (float offset_, float coefficient_) : offset(offset_), coefficient(coefficient_) {} in LineParameters() function