Searched refs:DMat2x4 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13926 typedef tcu::Matrix<glw::GLdouble, 4, 2> DMat2x4; in getFunctionObject() typedef 14402 …return new FunctionObject::binary<DMat2x4 /* ResT */, tcu::DVec4 /* Arg1T */, tcu::DVec2 /* Arg2T … in getFunctionObject() 14564 return new FunctionObject::unary<DMat2x4 /* ResT */, DMat4x2 /* ArgT */>(function, "transpose", in getFunctionObject() 14584 return new FunctionObject::unary<DMat4x2 /* ResT */, DMat2x4 /* ArgT */>(function, "transpose", in getFunctionObject()
|