Searched refs:drawContainer (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.hpp | 238 virtual void drawContainer (GLuint container, Surface& dst) = 0; 295 void drawContainer (GLuint container, Surface& dst); 350 void drawContainer (GLuint container, Surface& dst);
|
D | glsLifetimeTests.cpp | 299 void FboInputAttacher::drawContainer (GLuint fbo, Surface& dst) in drawContainer() function in deqp::gls::LifetimeTests::details::FboInputAttacher 669 void ShaderProgramInputAttacher::drawContainer (GLuint program, Surface& dst) in drawContainer() function in deqp::gls::LifetimeTests::details::ShaderProgramInputAttacher 1174 m_inputAttacher.drawContainer(*container, refSurface); in iterate() 1186 m_inputAttacher.drawContainer(*container, delSurface); in iterate() 1190 m_inputAttacher.drawContainer(*container, newSurface); in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fLifetimeTests.cpp | 294 void drawContainer (GLuint container, Surface& dst); 300 void BufferVAOInputAttacher::drawContainer (GLuint vao, Surface& dst) in drawContainer() function in deqp::gles3::Functional::__anon343cbacc0111::BufferVAOInputAttacher
|