Home
last modified time | relevance | path

Searched refs:geometryProcessor (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp172 GrGeometryProcessor* geometryProcessor, in CreateProgramInfo() argument
187 return CreateProgramInfo(caps, arena, pipeline, writeView, usesMSAASurface, geometryProcessor, in CreateProgramInfo()
196 GrGeometryProcessor* geometryProcessor, in CreateProgramInfo() argument
206 geometryProcessor, in CreateProgramInfo()
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp195 for (const auto& attr : this->geometryProcessor().vertexAttributes()) { in storeShaderInCache()
198 for (const auto& attr : this->geometryProcessor().instanceAttributes()) { in storeShaderInCache()
258 const GrGeometryProcessor& geomProc = this->geometryProcessor(); in finalize()
/third_party/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.h43 const GrGeometryProcessor& geometryProcessor() const { return fProgramInfo.geomProc(); } in geometryProcessor() function
DGrGLSLProgramBuilder.cpp73 const GrGeometryProcessor& geomProc = this->geometryProcessor(); in emitAndInstallPrimProc()
/third_party/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp589 const GrGeometryProcessor& geomProc = this->geometryProcessor(); in finalize()