Searched refs:useHWDerivatives (Results 1 – 2 of 2) sorted by relevance
511 bool useHWDerivatives = (proc.fFlags & Flags::kUseHWDerivatives); in onEmitCode() local594 GrGLSLVarying arcCoord(useHWDerivatives ? kFloat2_GrSLType : kFloat4_GrSLType); in onEmitCode()608 if (!useHWDerivatives) { in onEmitCode()625 if (useHWDerivatives) { in onEmitCode()648 bool useHWDerivatives = (proc.fFlags & Flags::kUseHWDerivatives); in onEmitCode() local651 SkASSERT(useHWDerivatives == hasPerspective); in onEmitCode()700 GrGLSLVarying arcCoord((useHWDerivatives) ? kFloat2_GrSLType : kFloat4_GrSLType); in onEmitCode()704 if (!useHWDerivatives) { in onEmitCode()713 if (useHWDerivatives) { in onEmitCode()730 if (!useHWDerivatives) { in onEmitCode()
301 bool useHWDerivatives = (proc.fFlags & Flags::kUseHWDerivatives); in onEmitCode() local381 GrGLSLVarying arcCoord(useHWDerivatives ? kFloat2_GrSLType : kFloat4_GrSLType); in onEmitCode()395 if (!useHWDerivatives) { in onEmitCode()412 if (useHWDerivatives) { in onEmitCode()