Home
last modified time | relevance | path

Searched refs:fPrimitiveType (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/src/gpu/
H A DGrProgramInfo.h41 , fPrimitiveType(primitiveType) in GrProgramInfo()
50 SkASSERT((GrPrimitiveType::kPatches == fPrimitiveType) == in GrProgramInfo()
68 GrPrimitiveType primitiveType() const { return fPrimitiveType; } in primitiveType()
70 SkASSERT(GrPrimitiveType::kPatches == fPrimitiveType); in tessellationPatchVertexCount()
85 return ((uint16_t)fPrimitiveType << 8) | fTessellationPatchVertexCount; in primitiveTypeKey()
112 GrPrimitiveType fPrimitiveType; member in GrProgramInfo
H A DGrOpFlushState.cpp60 fCurrDraw->fPrimitiveType, in executeDrawsAndUploadsForMeshDrawOp()
174 draw.fPrimitiveType = primitiveType; in recordDraw()
H A DGrOpFlushState.h286 GrPrimitiveType fPrimitiveType; member
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrTessellationShader.h24 , fPrimitiveType(primitiveType) in GrTessellationShader()
33 GrPrimitiveType primitiveType() const { return fPrimitiveType; } in primitiveType()
75 pipeline, stencil, shader, shader->fPrimitiveType, in MakeProgram()
81 const GrPrimitiveType fPrimitiveType; member in GrTessellationShader
/third_party/skia/src/gpu/gl/
H A DGrGLOpsRenderPass.cpp82 fPrimitiveType = programInfo.primitiveType(); in onBindPipeline()
183 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDraw()
193 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndexed()
226 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawInstanced()
244 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndexedInstanced()
294 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndirect()
302 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndirect()
320 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in multiDrawArraysANGLEOrWebGL()
366 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndexedIndirect()
374 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndexedIndirect()
[all...]
H A DGrGLOpsRenderPass.h94 GrPrimitiveType fPrimitiveType; member in GrGLOpsRenderPass
/third_party/skia/src/gpu/ops/
H A DGrMeshDrawOp.cpp94 fPrimitiveType = primitiveType; in init()
105 target->recordDraw(gp, fMesh, 1, fPrimitiveType); in recordDraw()
112 target->recordDraw(gp, fMesh, 1, primProcProxies, fPrimitiveType); in recordDraw()
H A DDefaultPathRenderer.cpp64 : fPrimitiveType(primitiveType) in PathGeoBuilder()
207 return GrPrimitiveType::kLines == fPrimitiveType || in isIndexed()
208 GrPrimitiveType::kTriangles == fPrimitiveType; in isIndexed()
211 return GrPrimitiveType::kLines == fPrimitiveType || in isHairline()
212 GrPrimitiveType::kLineStrip == fPrimitiveType; in isHairline()
215 switch (fPrimitiveType) { in indexScale()
365 GrPrimitiveType fPrimitiveType; member in __anon18835::PathGeoBuilder
H A DDrawVerticesOp.cpp252 GrPrimitiveType primitiveType() const { return fPrimitiveType; } in primitiveType()
254 return GrPrimitiveType::kTriangles == fPrimitiveType || in combinablePrimitive()
255 GrPrimitiveType::kLines == fPrimitiveType || in combinablePrimitive()
256 GrPrimitiveType::kPoints == fPrimitiveType; in combinablePrimitive()
294 // the SkVertices mode (though fPrimitiveType may have been inferred from it).
295 GrPrimitiveType fPrimitiveType; member in skgpu::v1::DrawVerticesOp::final
318 , fPrimitiveType(primitiveType) in DrawVerticesOpImpl()
354 (int)fPrimitiveType, fMeshes.count(), fVertexCount, fIndexCount, in onDumpInfo()
H A DGrMeshDrawOp.h76 GrPrimitiveType fPrimitiveType; member in GrMeshDrawOp::PatternHelper

Completed in 7 milliseconds