Searched refs:numVertexAttribs (Results 1 – 3 of 3) sorted by relevance
116 , numVertexAttribs (numVertexAttribs_) in DrawCommand()126 const int numVertexAttribs; member in rr::DrawCommand
1576 if ((size_t)command.numVertexAttribs < command.program.vertexShader->getInputs().size()) in isValidCommand()
188 int numVertexAttribs = (GrAAType::kCoverage == fAAType) ? 3 : 2; in Processor() local189 this->setVertexAttributes(kVertexAttribs, numVertexAttribs); in Processor()