Home
last modified time | relevance | path

Searched refs:numVertexAttribs (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderer.hpp116 , numVertexAttribs (numVertexAttribs_) in DrawCommand()
126 const int numVertexAttribs; member in rr::DrawCommand
DrrRenderer.cpp1576 if ((size_t)command.numVertexAttribs < command.program.vertexShader->getInputs().size()) in isValidCommand()
/third_party/flutter/skia/src/gpu/ops/
DGrFillRRectOp.cpp188 int numVertexAttribs = (GrAAType::kCoverage == fAAType) ? 3 : 2; in Processor() local
189 this->setVertexAttributes(kVertexAttribs, numVertexAttribs); in Processor()