OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
879
Attacher
&
attacher
,
881
: TestBase (name, description,
attacher
.getContext())
882
, m_attacher (
attacher
)
891
Attacher
& m_attacher;
901
GLuint getAttachment (
Attacher
&
attacher
, GLuint container)
903
const GLuint queriedAttachment =
attacher
.getAttachment(container);
904
attacher
.log() << TestLog::Message
905
<< "// Result of query for " <<
attacher
.getElementType().getName(
984
Attacher&
attacher
= m_inputAttacher.getAttacher();
local
1065
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 175 milliseconds