Searched refs:ComputeMatrixKey (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/ |
D | GrGeometryProcessor.h | 368 static uint32_t ComputeMatrixKey(const GrShaderCaps& caps, const SkMatrix& mat) { in ComputeMatrixKey() function 386 return (ComputeMatrixKey(shaderCaps, viewMatrix) << kMatrixKeyBits) | in ComputeMatrixKeys() 387 ComputeMatrixKey(shaderCaps, localMatrix); in ComputeMatrixKeys()
|
/external/skia/src/gpu/effects/ |
D | GrDistanceFieldGeoProc.cpp | 272 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix) << 16; in addToKey() 538 key |= ProgramImpl::ComputeMatrixKey(caps, fMatrix) << 16; in addToKey() 851 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix); in addToKey()
|
D | GrBitmapTextGeoProc.cpp | 186 ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix), in addToKey()
|
/external/skia/tools/gpu/ |
D | TestOps.cpp | 73 b->add32(ProgramImpl::ComputeMatrixKey(shaderCaps, fLocalMatrix)); in addToKey()
|
/external/skia/src/gpu/ops/ |
D | DashOp.cpp | 850 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix) << 3; in addToKey() 1064 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix) << 3; in addToKey()
|
D | GrOvalOpFactory.cpp | 89 ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix), in addToKey() 286 ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix), in addToKey() 543 ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix), in addToKey() 740 ProgramImpl::ComputeMatrixKey(caps, fViewMatrix), in addToKey()
|
D | DrawCustomMeshOp.cpp | 58 b->add32(ProgramImpl::ComputeMatrixKey(caps, fViewMatrix), "view matrix key"); in addToKey()
|
D | AAConvexPathRenderer.cpp | 569 ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix), in addToKey()
|