Searched refs:hasVertexAttributes (Results 1 – 8 of 8) sorted by relevance
43 SkASSERT(primProc.hasVertexAttributes() == meshes[i].hasVertexData()); in draw()
157 bool hasVertexAttributes() const { return SkToBool(fVertexAttributes.fCount); } in hasVertexAttributes() function
160 bool hasVertexAttributes() const { return SkToBool(fVertexAttributes.fCount); } in hasVertexAttributes() function
118 fVertexBufferStatus = (programInfo.geomProc().hasVertexAttributes()) ? in bindPipeline()
85 if (primProc.hasVertexAttributes()) { in setup_vertex_input_state()119 if (primProc.hasVertexAttributes()) { in setup_vertex_input_state()
154 if (primProc.hasVertexAttributes()) {
245 if (geomProc.hasVertexAttributes()) { in setup_vertex_input_layout()
183 if (geomProc.hasVertexAttributes()) {