OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_outAttachers
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/glshared/
glsLifetimeTests.hpp
268
const vector<OutputAttacher*>& getOutputAttachers (void) { return
m_outAttachers
; }
275
vector<OutputAttacher*>
m_outAttachers
;
glsLifetimeTests.cpp
601
m_outAttachers
.push_back(&m_texFboOutAtt);
602
m_outAttachers
.push_back(&m_rboFboOutAtt);
[
all
...]
/external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp
447
m_outAttachers
.push_back(&m_bufTfOutAtt);
Completed in 48 milliseconds