Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/ops/
DDrawAtlasPathOp.cpp222 if (fProgram->geomProc().hasVertexAttributes() && !fVertexBufferIfNoIDSupport) { in onExecute()
DPathStencilCoverOp.cpp324 fCoverBBoxProgram->geomProc().hasVertexAttributes() && in onExecute()
DPathInnerTriangulateOp.cpp447 fCoverHullsProgram->geomProc().hasVertexAttributes() && in onExecute()
/external/skia/src/gpu/ganesh/
DGrOpsRenderPass.cpp115 fVertexBufferStatus = (programInfo.geomProc().hasVertexAttributes()) ? in bindPipeline()
DGrGeometryProcessor.h188 bool hasVertexAttributes() const { return SkToBool(fVertexAttributes.count()); } in hasVertexAttributes() function
/external/skia/src/gpu/ganesh/d3d/
DGrD3DPipelineStateBuilder.cpp240 if (geomProc.hasVertexAttributes()) { in setup_vertex_input_layout()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlPipelineStateBuilder.mm181 if (geomProc.hasVertexAttributes()) {