Searched refs:ComputeMatrixKey (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrGeometryProcessor.h | 365 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/ |
D | GrDistanceFieldGeoProc.cpp | 271 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()
|
D | GrBitmapTextGeoProc.cpp | 185 ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix), in addToKey()
|
/third_party/skia/tools/gpu/ |
D | TestOps.cpp | 72 b->add32(ProgramImpl::ComputeMatrixKey(shaderCaps, fLocalMatrix)); in addToKey()
|
/third_party/skia/src/gpu/ops/ |
D | DashOp.cpp | 849 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix) << 3; in addToKey() 1063 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix) << 3; in addToKey()
|
D | GrOvalOpFactory.cpp | 87 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()
|
D | DrawVerticesOp.cpp | 65 key |= ProgramImpl::ComputeMatrixKey(caps, fViewMatrix) << 20; in addToKey()
|
D | AAConvexPathRenderer.cpp | 565 ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix), in addToKey()
|