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.cpp1044 Attacher& attacher,
1046 : TestBase (name, description, attacher.getContext())
1047 , m_attacher (attacher)
1066 GLuint getAttachment (Attacher& attacher, GLuint container) argument
1068 const GLuint queriedAttachment = attacher.getAttachment(container);
1069 attacher.log() << TestLog::Message
1070 << "// Result of query for " << attacher.getElementType().getName()
1071 << " attached to " << attacher.getContainerType().getName() << " "
1149 Attacher& attacher = m_inputAttacher.getAttacher(); local
1150 Type& containerType = attacher
1042 AttachmentTest(const char* name, const char* description, Attacher& attacher, TestFunction test) argument
1230 Attacher& attacher = m_outputAttacher.getAttacher(); local
1337 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 87 milliseconds