Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/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()
/external/skia/src/gpu/ganesh/gl/builders/
DGrGLProgramBuilder.cpp193 for (auto attr : this->geometryProcessor().vertexAttributes()) { in storeShaderInCache()
196 for (auto attr : this->geometryProcessor().instanceAttributes()) { in storeShaderInCache()
231 const GrGeometryProcessor& geomProc = this->geometryProcessor(); in finalize()
/external/skia/src/gpu/ganesh/glsl/
DGrGLSLProgramBuilder.h43 const GrGeometryProcessor& geometryProcessor() const { return fProgramInfo.geomProc(); } in geometryProcessor() function
DGrGLSLProgramBuilder.cpp72 const GrGeometryProcessor& geomProc = this->geometryProcessor(); in emitAndInstallPrimProc()
/external/skia/src/gpu/ganesh/d3d/
DGrD3DPipelineStateBuilder.cpp580 const GrGeometryProcessor& geomProc = this->geometryProcessor(); in finalize()