OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputAttacher
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/glshared/
glsLifetimeTests.hpp
234
class
InputAttacher
: public ContextWrapper
240
InputAttacher
(Attacher& attacher)
267
const vector<
InputAttacher
*>& getInputAttachers (void) { return m_inAttachers; }
274
vector<
InputAttacher
*> m_inAttachers;
290
class FboInputAttacher : public
InputAttacher
294
:
InputAttacher
(attacher) {}
344
class ShaderProgramInputAttacher : public
InputAttacher
348
:
InputAttacher
(attacher) {}
415
using details::
InputAttacher
;
glsLifetimeTests.cpp
957
InputAttacher
&
inputAttacher
)
958
: TestBase (name, description,
inputAttacher
.getContext())
959
, m_inputAttacher (
inputAttacher
) {}
964
InputAttacher
& m_inputAttacher;
[
all
...]
/external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp
288
class BufferVAOInputAttacher : public
InputAttacher
292
:
InputAttacher
(attacher)
Completed in 421 milliseconds