Searched defs:targetDesc (Results 1 – 2 of 2) sorted by relevance
106 struct targetDesc struct in gl4cts::CopyImage::FunctionalTest108 glw::GLenum m_target;109 glw::GLuint m_width;110 glw::GLuint m_height;111 glw::GLuint m_level;112 glw::GLenum m_internal_format;113 glw::GLenum m_format;114 glw::GLenum m_type;
1364 final String targetDesc = ClassUtil.getTypeDescription(targetType); in handleUnexpectedToken() local