Home
last modified time | relevance | path

Searched refs:ComputeMatrixKey (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/gpu/
DGrGeometryProcessor.h365 static uint32_t ComputeMatrixKey(const GrShaderCaps& caps, const SkMatrix& mat) { in ComputeMatrixKey() function
383 return (ComputeMatrixKey(shaderCaps, viewMatrix) << kMatrixKeyBits) | in ComputeMatrixKeys()
384 ComputeMatrixKey(shaderCaps, localMatrix); in ComputeMatrixKeys()
/third_party/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.cpp271 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix) << 16; in addToKey()
537 key |= ProgramImpl::ComputeMatrixKey(caps, fMatrix) << 16; in addToKey()
850 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix); in addToKey()
DGrBitmapTextGeoProc.cpp185 ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix), in addToKey()
/third_party/skia/tools/gpu/
DTestOps.cpp72 b->add32(ProgramImpl::ComputeMatrixKey(shaderCaps, fLocalMatrix)); in addToKey()
/third_party/skia/src/gpu/ops/
DDashOp.cpp849 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix) << 3; in addToKey()
1063 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix) << 3; in addToKey()
DGrOvalOpFactory.cpp87 ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix), in addToKey()
284 ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix), in addToKey()
541 ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix), in addToKey()
738 ProgramImpl::ComputeMatrixKey(caps, fViewMatrix), in addToKey()
DDrawVerticesOp.cpp65 key |= ProgramImpl::ComputeMatrixKey(caps, fViewMatrix) << 20; in addToKey()
DAAConvexPathRenderer.cpp565 ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix), in addToKey()