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

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

Completed in 136 milliseconds