Home
last modified time | relevance | path

Searched refs:hasVertexBuffer (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DGrMeshTest.cpp76 GrOpsRenderPass* bindPipeline(GrPrimitiveType, bool isInstanced, bool hasVertexBuffer);
445 static GrGeometryProcessor* Make(SkArenaAlloc* arena, bool instanced, bool hasVertexBuffer) { argument
447 return new (ptr) MeshTestProcessor(instanced, hasVertexBuffer);
467 MeshTestProcessor(bool instanced, bool hasVertexBuffer) argument
473 if (hasVertexBuffer) {
553 bool hasVertexBuffer) { argument
571 hasVertexBuffer);
/third_party/flutter/skia/tests/
DGrMeshTest.cpp293 GrMeshTestProcessor(bool instanced, bool hasVertexBuffer) in GrMeshTestProcessor() argument
299 if (hasVertexBuffer) { in GrMeshTestProcessor()