Searched refs:DMat2 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13924 typedef tcu::Matrix<glw::GLdouble, 2, 2> DMat2; in getFunctionObject() typedef 13983 …return new FunctionObject::unary<glw::GLdouble /* ResT */, DMat2 /* ArgT */>(function, "determinan… in getFunctionObject() 14169 …return new FunctionObject::unary<DMat2 /* ResT */, DMat2 /* ArgT */>(function, "inverse", Math::in… in getFunctionObject() 14394 …return new FunctionObject::binary<DMat2 /* ResT */, tcu::DVec2 /* Arg1T */, tcu::DVec2 /* Arg2T */… in getFunctionObject() 14556 return new FunctionObject::unary<DMat2 /* ResT */, DMat2 /* ArgT */>(function, "transpose", in getFunctionObject()
|