Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgBinaryOps.cpp38 class CustomAbsOp : public Expression class
61 CustomAbsOp::CustomAbsOp(void) : m_function("abs"), m_type(VariableType::TYPE_FLOAT, 1), m_child(DE… in CustomAbsOp() function in rsg::CustomAbsOp