Home
last modified time | relevance | path

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

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