Searched refs:DMat3x2 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13927 typedef tcu::Matrix<glw::GLdouble, 2, 3> DMat3x2; in getFunctionObject() typedef 14410 …return new FunctionObject::binary<DMat3x2 /* ResT */, tcu::DVec2 /* Arg1T */, tcu::DVec3 /* Arg2T … in getFunctionObject() 14560 return new FunctionObject::unary<DMat2x3 /* ResT */, DMat3x2 /* ArgT */>(function, "transpose", in getFunctionObject() 14572 return new FunctionObject::unary<DMat3x2 /* ResT */, DMat2x3 /* ArgT */>(function, "transpose", in getFunctionObject()
|