Searched defs:targetDesc (Results 1 – 4 of 4) sorted by relevance
105 struct targetDesc struct in gl4cts::CopyImage::FunctionalTest107 glw::GLenum m_target;108 glw::GLuint m_width;109 glw::GLuint m_height;110 glw::GLuint m_level;111 glw::GLenum m_internal_format;112 glw::GLenum m_format;113 glw::GLenum m_type;
25 private final String targetDesc; field in LockTarget37 public LockTarget(String targetDesc, String pre, String post, boolean scoped) { in LockTarget()44 public LockTarget(String targetDesc, String pre, String post) { in LockTarget()
META-INF/ META-INF/MANIFEST.MF lockedregioncodeinjection/ lockedregioncodeinjection/LockFindingClassVisitor$LockFindingMethodVisitor. ...
1364 final String targetDesc = ClassUtil.getTypeDescription(targetType); in handleUnexpectedToken() local