Searched refs:DMat2x3 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13925 typedef tcu::Matrix<glw::GLdouble, 3, 2> DMat2x3; in getFunctionObject() typedef 14398 …return new FunctionObject::binary<DMat2x3 /* ResT */, tcu::DVec3 /* Arg1T */, tcu::DVec2 /* 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()
|