Home
last modified time | relevance | path

Searched refs:getNumColorBuffers (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrRenderer.hpp51 int getNumColorBuffers (void) const { return m_numColorBuffers; } in getNumColorBuffers() function in rr::RenderTarget
DrrRenderer.cpp1572 …if ((size_t)command.renderTarget.getNumColorBuffers() < command.program.fragmentShader->getOutputs… in isValidCommand()
1576 for (int outputNdx = 0; outputNdx < command.renderTarget.getNumColorBuffers(); ++outputNdx) in isValidCommand()