Searched refs:DMat3 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13928 typedef tcu::Matrix<glw::GLdouble, 3, 3> DMat3; in getFunctionObject() typedef 13986 …return new FunctionObject::unary<glw::GLdouble /* ResT */, DMat3 /* ArgT */>(function, "determinan… in getFunctionObject() 14172 …return new FunctionObject::unary<DMat3 /* ResT */, DMat3 /* ArgT */>(function, "inverse", Math::in… in getFunctionObject() 14406 …return new FunctionObject::binary<DMat3 /* ResT */, tcu::DVec3 /* Arg1T */, tcu::DVec3 /* Arg2T */… in getFunctionObject() 14568 return new FunctionObject::unary<DMat3 /* ResT */, DMat3 /* ArgT */>(function, "transpose", in getFunctionObject()
|