Home
last modified time | relevance | path

Searched refs:attacher (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
DglsLifetimeTests.hpp240 InputAttacher (Attacher& attacher) in InputAttacher() argument
241 : ContextWrapper (attacher.getContext()) in InputAttacher()
242 , m_attacher (attacher) {} in InputAttacher()
253 OutputAttacher (Attacher& attacher) in OutputAttacher() argument
254 : ContextWrapper (attacher.getContext()) in OutputAttacher()
255 , m_attacher (attacher) {} in OutputAttacher()
293 FboInputAttacher (FboAttacher& attacher) in FboInputAttacher() argument
294 : InputAttacher (attacher) {} in FboInputAttacher()
301 FboOutputAttacher (FboAttacher& attacher) in FboOutputAttacher() argument
302 : OutputAttacher (attacher) {} in FboOutputAttacher()
[all …]
DglsLifetimeTests.cpp882 Attacher& attacher, in AttachmentTest() argument
884 : TestBase (name, description, attacher.getContext()) in AttachmentTest()
885 , m_attacher (attacher) in AttachmentTest()
904 GLuint getAttachment (Attacher& attacher, GLuint container) in getAttachment() argument
906 const GLuint queriedAttachment = attacher.getAttachment(container); in getAttachment()
907 attacher.log() << TestLog::Message in getAttachment()
908 << "// Result of query for " << attacher.getElementType().getName() in getAttachment()
909 << " attached to " << attacher.getContainerType().getName() << " " in getAttachment()
987 Attacher& attacher = m_inputAttacher.getAttacher(); in iterate() local
988 Type& containerType = attacher.getContainerType(); in iterate()
[all …]
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp291 BufferVAOInputAttacher (BufferVAOAttacher& attacher) in BufferVAOInputAttacher() argument
292 : InputAttacher (attacher) in BufferVAOInputAttacher()
293 , m_program (attacher.getProgram()) {} in BufferVAOInputAttacher()
356 BufferTfOutputAttacher (BufferTfAttacher& attacher, ScaleProgram& program) in BufferTfOutputAttacher() argument
357 : OutputAttacher (attacher) in BufferTfOutputAttacher()