Home
last modified time | relevance | path

Searched defs:attachmentType (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/glshared/
DglsFboUtil.cpp447 GLenum attachmentType (const Attachment& att) in attachmentType() function
/external/deqp/external/openglcts/modules/common/
DglcPackedDepthStencilTests.cpp1408 GLenum attachmentType = (i == 0) ? GL_DEPTH_ATTACHMENT : GL_STENCIL_ATTACHMENT; in checkErrors() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4372 const std::string attachmentType = getInputAttachmentType(attachment.getFormat()); in createTestShaders() local
4381 …const std::string attachmentType = getAttachmentType(config.renderPass.getAttachments()[getAttachm… in createTestShaders() local
4403 …const std::string attachmentType = getAttachmentType(attachment.getFormat(), config.useFormatCom… in createTestShaders() local
4535 …const std::string attachmentType = getAttachmentType(config.renderPass.getAttachments()[attachme… in createTestShaders() local
/external/angle/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp3989 GLint attachmentType = 0; in TEST_P() local
4017 GLint attachmentType = 0; in TEST_P() local
DFramebufferTest.cpp98 GLenum attachmentType, in testRenderbufferMultisampleFormat()