Lines Matching refs:retval

973         int retval = DoFill(dstBufferSpec, srcLayer->getColor());  in composeLayerInto()  local
974 if (retval) { in composeLayerInto()
975 ALOGE("Got error code %d from DoFill function", retval); in composeLayerInto()
1011 int retval = DoConversion(srcLayerSpec, dstBufferSpec, needsVFlip); in composeLayerInto() local
1012 if (retval) { in composeLayerInto()
1013 ALOGE("Got error code %d from DoConversion function", retval); in composeLayerInto()
1034 int retval = DoScaling(srcLayerSpec, dstBufferSpec, needsVFlip); in composeLayerInto() local
1036 if (retval) { in composeLayerInto()
1037 ALOGE("Got error code %d from DoScaling function", retval); in composeLayerInto()
1044 int retval = DoRotation(srcLayerSpec, dstBufferStack.back(), rotation, needsVFlip); in composeLayerInto() local
1046 if (retval) { in composeLayerInto()
1047 ALOGE("Got error code %d from DoTransform function", retval); in composeLayerInto()
1054 int retval = DoAttenuation(srcLayerSpec, dstBufferStack.back(), needsVFlip); in composeLayerInto() local
1056 if (retval) { in composeLayerInto()
1057 ALOGE("Got error code %d from DoBlending function", retval); in composeLayerInto()
1064 int retval = DoCopy(srcLayerSpec, dstBufferStack.back(), needsVFlip); in composeLayerInto() local
1066 if (retval) { in composeLayerInto()
1067 ALOGE("Got error code %d from DoBlending function", retval); in composeLayerInto()
1076 int retval = DoBlending(srcLayerSpec, dstBufferStack.back(), needsVFlip); in composeLayerInto() local
1078 if (retval) { in composeLayerInto()
1079 ALOGE("Got error code %d from DoBlending function", retval); in composeLayerInto()