Lines Matching refs:geomProc
72 if (programInfo.geomProc().hasInstanceAttributes()) {
99 if (programInfo.geomProc().numVertexAttributes() > this->gpu()->caps()->maxVertexAttributes()) {
112 bool hasTextures = (programInfo.geomProc().numTextureSamplers() > 0);
121 fInstanceBufferStatus = (programInfo.geomProc().hasInstanceAttributes()) ?
123 fVertexBufferStatus = (programInfo.geomProc().hasVertexAttributes()) ?
141 void GrOpsRenderPass::bindTextures(const GrGeometryProcessor& geomProc,
145 SkASSERT((geomProc.numTextureSamplers() > 0) == SkToBool(geomProcTextures));
146 for (int i = 0; i < geomProc.numTextureSamplers(); ++i) {
147 const auto& sampler = geomProc.textureSampler(i);
172 if (!this->onBindTextures(geomProc, geomProcTextures, pipeline)) {