Home
last modified time | relevance | path

Searched defs:getVarType (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp106 inline VarType getVarType (const VarType& type, const TypeComponentVector& path) { return getVarT… in getVarType() function
374 VarType getVarType (const VarType& type, Iterator begin, Iterator end) in getVarType() function
/external/opencv3/modules/java/src/
Dml+TrainData.java311 public Mat getVarType() in getVarType() method in TrainData
/external/opencv3/modules/ml/src/
Ddata.cpp155 Mat getVarType() const { return varType; } in getVarType() function in cv::ml::TrainDataImpl