Home
last modified time | relevance | path

Searched refs:param_ (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/opengl/
DgluStrUtil.hpp70 TextureParameterValueStr (deUint32 param_, int value_) : param(param_), value(value_) {} in TextureParameterValueStr() argument
DgluCallLogWrapper.cpp83 FboParamPtrFmt (deUint32 param_, const int* value_) : param(param_), value(value_) {} in FboParamPtrFmt() argument
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h919 param_(param), in ThreadWithParam()
940 func_(param_); in Run()
945 const T param_; // User-supplied parameter to the thread function. variable
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1149 param_(param),
1170 func_(param_);
1175 const T param_; // User-supplied parameter to the thread function.
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1159 param_(param),
1180 func_(param_);
1185 const T param_; // User-supplied parameter to the thread function.
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-port.h1189 param_(param),
1210 func_(param_);
1215 const T param_; // User-supplied parameter to the thread function.
/external/gtest/include/gtest/internal/
Dgtest-port.h1281 param_(param),
1302 func_(param_);
1307 const T param_; // User-supplied parameter to the thread function.
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h1981 param_(param),
2002 func_(param_);
2007 const T param_; // User-supplied parameter to the thread function.
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2388 param_(param),
2409 func_(param_);
2414 const T param_; // User-supplied parameter to the thread function.