Searched refs:getNumColorBuffers (Results 1 – 2 of 2) sorted by relevance
51 int getNumColorBuffers (void) const { return m_numColorBuffers; } in getNumColorBuffers() function in rr::RenderTarget
1572 …if ((size_t)command.renderTarget.getNumColorBuffers() < command.program.fragmentShader->getOutputs… in isValidCommand()1576 for (int outputNdx = 0; outputNdx < command.renderTarget.getNumColorBuffers(); ++outputNdx) in isValidCommand()