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> struct62 template <> struct TestTypeInfo<cl_ulong> argument64 static constexpr const char *deviceName = "ulong";
58 struct TestTypeInfo struct in deqp::gles31::Functional::__anon5612359c0111::BaseTypeCase60 glw::GLenum glType;61 const char *declarationStr;62 const char *accessStr;
26 class TestTypeInfo(parameterized.TestCase): class