Home
last modified time | relevance | path

Searched refs:customValue (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgExpression.hpp110 FloatLiteral (float customValue);
147 BoolLiteral (bool customValue);
DrsgExpression.cpp387 FloatLiteral::FloatLiteral (float customValue) in FloatLiteral() argument
396 access.asFloat(ndx) = customValue; in FloatLiteral()
502 BoolLiteral::BoolLiteral (bool customValue) in BoolLiteral() argument
511 access.asBool(ndx) = customValue; in BoolLiteral()