Home
last modified time | relevance | path

Searched refs:attacher (Results 1 – 4 of 4) 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.cpp1044 Attacher& attacher, in AttachmentTest() argument
1046 : TestBase (name, description, attacher.getContext()) in AttachmentTest()
1047 , m_attacher (attacher) in AttachmentTest()
1066 GLuint getAttachment (Attacher& attacher, GLuint container) in getAttachment() argument
1068 const GLuint queriedAttachment = attacher.getAttachment(container); in getAttachment()
1069 attacher.log() << TestLog::Message in getAttachment()
1070 << "// Result of query for " << attacher.getElementType().getName() in getAttachment()
1071 << " attached to " << attacher.getContainerType().getName() << " " in getAttachment()
1149 Attacher& attacher = m_inputAttacher.getAttacher(); in iterate() local
1150 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()
/external/jline/src/src/test/resources/jline/example/
Denglish.gz