Searched defs:TestTypeInfo (Results 1 – 3 of 3) sorted by relevance
43 template <typename T> struct TestTypeInfo struct47 template <> struct TestTypeInfo<cl_int> struct52 template <> struct TestTypeInfo<cl_uint> struct57 template <> struct TestTypeInfo<cl_long> argument62 template <> struct TestTypeInfo<cl_ulong> struct64 static constexpr const char *deviceName = "ulong";
58 struct TestTypeInfo struct in deqp::gles31::Functional::__anon7f39a42b0111::BaseTypeCase60 glw::GLenum glType;61 const char* declarationStr;62 const char* accessStr;
26 class TestTypeInfo(parameterized.TestCase): class