Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGeometryProcessor.h368 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/
DGrDistanceFieldGeoProc.cpp272 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()
DGrBitmapTextGeoProc.cpp186 ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix), in addToKey()
/external/skia/tools/gpu/
DTestOps.cpp73 b->add32(ProgramImpl::ComputeMatrixKey(shaderCaps, fLocalMatrix)); in addToKey()
/external/skia/src/gpu/ops/
DDashOp.cpp850 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix) << 3; in addToKey()
1064 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix) << 3; in addToKey()
DGrOvalOpFactory.cpp89 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()
DDrawCustomMeshOp.cpp58 b->add32(ProgramImpl::ComputeMatrixKey(caps, fViewMatrix), "view matrix key"); in addToKey()
DAAConvexPathRenderer.cpp569 ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix), in addToKey()