Searched refs:DMat4 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13932 typedef tcu::Matrix<glw::GLdouble, 4, 4> DMat4; in getFunctionObject() typedef 13989 …return new FunctionObject::unary<glw::GLdouble /* ResT */, DMat4 /* ArgT */>(function, "determinan… in getFunctionObject() 14175 …return new FunctionObject::unary<DMat4 /* ResT */, DMat4 /* ArgT */>(function, "inverse", Math::in… in getFunctionObject() 14418 …return new FunctionObject::binary<DMat4 /* ResT */, tcu::DVec4 /* Arg1T */, tcu::DVec4 /* Arg2T */… in getFunctionObject() 14580 return new FunctionObject::unary<DMat4 /* ResT */, DMat4 /* ArgT */>(function, "transpose", in getFunctionObject()
|