HomeSort by relevance Sort by last modified time
    Searched refs:Attacher (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 209 class Attacher : public ContextWrapper
220 virtual ~Attacher (void) {}
223 Attacher (const Context& ctx,
237 Attacher& getAttacher (void) const { return m_attacher; }
240 InputAttacher (Attacher& attacher)
241 : ContextWrapper (attacher.getContext())
242 , m_attacher (attacher) {}
243 Attacher& m_attacher;
249 Attacher& getAttacher (void) const { return m_attacher;
    [all...]
glsLifetimeTests.cpp 882 Attacher& attacher,
884 : TestBase (name, description, attacher.getContext())
885 , m_attacher (attacher)
894 Attacher& m_attacher;
904 GLuint getAttachment (Attacher& attacher, GLuint container)
906 const GLuint queriedAttachment = attacher.getAttachment(container);
907 attacher.log() << TestLog::Message
908 << "// Result of query for " << attacher.getElementType().getName(
987 Attacher& attacher = m_inputAttacher.getAttacher(); local
1068 Attacher& attacher = m_outputAttacher.getAttacher(); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 207 class BufferVAOAttacher : public Attacher
212 : Attacher (ctx, elementType, varrType)
291 BufferVAOInputAttacher (BufferVAOAttacher& attacher)
292 : InputAttacher (attacher)
293 , m_program (attacher.getProgram()) {}
307 class BufferTfAttacher : public Attacher
311 : Attacher (ctx, bufferType, tfType) {}
356 BufferTfOutputAttacher (BufferTfAttacher& attacher, ScaleProgram& program)
357 : OutputAttacher (attacher)

Completed in 333 milliseconds