Searched defs:attachmentType (Results 1 – 5 of 5) sorted by relevance
447 GLenum attachmentType (const Attachment& att) in attachmentType() function
1408 GLenum attachmentType = (i == 0) ? GL_DEPTH_ATTACHMENT : GL_STENCIL_ATTACHMENT; in checkErrors() local
4372 const std::string attachmentType = getInputAttachmentType(attachment.getFormat()); in createTestShaders() local4381 …const std::string attachmentType = getAttachmentType(config.renderPass.getAttachments()[getAttachm… in createTestShaders() local4403 …const std::string attachmentType = getAttachmentType(attachment.getFormat(), config.useFormatCom… in createTestShaders() local4535 …const std::string attachmentType = getAttachmentType(config.renderPass.getAttachments()[attachme… in createTestShaders() local
3989 GLint attachmentType = 0; in TEST_P() local4017 GLint attachmentType = 0; in TEST_P() local
98 GLenum attachmentType, in testRenderbufferMultisampleFormat()