Home
last modified time | relevance | path

Searched refs:AtlasInstancedHelper (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DDrawAtlasPathOp.h12 #include "src/gpu/ops/AtlasInstancedHelper.h"
31 isInverseFill ? AtlasInstancedHelper::ShaderFlags::kCheckBounds | in DrawAtlasPathOp()
32 AtlasInstancedHelper::ShaderFlags::kInvertCoverage in DrawAtlasPathOp()
33 : AtlasInstancedHelper::ShaderFlags::kNone) in DrawAtlasPathOp()
71 AtlasInstancedHelper::Instance fAtlasInstance;
78 AtlasInstancedHelper fAtlasHelper;
H A DAtlasInstancedHelper.h20 class AtlasInstancedHelper { class
32 AtlasInstancedHelper(GrSurfaceProxyView atlasView, ShaderFlags shaderFlags) in AtlasInstancedHelper() function in skgpu::v1::AtlasInstancedHelper::ShaderFlags
44 bool isCompatible(const AtlasInstancedHelper& helper) { in isCompatible()
98 GR_MAKE_BITFIELD_CLASS_OPS(AtlasInstancedHelper::ShaderFlags);
H A DAtlasInstancedHelper.cpp8 #include "src/gpu/ops/AtlasInstancedHelper.h"
17 void AtlasInstancedHelper::appendInstanceAttribs( in appendInstanceAttribs()
25 void AtlasInstancedHelper::writeInstanceData(VertexWriter* instanceWriter, in writeInstanceData()
41 void AtlasInstancedHelper::injectShaderCode( in injectShaderCode()
97 void AtlasInstancedHelper::setUniformData( in setUniformData()
H A DDrawAtlasPathOp.cpp25 const skgpu::v1::AtlasInstancedHelper* atlasHelper, in DrawAtlasPathShader()
69 const skgpu::v1::AtlasInstancedHelper* const fAtlasHelper;

Completed in 2 milliseconds