Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsLifetimeTests.hpp209 class Attacher : public ContextWrapper class
220 virtual ~Attacher (void) {} in ~Attacher()
223 Attacher (const Context& ctx, in Attacher() function in deqp::gls::LifetimeTests::details::Attacher
237 Attacher& getAttacher (void) const { return m_attacher; } in getAttacher()
240 InputAttacher (Attacher& attacher) in InputAttacher()
243 Attacher& m_attacher;
249 Attacher& getAttacher (void) const { return m_attacher; } in getAttacher()
253 OutputAttacher (Attacher& attacher) in OutputAttacher()
256 Attacher& m_attacher;
266 const vector<Attacher*>& getAttachers (void) { return m_attachers; } in getAttachers()
[all …]
DglsLifetimeTests.cpp1044 Attacher& attacher, in AttachmentTest()
1056 Attacher& m_attacher;
1066 GLuint getAttachment (Attacher& attacher, GLuint container) in getAttachment()
1149 Attacher& attacher = m_inputAttacher.getAttacher(); in iterate()
1230 Attacher& attacher = m_outputAttacher.getAttacher(); in iterate()
1337 string attacherName (Attacher& attacher) in attacherName()
1372 const vector<Attacher*>& atts = types.getAttachers(); in addTestCases()
1373 for (vector<Attacher*>::const_iterator it = atts.begin(); it != atts.end(); ++it) in addTestCases()
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp207 class BufferVAOAttacher : public Attacher
212 : Attacher (ctx, elementType, varrType) in BufferVAOAttacher()
307 class BufferTfAttacher : public Attacher
311 : Attacher (ctx, bufferType, tfType) {} in BufferTfAttacher()