OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawAttachment
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/glshared/
glsLifetimeTests.hpp
251
virtual void
drawAttachment
(GLuint attachment, Surface& dst) = 0;
304
void
drawAttachment
(GLuint attachment, Surface& dst);
glsLifetimeTests.cpp
310
void FboOutputAttacher::
drawAttachment
(GLuint element, Surface& dst)
1093
m_outputAttacher.
drawAttachment
(elementId, refSurface);
1109
m_outputAttacher.
drawAttachment
(newId, newSurface);
1118
m_outputAttacher.
drawAttachment
(newId, delSurface);
[
all
...]
/external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp
360
void
drawAttachment
(GLuint attachment, Surface& dst);
366
void BufferTfOutputAttacher::
drawAttachment
(GLuint buffer, Surface& dst)
Completed in 88 milliseconds