Home
last modified time | relevance | path

Searched refs:hasVertexAttributes (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DDrawAtlasPathOp.cpp249 if (fProgram->geomProc().hasVertexAttributes() && !fVertexBufferIfNoIDSupport) { in onExecute()
H A DPathStencilCoverOp.cpp356 fCoverBBoxProgram->geomProc().hasVertexAttributes() && in onExecute()
H A DPathInnerTriangulateOp.cpp475 fCoverHullsProgram->geomProc().hasVertexAttributes() && in onExecute()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrOpsRenderPass.cpp123 fVertexBufferStatus = (programInfo.geomProc().hasVertexAttributes()) ? in bindPipeline()
H A DGrGeometryProcessor.h200 bool hasVertexAttributes() const { return SkToBool(fVertexAttributes.count()); } in hasVertexAttributes() function
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DPipelineStateBuilder.cpp214 if (geomProc.hasVertexAttributes()) { in setup_vertex_input_layout()
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlPipelineStateBuilder.mm181 if (geomProc.hasVertexAttributes()) {